| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-07-21 | GenIP, GenRP in Extra and any_Quant in ExtraEng | aarne | |
| 2011-06-20 | refinementNepali-11-06-20 | virk.shafqat | |
| 2011-06-14 | allow empty lines in transliteration files | aarne | |
| 2011-06-02 | Predef functions toUpper, toLower, isUpper | aarne | |
| 2011-05-19 | refinementsTextUrd-11-05-19 | virk.shafqat | |
| 2011-05-06 | fixed problems in persian transliteration pointed out by Elnaz | aarne | |
| 2011-05-02 | transliteration via configuration file: ps -to=file or ps -from=file | aarne | |
| 2011-04-20 | Ctrl-C shouldn't terminate the GF shell | hallgren | |
| This quick fix should make Ctrl-C in the GF shell behave more like it does in other shells: even if no command is running, Ctrl-C now just gives you a new prompt instead of terminating the shell. | |||
| 2011-04-15 | GFI.hs: some refactoring for readability | hallgren | |
| Also some minor changes in how Ctrl-C is handled and how CPU time is measured. | |||
| 2011-04-13 | Added a preliminary "gf -server" mode. | hallgren | |
| The command "gf -server" now starts a simple HTTP server on port 41295, providing a simple web API to the GF compiler. It currently support the follwing operations: * creating new temporary directories for grammar uploads, * uploading grammars files for use in the GF shell, * executing GF shell commands, and * accessing static files. This means that GF now depends on some additional networking related packages, but they should be available and easy to install on all platforms. There is also a new configuration flag "server" in gf.cabal, so GF will be compiled without support for server mode if the extra packages are unavailable. Note that running gf -server while connected to the internet can be a security risk. To prevent unauthorized access to the rest of the system, it is advisable to run the server in GF_RESTRICTED mode and as a user with suitably restricted file permissions. | |||
| 2011-04-13 | Show configuration options as part of build info | hallgren | |
| The GF shell welcome message will now include something like This is GF version 3.2.1-darcs. Built on darwin/i386 with ghc-7.0, flags: interrupt where a list of enabled configuration flags are included on the last line. This is implemented in GF.Infra.BuildInfo by consulting the CPP macros defined by the respective option in gf.cabal. For this to work, GF.Infra.BuildInfo obviously has to be updated when new flags are added to gf.cabal or if the CPP macros are renamed. (Also, I suspect that if you reconfigure with different flags and rebuild GF without cleaning first, the BuildInfo module will not be recompiled, resulting in a misleading welcome message...) | |||
| 2011-04-13 | GF.Infra.UseIO: add functions readBinaryFile & writeBinaryFile | hallgren | |
| 2011-04-08 | GF shell restricted mode: found one more writeFile that should be restricted | hallgren | |
| 2011-04-06 | avoid warning from ghc-7.0 | hallgren | |
| Warning: -fglasgow-exts is deprecated: Use individual extensions instead | |||
| 2011-04-06 | generate Eq instance for GADT | aarne | |
| 2011-04-06 | fixed the printing of predefined and list categories in haskell=gadt | aarne | |
| 2011-04-04 | GFI.hs: refactoring to add a function for executing a single GF shell command. | hallgren | |
| The intention is to use the new function to implement a web service API to the GF shell. | |||
| 2011-04-04 | Add build info to the GF shell welcome message | hallgren | |
| 2011-02-10 | Adding a basic lexicon-based tokenizer and the asociated command in gf shell | gdetrez | |
| 2010-12-11 | Adding an option to the gf compiler to add an index to pgf files | gdetrez | |
| This is gonna be used by the android library to skip unused part of a pgf file | |||
| 2011-03-12 | make it possible to override opers defined in an interface by syntax ↵ | aarne | |
| 'instance Foo of Bar - [f,g,h]' | |||
| 2011-03-12 | make later flags take priority over earlier ones in PGF generation | aarne | |
| 2011-03-12 | generalized pt -transfer so that it goes into subtrees (naive implementation ↵ | aarne | |
| in TreeOperations; using PGF.Expr.match would be better); example given in 'h pt' | |||
| 2011-03-05 | added composOp generation to haskell-gadt, and an example in ↵ | aarne | |
| examples/gadt-transfer | |||
| 2011-03-04 | switched the upper and lower parts of lexc entries to their standard order | aarne | |
| 2011-03-04 | revived GADT generation | aarne | |
| 2011-03-04 | fixed a variable refreshing bug in the compiler | aarne | |
| 2011-03-03 | GF shell restricted mode | hallgren | |
| By setting the environment variable GF_RESTRICTED before starting GF, the shell will be run in restricted mode. This will prevent the GF shell from starting arbitrary system commands (most uses of System.Cmd.system are blocked) and writing arbitrary files (most commands that use writeFile et al are blocked). Restricted mode is intended minimize the potential security risks involved in allowing public access to the GF shell over the internet. It should be used in conjuction with system level protection mechanisms (e.g. file permissions) to make sure that a publicly acessible GF shell does not give access to parts of the system that should not be publicly accessible. | |||
| 2011-03-03 | overloaded opers included in sorting of judgements | aarne | |
| 2011-03-03 | print lexicon in Xerox LEXC format: pg -lexc | aarne | |
| 2011-03-01 | corrected help for l command | aarne | |
| 2011-02-28 | the command show_operations to inspect opers in scope | aarne | |
| 2011-02-26 | removed message showing what modules are read unless in verbose mode | aarne | |
| 2011-02-25 | Predef.error surfaces as error message in compilation and cc command | aarne | |
| 2011-02-25 | command ga moved to option 'aw -giza' | aarne | |
| 2011-02-06 | a simple clitic analysis command 'ca' | aarne | |
| 2011-01-31 | corrections to ancientgreek encoding by Hans Leiss | aarne | |
| 2011-01-28 | started CompilerAPI, still dummy | aarne | |
| 2010-12-21 | more clear LICENSE file for GF | krasimir | |
| 2010-12-17 | bugfix: GeneratePMCFG should initialize the lexicon to empty | krasimir | |
| 2010-12-14 | updated documentation of pg -printer formats | aarne | |
| 2010-12-14 | documented the pgf -printer values for help | aarne | |
| 2010-12-14 | option cc -list added | aarne | |
| 2010-12-14 | PGFToCFG should use the full production set because the lexicon is now split out | krasimir | |
| 2010-12-14 | type checking of oper types with let expressions | aarne | |
| 2010-12-11 | fixed the failure to partial-evaluate pre in right-associative context | aarne | |
| 2010-12-10 | preparing resource api for multilingual documentation | aarne | |
| 2010-12-08 | some more functions in GF.Data.TrieMap | krasimir | |
| 2010-12-06 | simple refactoring in PGF.Macros and related | krasimir | |
| 2010-12-07 | optimize-pgf and file flag in pg -pgf | aarne | |
