| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-11 | Remove .authorspellings (it was a darcs relic and now useless) | John J. Camilleri | |
| 2018-06-09 | Merge branch 'master' of github.com:GrammaticalFramework/GF | John J. Camilleri | |
| 2018-06-05 | Merge pull request #55 from inariksit/dutch | Inari Listenmaa | |
| Dutch smart paradigms + remove commented out code | |||
| 2018-06-05 | Merge pull request #54 from odanoburu/master | Inari Listenmaa | |
| * update GF mode | |||
| 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 | |
| Added a few new features: -o OldGrammar.pgf: if combined with -f , -c or -b , only test the specified trees+functions. --show-context FId: shows contexts for the particular concrete category --show-cats interacts with --debug by showing also concrete categories | |||
| 2018-05-24 | Merge pull request #52 from odanoburu/doc-pre | Inari Listenmaa | |
| (refman) update pre syntax | |||
| 2018-05-24 | (gftest) Add --show-context + combine -o with -f,-c,-b | Inari Listenmaa | |
| 2018-05-24 | (refman) update pre syntax [ci skip] | odanoburu | |
| 2018-05-24 | Merge pull request #50 from pkolachi/master | Prasanth Kolachina | |
| function for linearizing variants (bracketedStringAll) | |||
| 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 | |
| 2018-05-21 | Missing -I in Java bindings Makefile | John J. Camilleri | |
| 2018-05-04 | Merge pull request #37 from mbrock/master | Inari Listenmaa | |
| Fix the Nix build | |||
| 2018-05-04 | Fix the Nix build | Mikael Brockman | |
| We use the Nix "jailbreak" function to ignore the upper bounds on the CGI package dependency. | |||
| 2018-05-03 | Rename README to README.md | John J. Camilleri | |
| 2018-05-03 | Markdownise README and add Travis build icon | John J. Camilleri | |
| 2018-05-03 | Merge pull request #14 from mbrock/master | John J. Camilleri | |
| Add a Travis configuration for checking that new commits build correctly | |||
| 2018-05-01 | (PhrasebookEst) Fix nationality adj. for Polish | Inari Listenmaa | |
| 2018-04-30 | Estonian Phrasebook: '<Nationality> restaurant' and 'NN is <Nationality>' ↵ | Inari Listenmaa | |
| use different forms | |||
| 2018-04-22 | Merge pull request #34 from odanoburu/refman | Inari Listenmaa | |
| remove reference to lexer and unlexer flags from documentation | |||
| 2018-04-21 | - fix typo | odanoburu | |
| - rm link to Wiki that seems dead | |||
| 2018-04-21 | rm references of lexer and unlexer flags from reference manual | odanoburu | |
| 2018-04-18 | Make documentation about -split-pgf clearer | Inari Listenmaa | |
| 2018-04-18 | gf.cabal: use -fhide-source-paths | Thomas Hallgren | |
| if ghc>=8.2 | |||
| 2018-04-18 | Fixes for GHC 8.4.1 compatibility | Thomas Hallgren | |
| * In GHC 8.4.1, the operator <> has become a method of the Semigroup class and is exported from the Prelude. This is unfortunate, since <> is also exported from the standard library module Text.PrettyPrint, so in any module that defines a pretty printer, there is likely to be an ambiguity. This affects ~18 modules in GF. Solution: import Prelude hiding (<>) This works also in older versions of GHC, since GHC does't complain if you hide something that doesn't exists. * In GHC 8.4.1, Semigroup has become a superclass of Monoid. This means that anywhere you define an instance of the Monoid class you also have to define an instance in the Semigroup class. This affects Data.Binary.Builder in GF. Solution: conditionally define a Semigroup instance if compiling with base>=4.11 (ghc>=8.4.1) | |||
| 2018-04-16 | Merge pull request #31 from odanoburu/por | Inari Listenmaa | |
| update Por | |||
| 2018-04-14 | merge and rm conflict | odanoburu | |
| 2018-04-14 | Merge remote-tracking branch 'upstream/master' into por | odanoburu | |
| 2018-04-12 | bugfix in the Haskell binding | Krasimir Angelov | |
| 2018-04-12 | Merge branch 'master' of https://github.com/GrammaticalFramework/GF | Krasimir Angelov | |
| 2018-04-12 | bugfix in the C parser | Krasimir Angelov | |
| 2018-04-10 | Merge pull request #30 from odanoburu/master | Inari Listenmaa | |
| small fixes | |||
| 2018-04-09 | - rm duplicate lines | odanoburu | |
| 2018-04-09 | - rm trailing spaces | odanoburu | |
| 2018-04-09 | Merge remote-tracking branch 'origin/por' into por | odanoburu | |
| 2018-04-09 | rm duplicate lines | odanoburu | |
| 2018-04-06 | Add more helpful printouts if no grammar provided | Inari Listenmaa | |
| 2018-04-06 | Add a tool to generate test cases for GF grammars | Inari Listenmaa | |
| 2018-04-03 | Merge pull request #28 from odanoburu/por | Inari Listenmaa | |
| WIP: Portuguese resource grammar | |||
| 2018-03-29 | - add Por to complete languages (although it's not quite there yet) | odanoburu | |
| - update headers - add Por modules to lib/src/api/ | |||
