| Age | Commit message (Expand) | Author |
| 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 | add mtl dependency in cabal. It is used in the speech grammar generation | krasimir |
| 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-06-02 | rename GF.Grammar.Refresh to GF.Compile.Refresh in .caba | 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 |
| 2008-05-30 | unforgetting new env after i command | aarne |
| 2008-05-30 | error recovery in rename and check grammar: report all errors in a module bef... | aarne |
| 2008-05-30 | started Finnish 1.4 | aarne |
| 2008-05-30 | Refactor GFI to treat command line files and the i command uniformly. Disable... | bjorn |
| 2008-05-30 | Change setOptimization to produce Options, not a function over Options. | bjorn |
| 2008-05-30 | Added setOptimization function to GF.Infra.Options. I will need to do similar... | bjorn |
| 2008-05-30 | cleaned up and documented PGF API | krasimir |