summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-06-01reload = r commandaarne
2006-06-01bug fixes: too much reading of files ; lin of variant recordsaarne
2006-05-31Disable special treatment of lists in SRGS+SISR generation, since OptimTalk ↵bringert
can't handle it.
2006-05-30l -multi -all/-table ; same with tbaarne
2006-05-30BronzeageDanaarne
2006-05-30lincat typecheck and abstract-interface extension fixedaarne
2006-05-24updated dialogue to multimodal ; bug fixes in grammar compilationaarne
2006-05-23bug fix in with-modules and gr checker; factoring out cats to Commonaarne
2006-05-21bug fix in Predef.toStr compilationaarne
2006-05-22removed automatic lock fields - must be added by hand in places in resourceaarne
2006-05-20Imported latest config.sub and config.guess from ↵bringert
http://cvs.savannah.gnu.org/viewcvs/config/config/
2006-05-20Changes to make GF compile with GHC 6.5 from CVS: remove inlines use of !, ↵bringert
change all latin-1 characters in haskell code to escapes.
2006-05-20Regenerated transfer bnfc stuff with latest bnfc, happy and alex, to be able ↵bringert
to compile on GHC CVS.
2006-05-18Wordlist formataarne
2006-04-27VoiceXML generation: use cond attribute with blocks, instead of having ifs ↵bringert
inside. Recommended by OptimSys support.
2006-04-21Changed gfdoc to: include modification time of the gf file, instead of ↵bringert
document generation time; ignore pragmas at the start of the GF file; not put note about txt2tags in the generated html.
2006-04-21embedded haskelle example: queryaarne
2006-04-20Added debugging flag to generated VoiceXML.bringert
2006-04-19star in morpho analysisaarne
2006-04-19utf8 in editoraarne
2006-04-19Use quest_Cat to generate questions in the VoiceXML printer.bringert
2006-04-19Disable readline support on cygwin, regardless of GHC version.bringert
2006-04-18Look at both command-line and grammar startcat falgs in pg commands.bringert
2006-04-13Fixed left recursion removal to not create cyclic rules.bringert
2006-04-13Removed cycles when building SRGs, to avoid getting left-recursive grammars.bringert
2006-04-13generate unique new category names when removing left recursion from cfgs.bringert
2006-04-13Fixed bug in SRG top-down filtering where the start category would be ↵bringert
removed if it wasn't referenced by itself.
2006-04-13Added top-down filtering to the GSL printer.bringert
2006-04-13Added -startcat flag to the pg command.bringert
2006-04-12The SLF removeTrivialEmptyNodes optimization could orphan the final node. ↵bringert
Fixed this by not bypassing final nodes.
2006-04-04inherent features of Intaarne
2006-04-04adding support for 2nd order functions in SimpleGFC formatpeb
2006-03-31added some generation facilitiesaarne
2006-03-31In GSL generation: remove punctuation before LR analysis.bringert
2006-03-31Added colon to the list of punctuation chars in GSL generation.bringert
2006-03-31gt -noexpandaarne
2006-03-22translated TODO to english, restructured to fit with todoo-mode.elpeb
2006-03-21unlexer bug ; "vilka" ; lib path warning ; p -lines resultaarne
2006-03-21Updated version numbers to 2.5.bringert
2006-03-21Set GF_LIB_PATH to the dist dir when building grammar-dist.bringert
2006-03-21Use date-based package name for grammar dist. Included compiled resource-1.0 ↵bringert
in grammar dist.
2006-03-21Don't rebuild java code when installing it.bringert
2006-03-21Updated copyright year in src/GF.hs.bringert
2006-03-21fixed bug with variants in GF.Conversion.RemoveErasingpeb
2006-03-20Replaced all used of Data.FiniteMap with Data.Map.bringert
2006-03-16MatchTerm: testing conditions on terms, e.g. nodupaarne
2006-03-16exitFailure with gf -makeaarne
2006-03-16method for flattening grammarsaarne
2006-03-16Updated config.sub and config.guess.bringert
2006-03-14Use ghc-pkg field instead of latest, to work with ghc-pkg 6.4.bringert