| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-29 | Emacs only recognizes utf-8, not UTF-8, in file headers | peter.ljunglof | |
| 2012-08-29 | A basic infrastructure for generating Teyjus bytecode from the GF abstract ↵ | kr.angelov | |
| syntax | |||
| 2012-08-28 | added Lav in compilation; commented out extensions of Words that are only ↵ | aarne | |
| available for a fraction of languages; fixed a couple of type errors in WordsLav, to be checked | |||
| 2012-08-27 | minibar documentation URL typo fix | hallgren | |
| 2012-08-27 | minibar documentation updates | hallgren | |
| 2012-08-24 | typo in extmini | aarne | |
| 2012-08-24 | extended mini resource grammar in examples, with Eng, Ita, Cmn (Mandarin ↵ | aarne | |
| Chinese by Jolene) | |||
| 2012-08-23 | Improvements to PhrasebookLav | Normunds Gruzitis | |
| AHasAge, AHasChildren, AHasRoom, AHasTable, ALike - "almost" done: phrases (cases) are grammatically correct, but the word order has to be changed (TODO in the resource grammar). | |||
| 2012-08-22 | Add 'make deb' to Makefile, for creating Debian packages | hallgren | |
| Also updated the debian/* files. It should now be easy to create Debian packages under Ubuntu 11.10 & 12.04. See also the notes in the Makefile. | |||
| 2012-08-18 | First (public) version of PhrasebookLav | Normunds Gruzitis | |
| Tested on Actions: - Temp: AHasName, ALike. - ToDo: AHasAge, AHasChildren, AHasRoom, AHasTable. - FixMe (in the resource grammar): + YouPolMale/YouPolFemale agreement (AHungry, AIll, AMarried, AReady, AScared, AThirsty, ATired); + Missing commas in multiple ObjAndObj constructions (AWant); + Use (the currently missing) Irreg_Give (AWantGo). | |||
| 2012-08-06 | Updated the GF Developers Guide | hallgren | |
| + The instructions have been modernized and simplified slightly and should now work again. (I have not verified it on Windows.) Using 'cabal' instead of 'runghc Setup.hs' avoids some problems. + Also, download/index.html has simpler installation instructions sufficient for many users, so mention it in the main README file. + Also adjusted the main Makefile. | |||
| 2012-08-03 | fix some warnings in teyjus | kr.angelov | |
| 2012-08-02 | translator: keep cloud docs and local docs apart | hallgren | |
| + show a cloud icon next to the document name if it is stored in the cloud + in addition to the name of the current document, remember if it is stored in the cloud, so that the right document is loaded next time you open the translator. | |||
| 2012-08-02 | gfse: matching colors in cloud download/upload icons | hallgren | |
| 2012-08-01 | GFServer.hs: binary files can now be uploaded to the cloud | hallgren | |
| Karel wants to upload PGF files. | |||
| 2012-08-01 | gf-cloud-api.html: markup fix | hallgren | |
| 2012-08-01 | the first draft of GF.Compile.Instructions | kr.angelov | |
| 2012-07-31 | An initial import of the teyjus source code in the C runtime for GF. The two ↵ | kr.angelov | |
| runtime are still not connected but the source code compiles. | |||
| 2012-07-27 | translator: code cleanup and bug fixes | hallgren | |
| 2012-07-25 | translator: remove debug logging | hallgren | |
| 2012-07-25 | translator: per segment translation method selection | hallgren | |
| 2012-07-10 | GFEP: updated readme | john.j.camilleri | |
| 2012-07-10 | GFEP: added images for ontology grammar plugin | john.j.camilleri | |
| 2012-07-02 | Minor changes in Python export | peter.ljunglof | |
| 2012-06-29 | github news, new languages in the list on index | aarne | |
| 2012-06-28 | Fixed minor bug in prolog export | peter.ljunglof | |
| 2012-06-27 | major changes to the prolog export | peter.ljunglof | |
| 2012-06-27 | cleanup in the python export | peter.ljunglof | |
| 2012-06-26 | Experiment with parallel grammar checks | hallgren | |
| Introduced the function parallelCheck :: [Check a] -> Check [a] that runs independent checks in parallel, potentially allowing faster grammar compilation on multi-core computers, if you run gf with +RTS -N. However, on my dual core laptop, this seems to slow down compilation somewhat even though CPU utilization goes up as high as 170% at times. (This is with GF compiled with GHC 7.0.4.) | |||
| 2012-06-26 | GF.Infra.CheckM: comment out unused Context argument | hallgren | |
| 2012-06-26 | Report many type errors instead of stopping after the first one | hallgren | |
| In GF.Compile.CheckGrammar, use a new topological sorting function that groups independent judgements, allowing them all to be checked before continuing or reporting errors. | |||
| 2012-06-25 | Fix for warning messages from checkMapRecover | hallgren | |
| Reimplemented it with the new function accumulateError. Also keeping the formatting of errors and warnings unchanged for now, to avoid potentially causing problems in the GF Eclipse Plugin. | |||
| 2012-06-25 | removed spurious empty warnings | aarne | |
| 2012-06-25 | GF.Compile.Rename: report many errors instead of stopping after the first one | hallgren | |
| Using accumulated errors in the Check monad. TODO: some errors are still not accumulated, but thanks to checkMapRecover at least one error per judgement is reported. | |||
| 2012-06-25 | Check monad: support for accumulated errors | hallgren | |
| In addition to warnings, the Check monad in GF.Infra.CheckM can now accumulate errors. There are two new functions checkAccumError: Message -> Check () accumulateError :: (a -> Check a) -> a -> Check a The former (with the same type as checkWarn) is used to report an accumulated (nonfatal) error. The latter converts fatal errors into accumulated errors. Accumulated errors are reported as regular errors by runCheck. Also, the Check monad type has been made abstract. | |||
| 2012-06-25 | Export PGF in Python format | peter.ljunglof | |
| 2012-06-25 | warnings shown in checkMapRecover | aarne | |
| 2012-06-25 | checkMapRecover: find undefined idents in all jments in Rename | aarne | |
| 2012-06-25 | printing ResValue judgements as comments, to provide useful information when ↵ | aarne | |
| a conflict is found between parameter constructors | |||
| 2012-06-25 | cleaned up the patents query grammar | ramona.enache | |
| 2012-06-22 | overload problem in Phrasebook fixed | aarne | |
| 2012-06-21 | translator: parallel text view layout adjustments | hallgren | |
| And some other small code changes. | |||
| 2012-06-21 | translator: bug fix for copy/paste import | hallgren | |
| 2012-06-21 | gfse/sort.js: make it more resusable | hallgren | |
| Move the gfse-specific list of sortable tags and class names from sort.js to editor.js. | |||
| 2012-06-21 | added French grammar for patent queries | ramona.enache | |
| 2012-06-21 | translator: insert and delete segments | hallgren | |
| You can now insert new segments anywhere, now just at the end. You can now delete any segment, not just the last one. | |||
| 2012-06-21 | added patents queries in new_patentsQuery | ramona.enache | |
| 2012-06-21 | fixed and completed the patent query grammr for English | ramona.enache | |
| 2012-06-21 | QueryFre instances, don't compile yet because of type discrepancies | aarne | |
| 2012-06-21 | factored Query by taking our Proton parts and introducing an interface | aarne | |
