removed unused function
[external/ragel.git] / rlgen-java /
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 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-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.
2008-01-03 thurstonPatch from David Waite:
2007-10-24 thurstonAble to build native windows executables using Cygwin...
2007-09-29 thurstonScanner EOF transitions are now taken in Java code...
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-14 thurstonThe "data" variable can now be overridden using the...
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-04-28 thurstonFixed bugs in the binary searching for condition keys...
2007-03-27 thurstonThe cs variable is now always initialized, unless the...
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 thurstonAdded exports and entry points to Java and Ruby code...
2007-03-12 thurstonAll machine instantiations are now implicitly reference...
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-11 thurstonKEY() should be returning a string, allowing it to...
2007-02-11 thurstonNew array generation for Java. For a single array a...
2007-02-05 thurstonThe reference to the act variable in the scanner switch...
2007-02-05 thurstonThe writeStatement function is now part of CodeGenData.
2007-02-04 thurstonThe conversion from the string language type which...
2007-02-04 thurstonSome cleanup of code. These functions are not needed...
2007-02-04 thurstonMovement of common classes and code to common.a.
2007-02-04 thurstonDisabled the setting of state ids in the backend to...
2007-02-04 thurstonJava and Ruby code generators don't need to switch...
2007-02-03 thurstonMerged in Ruby code generator from Victor Hugo Borja...
2007-02-03 thurstonUpdated version information in the both backend program...
2007-02-02 thurstonMerged the FsmCodeGen, TabCodeGen and JavaTabCodeGen...
2007-02-02 thurstonShortened the name of the Java code generation executable.