Bug fix: when -S or -M was given the ragel version number was not emitted,
[external/ragel.git] / rlgen-ruby /
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-04-05 thurstonVarious fixes which get the existing ruby test cases...
2007-04-04 thurstonFixed break and hold.
2007-03-27 thurstonThe cs variable is now always initialized, unless the...
2007-03-25 thurstonThe IDENT_* functions don't need to be virtual.
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-14 thurstonFixed some references to Java left over from the split...
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 thurstonFixed error in ruby code generation which crept in...
2007-02-11 thurstonSame patch as previous revision, except for Ruby: KEY...
2007-02-06 thurstonUpdated Victor's email address. The frontend parameter...
2007-02-06 thurstonSome fixes and cleanup. Some basic tests appear to...
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...