summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-30Estonian Phrasebook: '<Nationality> restaurant' and 'NN is <Nationality>' ↵Inari Listenmaa
use different forms
2018-04-22Merge pull request #34 from odanoburu/refmanInari Listenmaa
remove reference to lexer and unlexer flags from documentation
2018-04-21- fix typoodanoburu
- rm link to Wiki that seems dead
2018-04-21rm references of lexer and unlexer flags from reference manualodanoburu
2018-04-18Make documentation about -split-pgf clearerInari Listenmaa
2018-04-18gf.cabal: use -fhide-source-pathsThomas Hallgren
if ghc>=8.2
2018-04-18Fixes for GHC 8.4.1 compatibilityThomas 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-16Merge pull request #31 from odanoburu/porInari Listenmaa
update Por
2018-04-14merge and rm conflictodanoburu
2018-04-14Merge remote-tracking branch 'upstream/master' into porodanoburu
2018-04-12bugfix in the Haskell bindingKrasimir Angelov
2018-04-12Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2018-04-12bugfix in the C parserKrasimir Angelov
2018-04-10Merge pull request #30 from odanoburu/masterInari Listenmaa
small fixes
2018-04-09- rm duplicate linesodanoburu
2018-04-09- rm trailing spacesodanoburu
2018-04-09Merge remote-tracking branch 'origin/por' into porodanoburu
2018-04-09rm duplicate linesodanoburu
2018-04-06Add more helpful printouts if no grammar providedInari Listenmaa
2018-04-06Add a tool to generate test cases for GF grammarsInari Listenmaa
2018-04-03Merge pull request #28 from odanoburu/porInari 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/
2018-03-29gfse: show grammar comments in the list of public grammarsThomas Hallgren
gf -server now includes the comment field from the grammar in the response to /cloud requests with command=ls-t and ext=.json
2018-03-29gfse: allow public grammars to be deleted in more casesThomas Hallgren
The editor doesn't show delete buttons on grammars published by other users, but it was too picky when deciding which grammars you own. Now it should be possible to delete grammars from the device/browser you published it from, even if you don't have a private copy of it any more. On a related note, there seems to be problem with the way unique grammars names are created and maintained, causing published grammars to be duplicated in some cases. This needs to be overhauled.
2018-03-29Merge remote-tracking branch 'upstream/master' into porodanoburu
2018-03-29gfse: fix for some browser: hovering over an empty grammar comment to edit itThomas Hallgren
This was a problem in Safari (an other similar browsers I presume), but not in Firefox: hovering over the grammar comment (shown below the grammar name when you edit a grammar) didn't reveal the button to edit it, thus preventing you from adding a comment. It was till possible by selecting the "Enable editing on touch devices." at the bottom of the screen, but most people probably didn't notice that it is possible to add a comment.
2018-03-29Merge branch 'master' of www.grammaticalframework.org:/usr/local/www/GFThomas Hallgren
2018-03-29gfse: sort list of public grammars by age, by defaultThomas Hallgren
There is also a menu so you can choose to sort the list by name or by age
2018-02-22- tweak the tokenizer in pgf_lookup_sentence to threat .!?,: as separate tokensKrasimir Angelov
+ bugfix which causes crashes
2018-02-04partial fix for word completion in the C runtimeKrasimir Angelov
2018-01-29index.html: update summer school linkThomas Hallgren
2018-01-23demos/index.html: add link to multilingual_headlines.htmlThomas Hallgren
It was lost in the move from darcs to GIT, since it was added with a local change and not recorded in the darcs repository.
2018-01-23Remove "Warning: default encoding has changed from Latin-1 to UTF-8"Thomas Hallgren
The warning is about a change that was made in GF 3.6 (June 2014) and has probably outlived its purpose by now.
2018-01-21some paradigm extensionsAarne Ranta
2017-12-28Merge pull request #25 from GrammaticalFramework/basqueInari Listenmaa
Some more fixes / updates on the Basque RG
2017-12-28Merge remote-tracking branch 'origin/master' into basqueInari Listenmaa
2017-12-20Merge branch 'master' of https://github.com/GrammaticalFramework/GFInari Listenmaa
2017-12-19Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2017-12-19bugfix for random generation with HOASKrasimir Angelov
2017-12-09silence some warnings on MINGW32Krasimir Angelov
2017-12-09added one more include to define alloca for WindowsKrasimir Angelov
2017-12-09Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2017-12-09fix the compilation of sqlite3Btree.c on WindowsKrasimir Angelov
2017-12-06new option linerize -tabtreebank for tab-separated treebank generationAarne Ranta
2017-12-06Update editor modes page for AtomJohn J. Camilleri
2017-11-27Add cabal sandbox files to .gitignoreJohn J. Camilleri
2017-10-06year of 3.9 release correctedAarne Ranta
2017-10-05temporaryly fix GF.Command.Commands2Krasimir Angelov
2017-10-05Merge remote-tracking branch 'origin/master' into basqueInari Listenmaa
2017-10-04Merge remote-tracking branch 'origin/master' into basqueInari Listenmaa