| Age | Commit message (Expand) | Author |
| 2014-09-12 | GF index: shortcut links to Android app, Best practices, REMU, and new Androi... | aarne |
| 2014-09-11 | a major revision of the bytecode generator and JIT compiler. the effect is th... | kr.angelov |
| 2014-09-11 | gf.cabal: add missing c-sources for the Haskell binding to the C run-time lib... | hallgren |
| 2014-09-11 | Setup.hs: don't ask darcs for the version history if _darcs is not present | hallgren |
| 2014-09-10 | now release the FunPtr:s that are allocated for each literal callback | kr.angelov |
| 2014-09-10 | added an API for custom literals in the Haskell binding | kr.angelov |
| 2014-09-10 | added loadConcr/unloadConcr to the Haskell binding. This exposes an API for l... | kr.angelov |
| 2014-09-09 | Wide Coverage Demo web app: use the App grammar instead of the Translate grammar | hallgren |
| 2014-09-08 | (1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfo | hallgren |
| 2014-09-05 | the code for def rules now uses proper graph update to preserve lazyness | kr.angelov |
| 2014-09-05 | full support for recursive def rules in the C runtime | kr.angelov |
| 2014-09-03 | gf.cabal, gf-server.cabal: add version bounds on network & httpd-shed | hallgren |
| 2014-09-02 | src/server: refactoring to isolate dependencies on the cgi/fastcgi packages | hallgren |
| 2014-09-01 | partial implementation for recursive def rules | kr.angelov |
| 2014-09-01 | bug fixes in the JIT compiler | kr.angelov |
| 2014-08-30 | by_Prep causing conflict in AppChi, therefore excluded from the import of Phr... | aarne |
| 2014-08-30 | examples/app/Makefile2: simplifed Makefile for the App grammar (doesn't work ... | hallgren |
| 2014-08-29 | Add OS X Installed package to the GF 3.6 download page | hallgren |
| 2014-08-29 | bin/build-binary-dist.sh: just a small fix | hallgren |
| 2014-08-29 | added evaluator.h which I had forgoten | kr.angelov |
| 2014-08-28 | You can now use 'make pkg' to build OS X Installer packages for GF | hallgren |
| 2014-08-25 | gf.cabal ghc-options: don't force -j, -auto-all has been renamed to -fprof-auto | hallgren |
| 2014-08-25 | Fix GHC 7.4 compatibility issue caused by previous patch | hallgren |
| 2014-08-25 | Setup.hs: disable parallel RGL build support for now, since it is incompatibl... | hallgren |
| 2014-08-25 | Experimental: parallel batch compilation of grammars | hallgren |
| 2014-08-24 | made the "how old" construction in Chinese more efficient by moving variants ... | aarne |
| 2014-08-22 | bugfix in the android app | kr.angelov |
| 2014-08-22 | src/www/robots.txt: robot exclusion file for the GF cloud service. | hallgren |
| 2014-08-22 | Command line flag -s/-q now silences all warnings | hallgren |
| 2014-08-20 | Add lifted directory operations in GF.System.Directory to eliminate the need ... | hallgren |
| 2014-08-20 | GF.CompileOne: refactoring to reduce code duplication and improve readability | hallgren |
| 2014-08-19 | GF.Compile.ReadFiles: a simpler & faster way to convert from Latin1 to UTF-8 | hallgren |
| 2014-08-13 | Fix compliation error with GHC 7.4 caused by previous patch | hallgren |
| 2014-08-13 | Fix warnings in 16 modules, mostly forward compatibility warnings from GHC 7.8 | hallgren |
| 2014-08-13 | Refactoring in GF.Compile and GF.ReadFiles with an eye to parallel compilation | hallgren |
| 2014-08-13 | Setup.hs: reduce zero build time by a couple of seconds | hallgren |
| 2014-08-11 | GF.Compile: remove the Int from CompileEnv | hallgren |
| 2014-08-11 | pattern matching in def rules is now supported | kr.angelov |
| 2014-08-11 | revert an accidental change that I pushed together with the last patch | kr.angelov |
| 2014-08-11 | a partial support for def rules in the C runtime | kr.angelov |
| 2014-08-08 | Setup.hs: don't build example grammars when the rgl-none argument is specified | hallgren |
| 2014-07-28 | Setup.hs: comment out debugging code | hallgren |
| 2014-07-28 | Setup.hs: reduce zero build time by ~30% (from 26 to 18 seconds on my laptop) | hallgren |
| 2014-07-28 | Convert from Text.PrettyPrint to GF.Text.Pretty | hallgren |
| 2014-07-27 | Adding GF.Infra.Location and GF.Text.Pretty (forgot to 'darcs add' them before) | hallgren |
| 2014-07-27 | Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Loca... | hallgren |
| 2014-07-25 | gf.cabal: fix depend in --flags=-custom-binary case | Sergei Trofimovich |
| 2014-07-21 | PGF service: expire PGFs from the cache when they have been unused for 24 hours | hallgren |
| 2014-07-21 | WebSetup.hs: include Chinese when building the Phrasebook | hallgren |
| 2014-07-16 | Qiao's corrections in PhrasebookChi. This replaces the old, partial and low-q... | aarne |