| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 ↵ | kr.angelov | |
| loading grammars compiled with -split-pgf | |||
| 2014-06-16 | fixed memory leak in the Haskell binding to the C runtime | kr.angelov | |
| 2014-06-12 | PGF library: expose only PGF and PGF.Internal instead of all modules | hallgren | |
| PGF exports the public, stable API. PGF.Internal exports additional things needed in the GF compiler & shell, including the nonstardard version of Data.Binary. | |||
| 2014-06-10 | PGF2.hsc: use throwIO instead of throw | hallgren | |
| From the documentation: the throwIO variant should be used in preference to throw to raise an exception within the IO monad because it guarantees ordering with respect to other IO operations, whereas throw does not. Also removed some unused imports. | |||
| 2014-05-13 | Haskell binding: free memory pool to avoid space leak when readPGF fails | hallgren | |
| 2014-05-08 | fix memory leak in the Haskell binding | kr.angelov | |
| 2014-04-04 | fix the haskell binding to handle parse errors | kr.angelov | |
| 2014-03-12 | haskell-bind: comment out superfluous imports | hallgren | |
| 2014-02-10 | proper error checking in the C runtime | kr.angelov | |
| 2014-02-09 | cleanup the code for the FFI binding. The API is now more uniform with the ↵ | kr.angelov | |
| Python and the Java bindings. Fixed a lot of memory leaks. | |||
