| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-02 | define default depths for shell and server only once | Inari Listenmaa | |
| 2025-02-19 | Reactivate the gf-shell command 'pt -transfer' | Hans Leiss | |
| 2024-03-15 | Apply gt to all arguments when piped | Inari Listenmaa | |
| 2022-05-31 | adjust the -view command depending on the OS | Krasimir Angelov | |
| 2021-07-06 | Merge branch 'master' into concrete-new | Inari Listenmaa | |
| 2021-07-06 | remove redundant options | Meowyam | |
| 2021-07-06 | resolves GrammaticalFramework/gf-core/#97, without l | Meowyam | |
| 2021-07-02 | resolves GrammaticalFramework/gf-core/#97 | Meowyam | |
| 2021-07-01 | Rename GF.Compile.TypeCheck.RConcrete to GF.Compile.TypeCheck.Concrete | John J. Camilleri | |
| 2021-07-01 | Rename GF.Compile.Compute.ConcreteNew to GF.Compile.Compute.Concrete | John J. Camilleri | |
| 2021-06-16 | Fix build for ghc-7.10.3 | Andreas Källberg | |
| 2021-06-16 | Don't print stack traces in Command.hs | Andreas Källberg | |
| They don't provide useful info anyways and they are needlessly verbose. | |||
| 2020-09-12 | Fix incorrect type and update dependencies | Andreas Källberg | |
| 2020-09-09 | Import orphan instances of MonadFail for ghc<8 | Andreas Källberg | |
| Also upgrade alex/happy so automatic install works | |||
| 2020-09-05 | Add two more missing MonadFail imports | Andreas Källberg | |
| 2020-09-05 | MonadFail: Make backwards-compatible | Andreas Källberg | |
| 2020-09-05 | Fix MonadFail for c-runtime as well | Andreas Källberg | |
| 2020-08-05 | Fix most build errors | Andreas Källberg | |
| 2020-05-20 | allow literals in the C shell | krangelov | |
| 2018-10-16 | gf -cshell bug fix | Thomas Hallgren | |
| The functions cExpr and hsExpr in GF.Command.Commands2 need to handle string literals. | |||
| 2018-09-21 | option rf -paragraphs | Aarne Ranta | |
| 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) | |||
| 2017-12-06 | new option linerize -tabtreebank for tab-separated treebank generation | Aarne Ranta | |
| 2017-10-05 | temporaryly fix GF.Command.Commands2 | Krasimir Angelov | |
| 2017-09-06 | the parser in the C runtime can now detect incomplete sentences just like ↵ | Krasimir Angelov | |
| the parser in the Haskell runtime. This is also reflected in all bindings. | |||
| 2017-09-05 | update documentation for command pt | Krasimir Angelov | |
| 2017-09-05 | GF.Command.TreeOperations is now independent from the runtime's internals | Krasimir Angelov | |
| 2017-09-05 | added exprSize and exprFunctions in the Haskell runtime too and use them in ↵ | Krasimir Angelov | |
| TreeOperations | |||
| 2017-09-04 | pt -paraphrase was never properly implemented and is now removed | Krasimir Angelov | |
| 2017-09-04 | eliminate modules PGF.Lexing, PGF.LexingAGreek. Make PGF.Utilities an ↵ | Krasimir Angelov | |
| internal module in the runtime. These are not really part of the core runtime. | |||
| 2017-09-01 | added command "rt" in the C shell | Krasimir Angelov | |
| 2017-09-01 | the C shell now type checks expressions before they are used | Krasimir Angelov | |
| 2017-09-01 | complete details for the "ai" command in the C shell | Krasimir Angelov | |
| 2017-09-01 | added function treeProbability in the Haskell binding | Krasimir Angelov | |
| 2017-09-01 | giza alignment in the C shell | Krasimir Angelov | |
| 2017-08-31 | graphvizWordAlignment in the C runtime | Krasimir Angelov | |
| 2017-08-31 | the C runtime now supports the same customizations for GraphViz as the ↵ | Krasimir Angelov | |
| Haskell runtime | |||
| 2017-08-31 | remove move dead code in the C shell | Krasimir Angelov | |
| 2017-08-30 | some dead code elimination | Krasimir Angelov | |
| 2017-08-30 | an almost complete ai command in the C shell | Krasimir Angelov | |
| 2017-08-30 | implement rf in the C shell | Krasimir Angelov | |
| 2017-08-30 | pg in the C shell now supports most output formats | Krasimir Angelov | |
| 2017-08-30 | remove some dead code in the C shell | Krasimir Angelov | |
| 2017-08-30 | in the C shell rename the ga command to gt to be consistent with the ↵ | Krasimir Angelov | |
| standard shell | |||
| 2017-08-30 | "lc" was a temporary hack and is now removed from the C shell | Krasimir Angelov | |
| 2017-08-30 | "ma" command in the C shell | Krasimir Angelov | |
| 2017-08-30 | the l command in the C shell now supports the same options as in the normal ↵ | Krasimir Angelov | |
| shell | |||
| 2017-04-06 | vd command now reads local concrete configurations to deal with syncat ↵ | aarne | |
| words; TODO: dissolve clustered multiwords bound with + | |||
| 2017-02-21 | Fix compilation errors caused by changes in PGF2 | hallgren | |
| These prevented GF from being built with C run-time support (-fc-runtime). | |||
| 2017-01-25 | improve the documentation for PGF2 | krasimir | |
