| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-28 | fixed a bug in the cnclabel format | Aarne Ranta | |
| 2018-11-28 | Revert "Completely remove uses of example-based" | John J. Camilleri | |
| This reverts commit 69cea20dac8ac73fa0a61ed4ff427d2524ee253b. | |||
| 2018-11-28 | Revert "remove the example-based folder. The code is still in the archive" | John J. Camilleri | |
| This reverts commit 05c2cfb628147f7d6fa0a6c2f38eb9d67b2eb007. | |||
| 2018-11-28 | Completely remove uses of example-based | John J. Camilleri | |
| 2018-11-28 | remove the example-based folder. The code is still in the archive | Krasimir Angelov | |
| 2018-11-28 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Krasimir Angelov | |
| 2018-11-28 | remove two obsolete options | Krasimir Angelov | |
| 2018-11-28 | Remove Htmls.hs | John J. Camilleri | |
| 2018-11-28 | remove gf-server.cabal | John J. Camilleri | |
| 2018-11-28 | remove custom-binary flag; update Cabal version restriction; bump version to ↵ | John J. Camilleri | |
| 3.10 | |||
| 2018-11-27 | expose PGF and Concr for FFI | Krasimir Angelov | |
| 2018-11-15 | Remove `src/ui` folder, moved to: | John J. Camilleri | |
| https://github.com/GrammaticalFramework/gf-offline-translator | |||
| 2018-11-07 | Move unused `pgf-binary` into its own repository, at: | John J. Camilleri | |
| https://github.com/GrammaticalFramework/pgf-binary | |||
| 2018-10-19 | Add {-# LANGUAGE GADTs -#} to the generated Haskell file | Inari Listenmaa | |
| 2018-10-16 | gf -cshell bug fix | Thomas Hallgren | |
| The functions cExpr and hsExpr in GF.Command.Commands2 need to handle string literals. | |||
| 2018-10-15 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Krasimir Angelov | |
| 2018-10-15 | hide the compatibility API | Krasimir Angelov | |
| 2018-10-10 | Comment out links to some old demos that no longer work | Thomas Hallgren | |
| 2018-09-21 | option rf -paragraphs | Aarne Ranta | |
| 2018-08-06 | A version of `readPGF` where the user handles the IO. | Frederik Hanghøj Iversen | |
| 2018-07-31 | gf-server.cabal: relax network version bounds and make building the library ↵ | Thomas Hallgren | |
| and pgf-service executable optional This allows you to build the content-service without installing the problematic fastcgi library. | |||
| 2018-07-26 | Minimal update with new repo URLs & build instructions | John J. Camilleri | |
| 2018-07-22 | GF_LIB_PATH can now be path1:path2:path3, not just path1 | meng wong | |
| Traditionally, GF_LIB_PATH points to something like `.../share/ghc-8.0.2-x86_64/gf-3.9/lib` and if you want prelude and alltenses and present, you add a `--# -path=.:present` compiler pragma to the top of your .gf file But if you are developing some kind of application grammar library or contrib of your own, you might find yourself repeating your library path at the top of all your .gf files. After painstakingly maintaining the same library path at the top of all your .gf files, you might say, let's factor this out into GF_LIB_PATH. Then you might then find to your surprise that GF_LIB_PATH doesn't accept the usual colon:separated:path notation familiar from, say, unix PATH and MANPATH. This patch allows you to define `GF_LIB_PATH=gf-3.9.lib:$HOME/gf-contrib/whatever/lib` in a more natural way. If you are an RGL hacker and have your own version of the RGL tree sitting somewhere, you should be able to have both paths in the GF_LIB_PATH, for added convenience. This minor convenience will probably lead to obscure bugs and great frustration when you find that your changes are mysteriously not being picked up by GF; so keep this in mind and use it cautiously. This caution should probably sit in the documentation somewhere. A subsequent commit will do that. If you use zsh, you can do this to quickly build up a big GF_LIB_PATH: % gf_lib_path=( $HOME/src/GF/lib/src/{api,abstract,common,english,api/libraryBrowser,prelude,..} ) % typeset -xT GF_LIB_PATH gf_lib_path | |||
| 2018-07-04 | Remove code which tries to get version information from darcs folder | John J. Camilleri | |
| 2018-06-27 | GF.Server: add 'import Control.Applicative' for compatibilit with GHC<7.10 | Thomas Hallgren | |
| One could also add stricter version constraints in gf.cabal, e.g. base>=4.8 (implies GHC>=7.10) if we want to only support building with GHC>=7.10. | |||
| 2018-06-27 | undo the partial fix for word completion since it breaks normal parsing | Krasimir Angelov | |
| 2018-06-20 | a simple fix for the linearizer | Krasimir Angelov | |
| 2018-06-20 | Revert "when linearizing missing functions with brackets, the name of the ↵ | Krasimir Angelov | |
| function should still be reported" This reverts commit 18204bdd25bd460904ac475f3ea340daa96589df. | |||
| 2018-06-20 | Revert "forgot to switch off the debugger" | Krasimir Angelov | |
| This reverts commit 5919dfa3366dfd2f2af8c3ce7749d066a2033f0d. | |||
| 2018-06-20 | forgot to switch off the debugger | Krasimir Angelov | |
| 2018-06-20 | when linearizing missing functions with brackets, the name of the function ↵ | Krasimir Angelov | |
| should still be reported | |||
| 2018-06-20 | added bracketedLinearizeAll | Krasimir Angelov | |
| 2018-06-20 | bracketedLinearize in Haskell now emits the BIND constructor like in Java | Krasimir Angelov | |
| 2018-06-15 | Split gftest to a new repo | Inari Listenmaa | |
| 2018-06-13 | Add TypeScript type definitions for gflib.js | John J. Camilleri | |
| 2018-06-12 | added transliteration arabic_unvocalized, which omits the vowels | Aarne Ranta | |
| 2018-06-12 | (gftest) Compare also functions of arity 0 + custom startcat for comparison | Inari Listenmaa | |
| 2018-06-04 | * update GF mode | odanoburu | |
| - moved to new repo at https://github.com/GrammaticalFramework/gf-emacs-mode - main changes: - use utf-8 encoding for inferior gf process - add display of operation types - update links | |||
| 2018-05-28 | Merge branch 'master' of https://github.com/GrammaticalFramework/GF | Krasimir Angelov | |
| 2018-05-28 | added comment for Windows | Krasimir Angelov | |
| 2018-05-28 | some tweaks for Windows | Krasimir Angelov | |
| 2018-05-24 | (gftest) Add --show-context + combine -o with -f,-c,-b | Inari Listenmaa | |
| 2018-05-24 | spell error in py.egs.README | Prasanth Kolachina | |
| 2018-05-24 | add bracketLinearizeAll for variants | Prasanth Kolachina | |
| 2018-05-22 | (gftest) Multiple concrete categories for context generation | Inari Listenmaa | |
| 2018-05-21 | (gftest) Better pruning + add new command line option | Inari Listenmaa | |
| 2018-05-21 | fixed typo which broke the compilation on Windows | Krasimir Angelov | |
| 2018-05-21 | Merge branch 'master' of https://github.com/GrammaticalFramework/GF | Krasimir Angelov | |
| 2018-05-21 | fix the compilation when the byte order cannot be detected statically | Krasimir Angelov | |
| 2018-05-21 | Update info about path to jni.h in Java binding install notes | John J. Camilleri | |
