removed unused function
[external/ragel.git] / rlgen-cd /
2008-10-07 thurstonStarting to elminated the XML intermediate file. Remove...
2008-10-07 thurstonemail address update: thurston@cs.queensu.ca -> thursto...
2008-10-06 thurstonAdded support for DESTDIR variable. Patch from Diego...
2008-10-06 thurstonUse CXXFLAGS instead of CFLAGS for C++ compiling. Patch...
2008-09-01 thurstonRenaming to avoid name conflicts following the merge...
2008-08-31 thurstonBackend main functions are now factored out.
2008-08-31 thurstonRemoved arg passing from frontend to backend functions.
2008-08-30 thurstonStarted on the move back to a single executable. The...
2008-04-21 thurstonlm_switch needs to set p from tokend when there is...
2008-04-20 thurstonAdjust maxIndexOffset to include eofTrans. Use maxIndex...
2008-04-20 thurstonBug fix for eofTrans. When not using indicies we can...
2008-04-15 thurstonApplied a patch from Andrei Polushin for setting the...
2008-04-13 thurstonLM_ACTION and SUB_ACTION need to propagate csForced...
2008-04-12 thurstonAn fnext followed by an fbreak in -G2 did not work...
2008-01-11 thurstonThe "tokstart" and "tokend" variables were changed...
2008-01-11 thurstonThe fbreak statement now advances p.
2008-01-05 thurstonMore warning elimination concerning constness.
2007-10-24 thurstonAble to build native windows executables using Cygwin...
2007-10-23 thurstonChanged the -l option in rlgen-cd to -L because it...
2007-10-03 thurstonFormatting fix.
2007-09-30 thurstonNeed to record when the out label is used.
2007-09-29 thurstonScanner EOF transitions are now taken in Java code...
2007-09-28 thurstonScanner EOF transitions are now taken (C/D code only).
2007-09-24 thurstonRemoved the write eof command.
2007-09-24 thurstonAdded an override for the eof variable.
2007-09-24 thurstonIntrocuded the "eof" variable for indicating the end...
2007-09-15 thurstonAdded two new statements: prepush and postpop. These...
2007-06-10 thurstonCan cleanup the xml code generation and remove the...
2007-06-09 thurstonThe p varialbe is now set up at the beginning of a...
2007-05-10 thurstonFixed an inconsistency in the value of p following...
2007-04-29 thurstonThe alphabet type is now communicated from the frontend...
2007-04-29 thurstonParse errors in the intermediate XML file now cause...
2007-04-29 thurstonIn the variable statement changed the name "curstate...
2007-03-27 thurstonThe cs variable is now always initialized, unless the...
2007-03-25 thurstonSome fixes which silence warnings emitted by the micros...
2007-03-14 thurstonUpdated the manual section on instantiation to reflect...
2007-03-12 thurstonIf the main machine is not present then do not emit...
2007-03-12 thurstonAdded tests for exports and entry points. For machine...
2007-03-12 thurstonThe startstate, first final and error state writing...
2007-03-12 thurstonAll machine instantiations are now implicitly reference...
2007-03-10 thurstonImplemented an export feature, for exporting single...
2007-03-09 thurstonAdded an option -l to rlgen-cd which inhibits the the...
2007-03-09 thurstonThese now live in rlgen-dot.
2007-03-02 thurstonMake use of @datadir@ and @mandir@ in doc/Makefile...
2007-02-13 thurstonThe code generators now exit immediately if the languag...
2007-02-13 thurstonUpdated the help and version information in the backend...
2007-02-12 thurstonThe rlcodegen executable was changed to rlgen-cd.
2007-02-12 thurstonMoved rlcodegen to rlgen-cd.