| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-10 | Maltese RG: first proper release | john | |
| Of course some bugs remain and more testing is needed, but all functions are complete and Maltese now builds as part of the normal GF install. | |||
| 2013-05-02 | Setup.hs: comment out ineffective parallelisation | hallgren | |
| 2013-04-26 | Add greek to Setup.hs and the web apps | hallgren | |
| 2013-03-25 | Setup.hs: paralell RGL module compilation experiment | hallgren | |
| For this to have any effect, Setup.hs has to be compiled with -threaded, which cabal-install doesn't do, unfortunately... | |||
| 2013-03-09 | Setup.hs: switch to base-4 exceptions | Sergei Trofimovich | |
| Fixes build failure on ghc-7.6: $ runhaskell Setup.hs configure Setup.hs:394:14: Not in scope: `E.try' base-4 is available/default since ghc-6.10. | |||
| 2013-01-30 | Setup.hs: eliminate "minimal" mode, fix darcs version info | hallgren | |
| The reported number of recorded changes since the last tagged version was off by one (because it counted the change that set the tag). Also added a note that -K32M is not needed when using new-comp. But -old-comp is still available as a configuration option, so I'm keeping -K32M for now. | |||
| 2013-01-29 | updated the lists of notPresent languages | aarne | |
| 2013-01-28 | added Heb = Hebrew to the incomplete languages that can be compiled | aarne | |
| 2013-01-28 | Setup.hs: add some incomplete languages to the list compiled languages | hallgren | |
| To be specific: Amh, Ara, Lat, Tur and Mlt. | |||
| 2012-10-22 | Add Chinese to the list of installed RGL languages and support it in the web ↵ | hallgren | |
| apps Aarne says the Chinese resource grammar is complete, but not yet completely correct. | |||
| 2012-10-18 | Use NOINLINE for build info and darcs version info | hallgren | |
| ... to avoid unnecessary recompilation of other modules. | |||
| 2012-09-27 | Setup.hs: add Maltese to the list of known RGL languages, but don't compile ↵ | hallgren | |
| it by default | |||
| 2012-09-26 | Setup.hs: Persian does not support mkPresent | hallgren | |
| 2012-09-26 | Add Persian to the list of installed RGL langauges | hallgren | |
| 2012-06-11 | tried to change Jap to Jpn everywhere | aarne | |
| 2012-06-09 | Small Setup.hs bug fix | gregoire.detrez | |
| Setup.hs failed to generate DarcsVersion_gf if dist/build/autogen does not exists.g Added a line to create the directory if absent. | |||
| 2012-05-30 | Setup.hs: fix two problems with querying darcs | hallgren | |
| 2012-05-30 | More detailed version info in the startup message | hallgren | |
| The Setup.hs script now queries darcs to create more detailed version info to include in the startup message. Note thought that with distributed version control systems like darcs, the only way to uniquely identify a version is by the set of patches included. Since the patches are not totally ordered, just looking at the last patch is not enough. For official releases, we tag the current set of patches so we can refer to it by name (e.g. RELEASE-3.3.3). | |||
| 2012-05-15 | Integrate Japanese | hallgren | |
| * Update Setup.hs to build Japanese by default. * News item about Japanese on the home page. * Add Japanese to the supported RGL imports in the grammar editor (gfse). | |||
| 2012-03-01 | Setup.hs: include Hindi and Thai by default in RGL builds | hallgren | |
| 2012-02-21 | sindhipatch | virk.shafqat | |
| 2012-02-20 | Latvian: 1) added some extra things that are used by the Attempto grammar; ↵ | normundsg | |
| 2) added notpresent tags; 3) compiles with Setup.hs and lib/src/Make.hs | |||
| 2011-11-24 | Symbolic and Nound fixes for Russian | Nick Frolov | |
| 2011-11-24 | now if some module is compiled with -no-pmcfg then the PMCFG code is ↵ | kr.angelov | |
| generated at the end during the linking phase. Now the default compilation of the libraries with cabal is with -no-pmcfg. | |||
| 2011-10-20 | Setup.hs: less verbose output during the compilation of the RGL | hallgren | |
| Only show the full gf command line if an error occurs. | |||
| 2011-10-14 | Bug fix in setup for gf -server mode | hallgren | |
| Use the command "dist/build/gf/gf" instead of "gf" to compile the sample grammars for the minibar, to avoid failing if gf is installed in a directory which is not in the $PATH. | |||
| 2011-10-12 | Bug fixes for gf -server mode and setup | hallgren | |
| 2011-10-12 | Improvements of "gf -server" mode and related setup | hallgren | |
| "gf -server" mode now contains everything needed to run the minibar and the grammar editor (including example-based grammar writing). The Setup.hs script installs the required files where gf -server can find them. These files have been moved to a new directory: src/www. The separate server program pgf-http is now obsolete. | |||
| 2011-09-19 | test suite: Don't fail because of the Win32/Unix text file incompatibility. | hallgren | |
| 2011-04-30 | refinements-Pnb-2011-04-30 | virk.shafqat | |
| 2010-12-23 | Include Urd in the default set of languages to compile | hallgren | |
| 2010-12-22 | Setup.hs: build both alltenses and present by default | hallgren | |
| Now you can specify more than one mode when building and installing the RGL. For example to build all modes, run runhaskell Setup.hs build alltenses present minimal The default is to build alltenses and present, which means that a single command, cabal install is enough to obtain a normal installation of GF. Without this change, additional build and install commands would be required before you can compile example grammars, like Foods and Phrasebook. The build-binary-dist.sh script has been simplified accordingly. | |||
| 2010-12-22 | refined synopsis | aarne | |
| 2010-12-21 | remove -src from Setup; simplified str2numeral; bug fix in Finnish ordinal ↵ | aarne | |
| inflection | |||
| 2010-11-30 | Setup.hs: improved langs=... option | hallgren | |
| Instead of just giving an explicit list of languages to compile, you can now also add and remove languages from the default list by using langs=+... or langs=-... Examples: cabal build langs=Eng,Swe,Ger -- as before, compile the given 3 langs cabal build langs=-Fin -- use default languages, but omit Fin cabal build langs=+Urd -- use default languages + Urd ("cabal build ..." is the same as "runhaskell Setup.hs build ...") | |||
| 2010-11-30 | Setup.hs: omit urdu when compiling the rgl, for now. | hallgren | |
| 2010-11-26 | Use the internal preprocessors mkPresent and mkMinimal | hallgren | |
| 2010-11-13 | flags in Setup.hs to speed up library compilation | aarne | |
| 2010-09-03 | added Urd to Setup | aarne | |
| 2010-05-16 | Setup.hs: Increase stack size for gf runs, fixes TryFin.gf build on Fedora ↵ | kevin.kofler | |
| 13 x86_64 | |||
| 2010-06-17 | add Dutch to the list of languages in Setup.hs | krasimir | |
| 2010-04-19 | add Bul to the list of languages in Setup.hs that have API | krasimir | |
| 2010-01-17 | PGF is now real synchronous PMCFG | krasimir | |
| 2009-11-16 | Dutch lexicon generated via Google translate; method in lib/src/MkExx.hs | aarne | |
| 2009-10-24 | integrate Polish in the build system | krasimir | |
| 2009-10-15 | bugfix in Setup.hs for Linux | krasimir | |
| 2009-10-07 | the Setup.hs script should build the prelude also | krasimir | |
| 2009-09-16 | add Romanian to the build system | krasimir | |
| 2009-06-23 | added preCopy and postCopy hooks in Setup.hs | krasimir | |
| 2009-06-22 | next-lib renamed to lib, lib to old-lib | aarne | |
