| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-12 | GF home page: add a link to Grégoire's GF build status page | hallgren | |
| The link shows the current build status. | |||
| 2013-12-10 | allow the android app to be installed on the SD card | kr.angelov | |
| 2013-12-10 | testsuite: fix test of generate_trees | hallgren | |
| There were two differences between the current output and the old gold file: 1. The trees are no longer generated with increasing depth 2. The meaning of the -depth flag has changed: for example, "gt -cat=Nat -depth=1" used to generate only "zero", now you also get "succ zero". | |||
| 2013-12-10 | move src/runtime/haskell/CRuntimeFFI to src/runtime/haskell-bind. Don't mess ↵ | kr.angelov | |
| up with the stable Haskell runtime! | |||
| 2013-12-10 | load/unload in the Java binding | kr.angelov | |
| 2013-12-10 | Haskell bindings for the C runtime | inari | |
| Added Haskell bindings for the C runtime. Work in progress, the files are not (and should not be) included in makefiles or anything. | |||
| 2013-12-10 | loading and unloading of languages in the C runtime and in the Python bindings | kr.angelov | |
| 2013-12-10 | French inflection display in android | aarne | |
| 2013-12-10 | bugfix in the grammar splitter | kr.angelov | |
| 2013-12-10 | option --split-pgf replaces option --mk-index. This splits the PGF into one ↵ | kr.angelov | |
| file for the abstract and one more for each concrete syntax. This is a preparation for being able to load only specific languages from the whole grammar. | |||
| 2013-12-09 | new inflection_fi.xml, for stemmed and refactored ParseFin | aarne | |
| 2013-12-07 | make ParseFin compile with Construction | aarne | |
| 2013-12-06 | testsuite: reduced the number of failing tests from 25 to 13 | hallgren | |
| Some tests may fail on Windows because of \ instead of / in paths. | |||
| 2013-12-06 | Show relative file paths in error messages | hallgren | |
| This is to avoid one trivial reason for failures in the test suite. | |||
| 2013-12-06 | partial reconstruction for sentence structures in Susanne | kr.angelov | |
| 2013-12-06 | GF.Compile.CheckGrammar: add source path to error message for circular ↵ | hallgren | |
| definitions | |||
| 2013-12-06 | GF shell: fix help text for generate_trees | hallgren | |
| Trees are not generated with increasing depth. | |||
| 2013-12-05 | more on the Susanne treebank | kr.angelov | |
| 2013-12-04 | added script for reading the Susanne treebank | kr.angelov | |
| 2013-12-03 | testsuite: Use Cabal's new test suite interface | hallgren | |
| * The old way: a user hook in Setup.hs * The new way: specify it in gf.cabal * The test suite is now called gf-tests, and it runs testsuite/run.hs. * You can run it manually with 'runhaskell testsuite/run.hs'. It also runs, together with rgl-tests, when you do 'cabal test' * Currently only 9 of 34 tests pass. Many failures have silly causes: - Error messages that look slightly different - Same output but in a different order - Absolute paths in output | |||
| 2013-12-03 | testsuite: use forward slashes in paths | hallgren | |
| 2013-12-03 | removed the unlines-lines wrapper from Lexing.unlexer to prevent empty lines ↵ | aarne | |
| when an unlexer (such as -bind or -unchars) is used as an option in linearization. Don't know really why the input had been broken into lines in the first place. You can see the effect by importing LangEng and running "gr -cat=Cl | l -table -bind" before and after recompiling GF. | |||
| 2013-12-03 | fix in inflection_en.xml | kr.angelov | |
| 2013-12-02 | ui/android/.../Translate.java uses Parse8 (change the name and language list ↵ | aarne | |
| if you need something else) | |||
| 2013-11-29 | examples/phrasebook/Makefile2: Romanian needs a larger stack | hallgren | |
| 2013-11-29 | Commment code and options relating to the old partial evaluator | hallgren | |
| This means that the -old-comp and -new-comp flags are not recognized anymore. The only functional difference is that printnames were still normalized with the old partial evaluator. Now that is done with the new partial evaluator. | |||
| 2013-11-29 | Minor release/download/developer doc changes | hallgren | |
| 2013-11-29 | Move typePredefined from GF.Compile.Compute.AppPredefined to ↵ | hallgren | |
| GF.Compile.TypeCheck.Primitives Also move the list of primitives | |||
| 2013-11-29 | Move checkPredefError from GF.Compile.Compute.ConcreteLazy to GF.Grammar.Macros | hallgren | |
| Also simplified its type. | |||
| 2013-11-29 | -optimize-pgf should also apply to the linrefs | kr.angelov | |
| 2013-11-28 | added caching to be able to quickly generate the inflection table for Finnish | kr.angelov | |
| 2013-11-29 | examples/foods: remove all -path flags | hallgren | |
| All languages n the Foods grammar compile fine with alltenses. | |||
| 2013-11-29 | added forms to Finnish xml table | aarne | |
| 2013-11-28 | html templates for Finnish noun and verb inflection started | aarne | |
| 2013-11-28 | bugfix in the android app | kr.angelov | |
| 2013-11-28 | now the TTS is used only if there is actually a language model. this is ↵ | kr.angelov | |
| better than using English for speaking Swedish | |||
| 2013-11-28 | a bit of cleanup in the Android app | kr.angelov | |
| 2013-11-28 | extension in the template format for inflection tables. This makes it ↵ | kr.angelov | |
| possible to use the templates with Finish | |||
| 2013-11-28 | GFI: adapt to character encoding changes | hallgren | |
| GF.Compile.Coding is not used any more. | |||
| 2013-11-28 | SimpleEditor.Convert: adapt to recent character encoding changes | hallgren | |
| Things got simpler! | |||
| 2013-11-28 | the Android App now show the valency patterns for verbs in English, ↵ | kr.angelov | |
| Bulgarian and Swedish | |||
| 2013-11-28 | Translate grammar for Ger and Hin added. Some functions in Ger phrasebook ↵ | aarne | |
| need to be commented out to compile. Now a system for 7 languages can be built, but including Fre as well is too heavy on my laptop although it can be compiled separately. | |||
| 2013-11-27 | better dictionary visualization in the Android App | kr.angelov | |
| 2013-11-27 | Adding an alternate style for the GF home page | hallgren | |
| 2013-11-27 | minor tweaks in the Android UI | kr.angelov | |
| 2013-11-27 | fix the character encoding problem in the web view in the Android UI | kr.angelov | |
| 2013-11-27 | added API in the C runtime and the Java binding for checking whether a given ↵ | kr.angelov | |
| function is linearizable in a given language. This is used in the Android UI for better vizualizations | |||
| 2013-11-27 | update the project files for the Java binding | kr.angelov | |
| 2013-11-27 | space leak in the Java binding | kr.angelov | |
| 2013-11-26 | Represent identifiers as UTF-8-encoded ByteStrings | hallgren | |
| This was a fairly simple change thanks to previous work on making the Ident type abstract and the fact that PGF.CId already uses UTF-8-encoded ByteStrings. One potential pitfall is that Data.ByteString.UTF8 uses the same type for ByteStrings as Data.ByteString. I renamed ident2bs to ident2utf8 and bsCId to utf8CId, to make it clearer that they work with UTF-8-encoded ByteStrings. Since both the compiler input and identifiers are now UTF-8-encoded ByteStrings, the lexer now creates identifiers without copying any characters. **END OF DESCRIPTION*** Place the long patch description above the ***END OF DESCRIPTION*** marker. The first line of this file will be the patch name. This patch contains the following changes: M ./src/compiler/GF/Compile/CheckGrammar.hs -3 +3 M ./src/compiler/GF/Compile/GrammarToPGF.hs -2 +2 M ./src/compiler/GF/Grammar/Binary.hs -5 +1 M ./src/compiler/GF/Grammar/Lexer.x -11 +13 M ./src/compiler/GF/Infra/Ident.hs -19 +36 M ./src/runtime/haskell/PGF.hs -1 +1 M ./src/runtime/haskell/PGF/CId.hs -2 +3 | |||
