| Age | Commit message (Expand) | Author |
| 2008-06-12 | added command ps -stringop, with stringop being (un)lexer defined in Lexing | aarne |
| 2008-06-12 | fix the tree extractor in the incremental parser to check for cyclic charts a... | krasimir |
| 2008-06-12 | add generation of erasing PMCFG grammars | krasimir |
| 2008-06-12 | treating Int as PredefAbs.Int in lookup | aarne |
| 2008-06-11 | use import System.Cmd instead of import System. It is in the process package ... | krasimir |
| 2008-06-11 | restored the read_file command ; filename must be in quotes (to be fixed?) | aarne |
| 2008-06-11 | system command (!) in gf3 shell | aarne |
| 2008-06-11 | allow spaces between command options; option -treebank in linearize | aarne |
| 2008-06-10 | preliminary version of morpho analysis | aarne |
| 2008-06-08 | force the interpreter to flush the output. usefull for the testsuite | krasimir |
| 2008-06-08 | sorting command list in Commands | aarne |
| 2008-06-05 | longname, synopsis and explanation for all commands | krasimir |
| 2008-06-05 | file name completion for command i | kr.angelov |
| 2008-06-05 | fix the error checking in the word completion | kr.angelov |
| 2008-06-05 | describe cc,e,ph,q and i in Commands also. Allows word completion | kr.angelov |
| 2008-06-05 | remove the wc command | kr.angelov |
| 2008-06-05 | complete word completion in the shell. works for commands, flags, options, ab... | kr.angelov |
| 2008-06-05 | in initState report the error strictly. This allows to catch it easily | kr.angelov |
| 2008-06-05 | lookParser already returns Nothing if there is no parser. Don't generate error | kr.angelov |
| 2008-06-05 | use parser combinators to parse the shell commands. simplified CommandLine type | kr.angelov |
| 2008-06-04 | back to breadth first search. Fixes the the "I am here" bug | kr.angelov |
| 2008-06-04 | do the cyrilic trick for Windows in gf3 also | kr.angelov |
| 2008-06-04 | cleanup, document and export the completion API | kr.angelov |
| 2008-06-03 | Get VoiceXML generation working. | bjorn |
| 2008-06-03 | Added lookPrintName. | bjorn |
| 2008-06-03 | Added (still unchanged) GF.Speech.VoiceXML. | bjorn |
| 2008-06-03 | Don't suffix start category name with _cat in SRGS XML printing. | bjorn |
| 2008-06-03 | Added "bnf" output format for debugging. | bjorn |
| 2008-06-03 | Added options to support SRG printing. | bjorn |
| 2008-06-03 | Added speech recognition grammar generation code. There is no way yet to invo... | bjorn |
| 2008-06-03 | Add GF.Data.XML from old source. This is required by the SRGS printer. | bjorn |
| 2008-06-03 | Use readline for word completion | kr.angelov |
| 2008-06-03 | add setCompletionFunction in GF.System.Readline | kr.angelov |
| 2008-06-03 | fix conflicts | krasimir |
| 2008-06-03 | Redesign and opimize the incremental parser | krasimir |
| 2008-06-03 | Hackish version of the incremental parser | krasimir |
| 2008-06-03 | possible to inherit an overload group without excluding+opening | aarne |
| 2008-06-03 | eliminated copying of inherited overload branches | aarne |
| 2008-06-03 | overload extension: syntax overload OldModule* {def*} | aarne |
| 2008-06-01 | added an argument place to ResOverload for extended overloads | aarne |
| 2008-06-02 | Fixed generated Haskell modules to use only the PGF module. | bjorn |
| 2008-06-02 | Honor the --name flag when generating output files. Set module name in genera... | bjorn |
| 2008-05-30 | Changes lookConcrFlag to return Maybe. | bjorn |
| 2008-06-02 | add the MultiMap module | krasimir |
| 2008-06-02 | use MultiMap from the reference implementation instead of GeneralDeduction an... | krasimir |
| 2008-06-02 | Some more documentation | krasimir |
| 2008-05-31 | printing line numbers in rename and check-grammar error messages | aarne |
| 2008-05-31 | added positions to Module record; avoided Module constructor where possible; ... | aarne |
| 2008-05-29 | sync with laptop version, irrelevant changes | aarne |
| 2008-05-27 | some fixes in pattern matching in Compute | aarne |