| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2013-07-25 | RGL Browser: now includes Syntax Editor tab! | john.j.camilleri | |
| 2013-07-24 | hs datatype generation for empty abstract types added | aarne | |
| 2013-07-20 | Script to compute predictability of smart paradigms | gregoire.detrez | |
| 2013-07-18 | bugfix for parsing floating point numbers in the C runtime | kr.angelov | |
| 2013-07-15 | gf-server.cabal: same changes as in gf.cabal for ghc-7.6 compatibility | hallgren | |
| 2013-07-05 | the hash function for pgf.Expr is now really added | kr.angelov | |
| 2013-07-03 | the parser in the C runtime now checks for duplicated results | kr.angelov | |
| 2013-07-02 | complete pgf_expr_eq in the C runtime | kr.angelov | |
| 2013-07-02 | hash function for abstract syntax trees | kr.angelov | |
| 2013-06-27 | C runtime: fix the debug modes in the parser and in the reasoner after the ↵ | kr.angelov | |
| changes in the printer | |||
| 2013-06-27 | typos in the documentation for the Python binding | kr.angelov | |
| 2013-06-27 | a complete Python API for reading, printing and manipulation of abstract ↵ | kr.angelov | |
| trees and types. This includes dependent types, high-order abstract syntax and implicit arguments | |||
| 2013-06-26 | dummy compute function in the Python binding | kr.angelov | |
| 2013-06-26 | we no longer maintain an explicit list of functions per category since now ↵ | kr.angelov | |
| it is implicitly kept in the JIT compiled code | |||
| 2013-06-26 | forgot to add reasoner.h | kr.angelov | |
| 2013-06-26 | forgot to add jit.h | kr.angelov | |
| 2013-06-26 | an optimization in the jitter for generating more compact code | kr.angelov | |
| 2013-06-26 | patch for adjustable heuristics from Python | kr.angelov | |
| 2013-06-26 | compatibility issue for MacOS X | kr.angelov | |
| 2013-06-26 | fix for x86_64 | kr.angelov | |
| 2013-06-26 | GF homepage: Add section for "getting help" (mentioning IRC channel) | john.j.camilleri | |
| and remove "fragments" from Maltese | |||
| 2013-06-25 | Now there is a just-in-time compiler which generates native code for proof ↵ | kr.angelov | |
| search. This is already used by the exhaustive generator. The time to generate 10000 abstract trees with ParseEng went down from 4.43 sec to 0.29 sec. | |||
| 2013-06-24 | bugfix for the linearizer in the C runtime | kr.angelov | |
| 2013-06-24 | Add news about Maltese RG, IRC channel to homepage | john.j.camilleri | |
| 2013-06-22 | bugfix for the word completion in the C runtime | kr.angelov | |
| 2013-06-20 | add x86_64 support to GNU lightning | kr.angelov | |
| 2013-06-19 | fíx in the Python binding for compatibility with Python<2.7 | kr.angelov | |
| 2013-06-19 | fix an issue in the Python binding related to the 32 vs 64 bit compatibility | kr.angelov | |
| 2013-06-17 | fix for a couple of warnings that are generated when GNU lightning is used | kr.angelov | |
| 2013-06-17 | add the source code for GNU lightning in the source directory for the C runtime | kr.angelov | |
| 2013-06-15 | added Sindhi Phrasebook | virk.shafqat | |
| 2013-06-15 | Improvements In Sindhi RG | virk.shafqat | |
| 2013-06-14 | bugfix in the python binding | kr.angelov | |
| 2013-06-13 | Fix UTF-8 decoding problem in gf -server | hallgren | |
| The package network-2.4.1.1 thoughlessly introduced a backward incompatible change to the function Network.URI.unEscapeString, see https://github.com/haskell/network/commit/f2168b1f8978b4ad9c504e545755f0795ac869ce This also affects the function Network.Shed.Httpd.queryToArguments, which is used in GFServer.hs. To remain compatible with older and newer versions of the network package, we need to stay clear of queryToArguments and unEscapeString. A replacement function has been added to server/URLEncoding.hs. | |||
| 2013-06-13 | Syntax editor: minor CSS tweak to resemble Minibar more | john.j.camilleri | |
| 2013-06-13 | Syntax editor: AST string always shown, remove export button | john.j.camilleri | |
