summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-27added API in the C runtime and the Java binding for checking whether a given ...kr.angelov
2013-11-27update the project files for the Java bindingkr.angelov
2013-11-27space leak in the Java bindingkr.angelov
2013-11-26Represent identifiers as UTF-8-encoded ByteStringshallgren
2013-11-25Change how GF deals with character encodings in grammar fileshallgren
2013-11-26examples/phrasebook: add Makefile2 for parallel grammar compilationhallgren
2013-11-26examples/letter: convert grammar files to UTF-8hallgren
2013-11-25GF home page: mention upcoming default character encoding changehallgren
2013-11-25Setup.hs: avoid a problem with Cabal-1.18hallgren
2013-11-25Document the upcoming default character encoding change in the release noteshallgren
2013-11-22examples/phrasebook: adding --# -coding=latin1 to 18 moduleshallgren
2013-11-22examples/foods: add --# -coding=latin1hallgren
2013-11-22fix in the GF keyboard for Androidkr.angelov
2013-11-22fix the export for CFG grammars with BIND, SOFT_BIND and nonExistkr.angelov
2013-11-22the GF syntax for identifiers is exteded with quoted forms, i.e. you could wr...kr.angelov
2013-11-22bugfix in the debug mode for the parserkr.angelov
2013-11-21Some refactoring in GF.Compile and GF.Compile.GetGrammarhallgren
2013-11-21Some more monadic lifting changeshallgren
2013-11-21bugfix in the C runtimekr.angelov
2013-11-21the Java binding for lookupMorpho should release the local references created...kr.angelov
2013-11-21Add a test runner and a test suite fore the rglgregoire.detrez
2013-11-20more stack in Translate Makefileaarne
2013-11-20fix in the Python bindingkr.angelov
2013-11-20Removed some code duplication in GF.Compile.Updatehallgren
2013-11-20Reduced clutter in monadic codehallgren
2013-11-19GF shell: improved system_pipe (aka "?") commandhallgren
2013-11-18bugfix in the robust parserkr.angelov
2013-11-18add gu_buf_insert in libgukr.angelov
2013-11-15fixes in the C runtime to avoid warnings when compiling on MacOSkr.angelov
2013-11-15pgf_read should open the grammar file in binary mode to prevent the Windows r...kr.angelov
2013-11-15pgf_reader_done should do nothing if the reading has failedkr.angelov
2013-11-15add additional options for compiling the Java binding on Windows (suggested b...kr.angelov
2013-11-14gfse: re-enable example-based grammar constructionhallgren
2013-11-13add two files from the Android app that were forgotenkr.angelov
2013-11-13bugfix in the C runtime which had made the parser up to 200 times slower for ...kr.angelov
2013-11-13the dictionary view in the Android app now shows both the source and the targ...kr.angelov
2013-11-13minor bugfix in the translator keyboardkr.angelov
2013-11-13now the Android App has a translation keyboard which allows the translations ...kr.angelov
2013-11-12Fix Issue 60: Weird output when executing system commands from the gf shellhallgren
2013-11-12document the four new language features in the reference manualkr.angelov
2013-11-12Fix Issue 68: Cannot use an overloaded operator in table defined using square...hallgren
2013-11-12GF.System.Chatch: remove redundant #includehallgren
2013-11-12added Predef.SOFT_BIND. This special token allows zero or more spaces between...kr.angelov
2013-11-11Fix Issue 41: "," in context-free rules causes parsing failurehallgren
2013-11-11Fix issue 61: GF shell cannot parse a system command ending with a spacehallgren
2013-11-07factor of 3 speedup for the translation without slowing down the grammar load...kr.angelov
2013-11-07bugfix in the binary search implementation in libgukr.angelov
2013-11-07remove redundant type signature in gu/seq.hkr.angelov
2013-11-07fix for the memory allocation in the jitter which should work for Windows.kr.angelov
2013-11-07the 'Release' configuration in Eclipse is renamed to 'Release (posix)'. In ad...kr.angelov