| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-06 | fix for EPatt | krasimir | |
| 2017-03-06 | type checking EPatt | krasimir | |
| 2017-03-06 | GF.Compile.Compute.ConcreteNew now can handle EPattType | krasimir | |
| 2017-03-06 | some missing patterns | krasimir | |
| 2017-03-06 | added overload resolution in the experimental type checker | krasimir | |
| 2017-03-03 | some progress on the experimental type checker for the concrete syntax | krasimir | |
| 2017-02-24 | corrected fg generation for lexical categories, to avoid a type error in ↵ | aarne | |
| generated code | |||
| 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-02-10 | safer memory management in the Haskell binding | krasimir | |
| 2017-02-10 | langcode.js: updated to include codes for recently added RGL languages | hallgren | |
| 2017-01-26 | API for computing the Haskell binding | krasimir | |
| 2017-01-26 | use throwIO instead of throw in a few placed | krasimir | |
| 2017-01-26 | type checking API in the Haskell binding | krasimir | |
| 2017-01-26 | a better implementation for PGF2.categories | krasimir | |
| 2017-01-26 | now the Python API also accepts types as start categories. Using a string is ↵ | krasimir | |
| still ok. | |||
| 2017-01-26 | forgot to add src/runtime/haskell-bind/PGF2/Type.hsc | krasimir | |
| 2017-01-26 | bring the Haskell binding a bit closer to the pure Haskell API | krasimir | |
| 2017-01-26 | copy the types for BracketedString from the Haskell runtime to the Haskell ↵ | krasimir | |
| bindings | |||
| 2017-01-26 | added mkMeta and unMeta in the Haskell binding | krasimir | |
| 2017-01-26 | added mkAbs and unAbs in the Haskell binding | krasimir | |
| 2017-01-26 | more startCat to the Types section in the Haddock documentation for the ↵ | krasimir | |
| Haskell binding | |||
| 2017-01-26 | add unStr,unInt and unFloat in the Haskell binding | krasimir | |
| 2017-01-25 | improve the documentation for PGF2 | krasimir | |
| 2017-01-25 | add functionsByCat in the Haskell binding | krasimir | |
| 2017-01-25 | bugfix in the Haskell binding | krasimir | |
| 2017-01-24 | added linearizeAll in the Java API | krasimir | |
| 2017-01-24 | resolve a conflict that was for some reason commited in ↵ | krasimir | |
| src/runtime/java/Makefile | |||
| 2016-09-19 | python examples compatible with both Python 2 and 3 | prasanth.kolachina | |
| 2016-09-05 | BNF grammars (.bnf or .cf) can have rules without semicolons, as in the GF ↵ | aarne | |
| book examples. However, if the grammar has any multiline rules, all of them must have semicolons. | |||
| 2016-08-01 | python2 is now supported. the patch is based on a contribution from Vinit ↵ | krasimir | |
| Ravishankar | |||
| 2016-08-01 | two memory leaks in the Python bindings | krasimir | |
| 2016-07-20 | fix in topics.txt | krasimir | |
| 2016-07-20 | extended topics.txt | krasimir | |
| 2016-06-17 | PGFService: fix a type ambiguity when compiling without C run-time support | hallgren | |
| The function listCaches returns an empty list instead of the contents of the cached C run-time system PGFs when compiled without C-run-time support This gave rise to an ambiguity in GF.Server. | |||
| 2016-06-17 | Wide Coverage Translation Demo: switch to App16.pgf (adds Russian) | john.j.camilleri | |
| 2016-06-16 | A few documentation updates | hallgren | |
| gf.cabal: include more GHC versions in the Tested-Width field. | |||
| 2016-06-16 | gf-web-api.t2t: document command=deptree (for word dependency diagrams) | hallgren | |
| Also add a few paragraphs listing undocumented commands and briefly describing the commands that use the C run-time system. | |||
| 2016-06-16 | fix in the Android UI | krasimir | |
| 2016-06-16 | src/www/gf-web-api.t2t: Web API docs rescued from the Google Code graveyard | hallgren | |
| This is the GFWebServiceAPI.wiki rescued from the Google Code Archive, converted to txt2tags format, with an updated introduction. | |||
| 2016-06-16 | pgf_generate_all now emits __mock_string__ instead of FOO for String literals. | krasimir | |
| 2016-06-16 | bugfix in the load method in the Python binding. The file was never closed. | krasimir | |
| 2016-06-15 | added a default value in dependency visualization for cases using maximum, ↵ | aarne | |
| to cover the case where the list of arcs is empty | |||
| 2016-06-15 | GF cloud: more readable formatting of the GF version page | hallgren | |
| Factor out common CSS from gfse/editor.css into clouds.css. | |||
| 2016-06-09 | minibar: define grammar_list in config.js to restrict the grammar menu | hallgren | |
| minibar.html now reads config.js and if it defines grammar_list, only the grammars listed there will show up in the grammar menu. | |||
| 2016-06-09 | PGF service & minibar: only show dependency diagrams if the labels are known | hallgren | |
| + The PGF service now reads and caches dependency label configuration files. + The grammar info returned by command=grammar has a new boolean field 'hasDependencyLabels' to indicate if dependency labels were found for the grammar. Also, command=deptree will now fail if no labels are present. + The minibar only shows word dependency trees if labels are present. + Also changed the type of getDepLabels from [String] -> Labels to String -> Labels, since all uses were in the form "getDepLabels . lines". | |||
| 2016-06-09 | PGFService: eleminate warning "Defined but not used: ‘serverError’" | hallgren | |
| 2016-06-09 | now a working API for complex queries in libsg | krasimir | |
| 2016-06-09 | bugfix in libsg | krasimir | |
| 2016-06-08 | Minibar: show word dependecy diagrams | hallgren | |
| They are now included in the cycle of images shown when clicking on the parse tree icon. | |||
| 2016-06-08 | PGF web service: switch to the new SVG rendering of word dependency trees | hallgren | |
| Also added the function outputText in CGIUtils. | |||
