| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-25 | Remove left over [...] from release notes, bump version number in gf.cabal ↵ | hallgren | |
| to 3.7-darcs | |||
| 2015-06-25 | Update home page, download page & release notes for GF 3.7. Bump version ↵ | hallgren | |
| number in gf.cabal | |||
| 2015-06-25 | Documentation updates for the release of GF 3.7 | hallgren | |
| 2015-06-25 | bugfix in the bottom-up prediction for the parser | krasimir | |
| 2015-06-23 | runtime/c/pf/jit.c: silence warning about alloca on MINGW32 | hallgren | |
| 2015-06-23 | Bump version of .gfo and .pgf files, improve error messages on version mismatch | hallgren | |
| Becacuse of the new special tokens added to the Symbol type, .gfo and .pgf files produced with the current version of GF can not always be used with older versions of GF and the PGF run-time system. The PGF version number was increased from (2,0) to (2,1). GF can still read version (2,0) and (1,0), so old PGF files continue to work. The GFO version was increased from "GF03" to "GF04". | |||
| 2015-06-23 | WebSetup.hs: a note about parallel builds | hallgren | |
| 2015-06-23 | doc/gf-developers.t2t: add a note about parallel builds | hallgren | |
| Also added a note that partial builds (cabal build rgl-none, etc) doesn't work with newer versions of cabal. | |||
| 2015-06-22 | Remove the automatically generated doc/gf-developers.html | hallgren | |
| 2015-06-17 | three more points in the release notes | krasimir | |
| 2015-06-17 | forgot changes in the serialization in the Haskell runtime | krasimir | |
| 2015-06-12 | the orthographic tokens were broken when they appear inside a dictionary ↵ | krasimir | |
| entry. Now this is fixed by treating those as syntactic rules | |||
| 2015-06-11 | Adding download/release-next.t2t (to be renamed) with preliminary release ↵ | hallgren | |
| notes for the next release You can use 'darcs changes --from-tag=RELEASE-3.6' to get a list of changes since the previous release and extract noteworthy changes from there. | |||
| 2015-06-11 | fixed typo in the Haskell runtime | krasimir | |
| 2015-06-09 | updated Android helpfile | aarne | |
| 2015-06-09 | note on official vs development version of the Android app | aarne | |
| 2015-06-09 | updated demos/app.html | aarne | |
| 2015-06-05 | print error message for missing abstract categories in the C runtime | krasimir | |
| 2015-06-02 | AppFre.pgf added to repo by mistake, now removed | aarne | |
| 2015-06-02 | copied examples/app to examples/slowApp; the new app is a bit scaled down ↵ | aarne | |
| but much faster | |||
| 2015-06-02 | French input grammar FreInput separated from Fre | aarne | |
| 2015-06-02 | an input grammar for French - 40 times faster, makes all the difference in ↵ | aarne | |
| the app! | |||
| 2015-05-27 | Wide Coverage Translation Demo: add buttons for speech output | hallgren | |
| Also fixed a problem with showing inflections for words containing underscores (e.g. race_2_N). | |||
| 2015-05-27 | minibar: moved 2 reusable functions from minibar_translations.js to ↵ | hallgren | |
| minibar_support.js | |||
| 2015-05-21 | examples/phrasebook/Makefile2: include Jpn and Snd in the build | hallgren | |
| 2015-05-21 | Omit -optimize-pgf when compiling small example grammars | hallgren | |
| The minibar lets the user choose any category as the start category, but this can lead to run-time errors for grammars compiled with -optimize-pgf. The problem can also be observed in the GF shell. For example, "linearize Fish" (which means that the start category is Kind) fails for some languages when Foods.pgf is compiled with -optimize-pgf. | |||
| 2015-05-21 | Fixed a problem with minibar when invoked from gfse or the syntax editor | hallgren | |
| Minibar needs js/langcode.js now, so need to include it in gfse/index.html and syntax-exitor/editor.html too. | |||
| 2015-05-19 | minibar: cosmetic fix for the "To:" menu | hallgren | |
| 2015-05-19 | minibar: more work on speech output | hallgren | |
| 2015-05-19 | added callback in C for unknown words | krasimir | |
| 2015-05-19 | the NERC in C is now fully up-to-date with the other NERCs. In addition the ↵ | krasimir | |
| NERC in Haskell and Java now refuses to recognize names that match words in the lexicon. The latest is useful for German | |||
| 2015-05-18 | minibar: speech output (experimental) (in browsers that support it) | hallgren | |
| 2015-05-18 | minibar: use SVG instead of PNG for trees and alignment diagrams if ↵ | hallgren | |
| supported by the browser | |||
| 2015-05-18 | bugfix in the NERC in C | krasimir | |
| 2015-05-18 | the callbacks in C now take the concrete syntax as a parameter | krasimir | |
| 2015-05-18 | pgf_lookup_morpho and pgf_lookup_word_prefix are now also case insensitive ↵ | krasimir | |
| if case_sensitive=off | |||
| 2015-05-18 | GF cloud: updated lists of supported RGL languages and some minor style updates | hallgren | |
| 2015-05-11 | "flags case_sensitive=off" makes the parser case insensitive | krasimir | |
| 2015-05-11 | added all orthographic primitives | krasimir | |
| 2015-05-08 | implemented CAPIT in parsing | krasimir | |
| 2015-05-08 | fix in the dictionary lookup | krasimir | |
| 2015-05-08 | a new nice and elegant algorithm for dictionary lookup in the parser | krasimir | |
| 2015-05-08 | the parser is now fully Unicode compatible | krasimir | |
| 2015-05-07 | fix gu_ucs_is_space in libgu | krasimir | |
| 2015-05-07 | fix the NERC in C to work for PN as literal | krasimir | |
| 2015-05-07 | fix pgf-translate to use the NERC again | krasimir | |
| 2015-05-06 | fix the UTF8 implementation in libgu | krasimir | |
| 2015-05-05 | GF.Haskell: small pretty printing improvement | hallgren | |
| 2015-05-05 | GF.CompileOne: use random numbers to avoid temporary file name clashes | hallgren | |
| When using make -j to compile examples/app or examples/phrasebook, since the dependencies are not completely specified in the Makefiles, it can happen that the same file is compiled at the same by more than one process, resulting in an error when they try to write the same .gfo.tmp file. Adding a random number to the temporary file name avoids this problem. | |||
| 2015-04-27 | use a temporary pool for linearizeAll in Haskell too | krasimir | |
