summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-04PGF.Optimize: one more fix for unsafeFreezehallgren
2014-02-04PGF.Optimize: import unsafeFreeze from Data.Array.Unsafe for compatibility wi...hallgren
2014-02-04GFC.hs: encodeFile_ is not available in the standard Data.Binaryhallgren
2014-02-01new overload resolution, taking care of ad hoc overloading.aarne
2014-02-01ad hoc overloading: a new way to deal with name resolution conflicts. Previou...aarne
2014-01-31typo in Concrete type checker: when type checking <e : t>, return annotated e...aarne
2014-01-31experimental type checker module GF.Compile.TypeCheck.RConcrete.hs with recor...aarne
2014-01-31gf-server.cabal: flag to include C run-time support in the FastCGI PGF servicehallgren
2014-01-31fix in the bracketedLinearize in Haskellkr.angelov
2014-01-29changes to pools in haskell bindingsinari
2014-01-28Wide coverage translation web demo improvementshallgren
2014-01-27PGFService.hs: fix a type ambiguity when compiling without C run-time supporthallgren
2014-01-27PGFService.hs: add a cache for C run-time parse result and a start offset par...hallgren
2014-01-27gf -server: fix a redirection bug...hallgren
2014-01-24gf -server: allow multiple PGF service requests to be handled in parallelhallgren
2014-01-24fix in the Haskell runtimekr.angelov
2014-01-21simple translator: Replaced 'GF Robust Parser' with 'GF Wide Coverage Transla...hallgren
2014-01-20Optionally include C run-time supporthallgren
2014-01-20haskell-bind: add an export list to hide internal stuffhallgren
2014-01-17haskell-bind.cabal: relax overly restrictive version bounds and add cc-optionshallgren
2014-01-17haskell-bind: add a cabal file and examples/pgf-shell.hshallgren
2014-01-17haskell-bind: change the type of CRuntimeFFI.getConcrhallgren
2014-01-09Check file datestamp before creating PGF file when compiling grammarshallgren
2014-01-09Check file datestamps before unioning PGF files (fix)hallgren
2014-01-09Check file datestamps before unioning PGF fileshallgren
2013-12-18PGFtoPython: add Python translations for nonExist, BIND and SOFT_BINDhallgren
2013-12-17src/server/gf-server.cabal: compile it as a common library + executableshallgren
2013-12-17bugfix in the android keyboard for the choice of languagekr.angelov
2013-12-17show progress bar when translating or when reloading a language in the lexica...kr.angelov
2013-12-17bugfix for grammar loading if the start and the target language happen to be ...kr.angelov
2013-12-17partial grammar loading in the android app. From now on grammars for Android ...kr.angelov
2013-12-17make sure that pgf_concrete_load has no effect on grammars that are completel...kr.angelov
2013-12-17Add backward compatibility for reading old PGF fileshallgren
2013-12-16GF.Compile.ReadFiles: reduced code duplicationhallgren
2013-12-17ParseFin ProDrop variants ; ParseFre question word order and pronoun gender v...aarne
2013-12-13started DocumentationFreaarne
2013-12-10allow the android app to be installed on the SD cardkr.angelov
2013-12-10move src/runtime/haskell/CRuntimeFFI to src/runtime/haskell-bind. Don't mess ...kr.angelov
2013-12-10load/unload in the Java bindingkr.angelov
2013-12-10Haskell bindings for the C runtimeinari
2013-12-10loading and unloading of languages in the C runtime and in the Python bindingskr.angelov
2013-12-10French inflection display in androidaarne
2013-12-10bugfix in the grammar splitterkr.angelov
2013-12-10option --split-pgf replaces option --mk-index. This splits the PGF into one f...kr.angelov
2013-12-09new inflection_fi.xml, for stemmed and refactored ParseFinaarne
2013-12-07make ParseFin compile with Constructionaarne
2013-12-06Show relative file paths in error messageshallgren
2013-12-06GF.Compile.CheckGrammar: add source path to error message for circular defini...hallgren
2013-12-06GF shell: fix help text for generate_treeshallgren
2013-12-03removed the unlines-lines wrapper from Lexing.unlexer to prevent empty lines ...aarne