| Age | Commit message (Collapse) | Author |
|
|
|
|
|
generated code
|
|
These prevented GF from being built with C run-time support (-fc-runtime).
|
|
|
|
|
|
Gregoire's Jenkins server has been down since last summer...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
still ok.
|
|
|
|
|
|
bindings
|
|
|
|
|
|
Haskell binding
|
|
|
|
|
|
|
|
|
|
|
|
src/runtime/java/Makefile
|
|
|
|
|
|
main meny
|
|
|
|
book examples. However, if the grammar has any multiline rules, all of them must have semicolons.
|
|
|
|
Ravishankar
|
|
|
|
|
|
|
|
|
|
|
|
News item on the home page
Put the download page and release notes in place.
Add an entry in debian/changelog.
Update the version number in gf.cabal.
|
|
|
|
|
|
|
|
* Just skip the Java binding if there were errors compiling it.
* Install the Python binding in the expected place on Mac OS X when creating
an OS X installer package. (i.e. under /Library/Python/2.7/site-packages)
Also updated the 3.8 download page and release notes to reflect the above.
|
|
The function listCaches returns an empty list instead of the contents
of the cached C run-time system PGFs when compiled without C-run-time support
This gave rise to an ambiguity in GF.Server.
|
|
Remove ghc-7.4 from the list of tested/recommended versions of GHC
(because of Hackage dependency problems).
Recommend version 7.10.3 of the Haskell Platform. (GHC 8.0.1 works too,
but I haven't tested the corresponding Haskell Platform packages.)
|
|
|
|
gf.cabal: include more GHC versions in the Tested-Width field.
|
|
This is to make sure that gf-web-api.html gets included in the .deb package
and is available locally in the GF cloud when running gf -server.
|
|
Also add a few paragraphs listing undocumented commands and
briefly describing the commands that use the C run-time system.
|