| Age | Commit message (Expand) | Author |
| 2010-01-05 | printnames are now kept as String instead of Term in PGF | krasimir |
| 2010-01-15 | allow metavariables with indices i.e. ?0, ?1, etc in the abstract syntax pars... | krasimir |
| 2010-01-15 | now the abstract syntax in PGF allows the same syntax for integers, floats an... | krasimir |
| 2010-01-07 | inplace editing/parsing in the syntax editor | krasimir |
| 2010-01-07 | better tokenizer in the JavaScript runtime | krasimir |
| 2010-01-04 | some dead code is removed in the JavaScript interpreter | krasimir |
| 2010-01-04 | literal categories in the JavaScript interpreter | krasimir |
| 2010-01-04 | fix the editor grammar | krasimir |
| 2010-01-04 | in gflib.js declare all variables with 'var' because otherwise they are globa... | krasimir |
| 2010-01-04 | in the javascript version of extractTrees filter out the duplicated parse trees | krasimir |
| 2010-01-04 | bugfix in the javascript parser | krasimir |
| 2009-12-31 | morpho analysis with -missing flag, shows words outside lexicon; also invoked... | aarne |
| 2009-12-27 | js-runtime: redundant loop removed | krasimir |
| 2009-12-27 | use object references instead of FunId and SeqId in the javascript parser | krasimir |
| 2009-12-27 | bugfix in the javascript parser | krasimir |
| 2009-12-21 | javascript editor with PMCFG parser. (not stable yet) | krasimir |
| 2009-12-17 | correct capitalization in unlexmixed; unlextext and unlexmixed now remove str... | aarne |
| 2009-12-16 | one step deeper into records in PGF generation | aarne |
| 2009-12-15 | Update version number 3.0 to 3.1 in a number of places | hallgren |
| 2009-12-14 | reverse engineered version of the Editor grammar | krasimir |
| 2009-12-14 | fix the directories in gf-server.cabal | krasimir |
| 2009-12-14 | remove some more dead code | krasimir |
| 2009-12-14 | remove the old parsing code and the -erasing=on flag | krasimir |
| 2009-12-14 | rename some modules that had GFCC in the name to PGF+something | krasimir |
| 2009-12-14 | now the PGF to JavaScript convertor uses PMCFG | krasimir |
| 2009-12-13 | reorganize the directories under src, and rescue the JavaScript interpreter f... | krasimir |
| 2009-12-13 | rename #Var to __gfVar because it breaks the JavaScript editor | krasimir |
| 2009-12-13 | unicode encoding in quiz questions fixed | aarne |
| 2009-12-11 | judgements lindef are now respected by both the parser and the linearizer | krasimir |
| 2009-12-10 | allow empty lines when reading with 'rf -lines -tree' | krasimir |
| 2009-12-09 | function read_file now reports errors if there is expression with parse or ty... | krasimir |
| 2009-12-08 | making Arabic minimal compile; strange chars remain | aarne |
| 2009-12-07 | change the URL to the bug tracker | krasimir |
| 2009-12-07 | Constructors.str2numeral for making numerals from strings | aarne |
| 2009-12-05 | added mkMeta and isMeta in PGF | krasimir |
| 2009-12-05 | fix the pattern matching in unStr, unInt, unDouble | krasimir |
| 2009-12-01 | abstracts, literals, and variables in tree visualization | aarne |
| 2009-11-29 | TranslateApp now have browser for abstract syntax | krasimir |
| 2009-11-26 | function doListGrammars in PGFService is obsolete | krasimir |
| 2009-11-26 | the default function of the PGFService should return list of functions as wel... | krasimir |
| 2009-11-26 | change PGF.categories to return list of identifiers instead of types | krasimir |
| 2009-11-20 | restored a parsing grammar api/Browse | aarne |
| 2009-11-17 | slight optimization in GF.Grammar.Lexer | krasimir |
| 2009-11-16 | Dutch lexicon generated via Google translate; method in lib/src/MkExx.hs | aarne |
| 2009-11-15 | command vt -mk for displaying overload-style function names | aarne |
| 2009-11-14 | lookupResType should always return the precomputed CncFun type | krasimir |
| 2009-11-13 | bugfix: In AppPredefined.hs, PTrue and PFalse should be declared as constructors | krasimir |
| 2009-11-13 | for 'lincat C = T' the typechecker should check that T is a valid type | krasimir |
| 2009-11-12 | before the optimizations OptParametrize and OptValues were applied twice. in ... | krasimir |
| 2009-11-12 | parteval -> partial evaluation | krasimir |