| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-27 | small refactoring in the Java binding | kr.angelov | |
| 2013-08-27 | parsing from the Java binding | kr.angelov | |
| 2013-08-27 | comparison for strings in libgu | kr.angelov | |
| 2013-08-27 | quicksort and binary search for buffers in libgu | kr.angelov | |
| 2013-08-26 | Remove script (moved to an other repository) | gregoire.detrez | |
| 2013-08-23 | nonExist now does the expected thing | kr.angelov | |
| 2013-08-23 | Add INSTALL file for python bindings. Add note about libtool to INSTALL of c ↵ | john | |
| runtime | |||
| 2013-08-22 | Demo page: added a link to Phrasomatic | hallgren | |
| 2013-08-22 | Add vim and eclipse in the page about editor modes (fix) | gregoire.detrez | |
| 2013-08-22 | Add vim and eclipse in the page about editor modes | gregoire.detrez | |
| 2013-08-21 | gfse: don't use multiline text boxes everywhere, just for concrete syntax | hallgren | |
| 2013-08-21 | change the locale in the test script for the Python binding | kr.angelov | |
| 2013-08-21 | fix in the C parser | kr.angelov | |
| 2013-08-21 | added Facebook grammar from SummerSchool tutorial on best practices for ↵ | ramona.enache | |
| grammar writing | |||
| 2013-08-21 | fix a crash in the python binding | kr.angelov | |
| 2013-08-20 | gf -server: fix for directory URLs without a trailing slash | hallgren | |
| When a browser requests a URL that refers to a directory, web server usually redirect the browser to the same URL with a trailing '/' added, if one was not already present. This is to prevent relative links in the returned document from being interpreted relative to the parent directory instead of the current document. This type of redirection was missing in gf -server. | |||
| 2013-08-20 | new Foods for Chi, Gla, Ori | aarne | |
| 2013-08-20 | download page: link to Inari's notes on installing GF on windows | hallgren | |
| 2013-08-19 | word completion in the C runtime now returns multi-word expressions and the ↵ | kr.angelov | |
| category for every expression | |||
| 2013-08-19 | gfse: only try to upload/compile grammars when browser is online | hallgren | |
| Show error message "Offline" if browser is offline. | |||
| 2013-08-19 | gfse: always open a resizable text box when editing concrete syntax | hallgren | |
| (Also fixed a broken link in gf-web-api-examples.html) | |||
| 2013-08-19 | fullFormLexicon in C and Python | kr.angelov | |
| 2013-08-19 | added GuEnum interface for iterating over maps in the C runtime | kr.angelov | |
| 2013-08-16 | implemented lookupMorpho for C and Python | kr.angelov | |
| 2013-08-16 | provide API to access the language code for the concrete language | kr.angelov | |
| 2013-08-16 | fixes in the C and Python API to make them closer to the Haskell API | kr.angelov | |
| 2013-08-15 | added graphvizParseTree in the C and Python runtimes | kr.angelov | |
| 2013-08-15 | graphvizAbstractTree in the C and Python runtimes | kr.angelov | |
| 2013-08-13 | Syntax editor: minor CSS fix | john.j.camilleri | |
| 2013-08-12 | Correct #chaptwo to #chapfour URLs in tutorial | john.j.camilleri | |
| Thanks to "drbean" from the IRC channel for pointing this out! | |||
| 2013-08-08 | doc/gf-developers.t2t: add some notes on how to create .deb and .rpm packages | hallgren | |
| 2013-08-07 | Better error messages for attempts to redefine predefined constants | hallgren | |
| Instead of just "syntax error", you now get e.g. PType is a predefined constant, it can not be redefined This is a simple change in the parser. | |||
| 2013-08-07 | finished the refactoring of Fin with unstemmed (for library use) and stemmed ↵ | aarne | |
| (for large-scale parsing use). All differences are located in the file StemFin. | |||
| 2013-08-06 | Update to version 3.5 in gf.cabal and debian/changelog | hallgren | |
| 2013-08-06 | Move GF 3.5 download page into place. Update home page. | hallgren | |
| 2013-08-06 | Finalize GF 3.4 download page and release notes | hallgren | |
| 2013-08-06 | Add more info about RGL browser to release notes 3.5 | john.j.camilleri | |
| 2013-08-05 | Next release will be GF 3.5, release notes moved to download/release-3.5.t2t. | hallgren | |
| Some more work on the 3.5 release notes and download page. | |||
| 2013-08-05 | Update shell reference manual | hallgren | |
| 2013-08-01 | added untested port of GNU lightning to ARM | kr.angelov | |
| 2013-08-01 | a bit more on the Java to C binding. Now it is possible to load a grammar ↵ | kr.angelov | |
| and query for the list of languages | |||
| 2013-07-30 | add two more bullets about the Python and the Java bindings | kr.angelov | |
| 2013-07-30 | added release notes for the C runtime | kr.angelov | |
| 2013-07-30 | the first approximation for a statistical model consistent with dependent ↵ | kr.angelov | |
| types in the abstract syntax | |||
| 2013-07-29 | Cloud & PGF service: use Content-Type application/json for JSON output | hallgren | |
| This is in accordance with RFC 4627. http://tools.ietf.org/html/rfc4627 Use application/javascript for JSONP output. | |||
| 2013-07-29 | Adding download page and release notes for the next release of GF | hallgren | |
| The suggested next release is 3.4.8 in early August. Feel free to add things in download/release-3.4.8.t2t. | |||
| 2013-07-29 | minibar: more robust test for availability localStorage | hallgren | |
| Minibar should now work if localStorage is disabled or unavailable. (In Firefox, disabling cookies also disables localStorage.) | |||
| 2013-07-26 | pointer to RGL publications as main index news item | aarne | |
| 2013-07-25 | Allow cross origin requests to GF cloud & PGF services | hallgren | |
| By adding a header Access-Control-Allow-Origin: * to the HTTP responses, web browsers are informed that it is OK to call the services from web pages hosted on other sites. This is apparently supported in most modern browsers, so it should no longer be necessary to resort to JSONP. See https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS | |||
| 2013-07-25 | updated the number of PhD thesis and publications in index.html; started an ↵ | aarne | |
| RGL publications page | |||
