index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
haskell-bind
Age
Commit message (
Expand
)
Author
2014-12-29
API for word alignment in the C runtime and in the Haskell binding
kr.angelov
2014-12-19
bugfix and tiny optimization for callbacks from Haskell
kr.angelov
2014-12-19
haddock comments for parseWithHeuristics
kr.angelov
2014-12-19
added mkStr to the Haskell binding
kr.angelov
2014-12-19
added mkApp to the Haskell binding
kr.angelov
2014-12-16
fix in the Haskell binding
kr.angelov
2014-12-16
forgot to export parseWithHeuristics from Haskell
kr.angelov
2014-12-16
change in the API for literals
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
kr.angelov
2014-09-22
haskell-bind/PGF2.hsc: unexport functions that break referential transparency
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-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
2014-06-10
PGF2.hsc: use throwIO instead of throw
hallgren
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-05-07
pgf-shell.hs: fix compilation problem with GHC 7.4
hallgren
2014-05-07
Two improvements in the pgf-shell example
hallgren
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
Restore compatibility with GHC 7.0
hallgren
2014-02-10
proper error checking in the C runtime
kr.angelov
2014-02-10
haskell-bind: fix broken pgf-shell
hallgren
2014-02-10
bugfix in pgf2-bind.cabal
kr.angelov
2014-02-09
updated haskell-bind/README
kr.angelov
2014-02-09
cleanup the code for the FFI binding. The API is now more uniform with the Py...
kr.angelov
2014-02-07
pgf-shell: show the names of the concrete syntaxes after loading the grammar
hallgren
2014-02-07
haskell-bind: add function languages
inari
2014-02-07
pgf-shell: enable -rtsopts, call performGC between commands
hallgren
2014-02-06
fixed some memory leaks
inari
2014-01-29
changes to pools in haskell bindings
inari
2014-01-20
Optionally include C run-time support
hallgren
2014-01-20
haskell-bind: add an export list to hide internal stuff
hallgren
2014-01-17
haskell-bind.cabal: relax overly restrictive version bounds and add cc-options
hallgren
2014-01-17
haskell-bind: add a cabal file and examples/pgf-shell.hs
hallgren
2014-01-17
haskell-bind: change the type of CRuntimeFFI.getConcr
hallgren
2013-12-10
move src/runtime/haskell/CRuntimeFFI to src/runtime/haskell-bind. Don't mess ...
kr.angelov