| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-12 | make it possible to override opers defined in an interface by syntax ↵ | aarne | |
| 'instance Foo of Bar - [f,g,h]' | |||
| 2011-03-12 | make later flags take priority over earlier ones in PGF generation | aarne | |
| 2011-03-12 | generalized pt -transfer so that it goes into subtrees (naive implementation ↵ | aarne | |
| in TreeOperations; using PGF.Expr.match would be better); example given in 'h pt' | |||
| 2011-03-05 | added composOp generation to haskell-gadt, and an example in ↵ | aarne | |
| examples/gadt-transfer | |||
| 2011-03-04 | switched the upper and lower parts of lexc entries to their standard order | aarne | |
| 2011-03-04 | revived GADT generation | aarne | |
| 2011-03-04 | fixed a variable refreshing bug in the compiler | aarne | |
| 2011-03-03 | GF shell restricted mode | hallgren | |
| By setting the environment variable GF_RESTRICTED before starting GF, the shell will be run in restricted mode. This will prevent the GF shell from starting arbitrary system commands (most uses of System.Cmd.system are blocked) and writing arbitrary files (most commands that use writeFile et al are blocked). Restricted mode is intended minimize the potential security risks involved in allowing public access to the GF shell over the internet. It should be used in conjuction with system level protection mechanisms (e.g. file permissions) to make sure that a publicly acessible GF shell does not give access to parts of the system that should not be publicly accessible. | |||
| 2011-03-03 | overloaded opers included in sorting of judgements | aarne | |
| 2011-03-03 | print lexicon in Xerox LEXC format: pg -lexc | aarne | |
| 2011-03-01 | corrected help for l command | aarne | |
| 2011-02-28 | the command show_operations to inspect opers in scope | aarne | |
| 2011-02-26 | removed message showing what modules are read unless in verbose mode | aarne | |
| 2011-02-25 | Predef.error surfaces as error message in compilation and cc command | aarne | |
| 2011-02-25 | command ga moved to option 'aw -giza' | aarne | |
| 2011-02-06 | a simple clitic analysis command 'ca' | aarne | |
| 2011-01-31 | corrections to ancientgreek encoding by Hans Leiss | aarne | |
| 2011-01-28 | started CompilerAPI, still dummy | aarne | |
| 2010-12-21 | more clear LICENSE file for GF | krasimir | |
| 2010-12-17 | bugfix: GeneratePMCFG should initialize the lexicon to empty | krasimir | |
| 2010-12-14 | updated documentation of pg -printer formats | aarne | |
| 2010-12-14 | documented the pgf -printer values for help | aarne | |
| 2010-12-14 | option cc -list added | aarne | |
| 2010-12-14 | PGFToCFG should use the full production set because the lexicon is now split out | krasimir | |
| 2010-12-14 | type checking of oper types with let expressions | aarne | |
| 2010-12-11 | fixed the failure to partial-evaluate pre in right-associative context | aarne | |
| 2010-12-10 | preparing resource api for multilingual documentation | aarne | |
| 2010-12-08 | some more functions in GF.Data.TrieMap | krasimir | |
| 2010-12-06 | simple refactoring in PGF.Macros and related | krasimir | |
| 2010-12-07 | optimize-pgf and file flag in pg -pgf | aarne | |
| 2010-12-07 | moved PGF.ToApi to GF.Compile.ToAPI | aarne | |
| 2010-12-07 | shell command pg -pgf writes current pgf into a file | aarne | |
| 2010-12-06 | printing option -api in the eb command | aarne | |
| 2010-12-06 | no more IO in the syntax to API translator | ra.monique | |
| 2010-12-06 | vt -api with conversion to resource API names | aarne | |
| 2010-11-30 | format .gfm for multiple modules in the same file; includes lines with ↵ | aarne | |
| ;-separated words | |||
| 2010-11-26 | Add builtin preprocessors. Avoid creating tmp file. Fix multipreprocessor bug. | hallgren | |
| * The gf command line options -preproc=mkPresent and -preproc=mkMinimal now refer to internal preprocessors equivalent to lib/src/mkPresent and lib/src/mkMinimal. * The temporary file _gf_preproc.tmp is not created when running an internal preprocessor, unless there is an error, since errors messages refer to locations in the preprocessed file. (Possibly allowing the rgl build to be parallelized.) * After running an external preprocessor, the temporary file is deleted, unless there was an error. * (Bug fix) Before, when running more than one preprocessor, the same file name would be used for both input and output, e.g., mkPresent _gf_preproc.tmp > _gf_preproc.tmp which would result in an empty file being processed. Now, the input and output files will always be different. | |||
| 2010-11-25 | DiffUrd and Hin; updated Transliteration.hs | aarne | |
| 2010-11-22 | lang flag in align_words sets the list of languages | aarne | |
| 2010-11-24 | command ai in the shell now shows the probability of the tree | krasimir | |
| 2010-11-17 | fixed some bugs in translation quiz | aarne | |
| 2010-11-15 | bugfix for the abstract operations | krasimir | |
| 2010-11-12 | operations in the abstract syntax | krasimir | |
| 2010-10-31 | added giza Alignments with command ga and merged the rendering algorithm for ↵ | ramona.enache | |
| graphviz and giza alignments | |||
| 2010-10-25 | fixed typo in GeneratePMCFG.hs. fidFloat -> fidVar | krasimir | |
| 2010-10-25 | During the compilation, the final message "OK" should be displayed only if ↵ | krasimir | |
| we are not in silent mode. This was changed incidentally on the way. | |||
| 2010-10-18 | added explicit depth parameter to the parsing API and the corresponding ↵ | krasimir | |
| command in the shell | |||
| 2010-10-12 | added option -depth to command gr | krasimir | |
| 2010-10-02 | forgot to remove a trace message | krasimir | |
| 2010-10-02 | refactor the API for random generation again. Now PGF contains probabilities ↵ | krasimir | |
| in the abstract syntax | |||
