Include the root in the include history.
[external/ragel.git] / rlgen-ruby /
2008-04-30 thurstonNew patch from Evan with setup factored out.
2008-04-29 thurstonPatch from Evan Phoenix: updated rubinius code generati...
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 fixes for ruby 1.9.
2008-01-05 thurstonFixes for ruby 1.9.
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-15 thurstonGo back to 3.X semantics for >, % and error actions...
2007-10-03 thurstonDid gotos faked with if statements and execution of...
2007-10-03 thurstonGotos faked with if statements and execution of EOF...
2007-10-03 thurstonEmulating gotos using a series of if tests. Eof transit...
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-09-06 thurstonPatch from Victor Hugo Borja <vic@rubyforge.org>
2007-06-24 thurstonRemainder of formatting changes.
2007-06-23 thurstonFormatting updates.
2007-06-19 thurstonMore formatting changes.
2007-06-19 thurstonStarted reworking formatting.
2007-06-19 thurstonEliminated the use callcc as an alternative to goto...
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-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...