external/ragel.git
2007-03-14 thurstonUpdated the manual section on instantiation to reflect...
2007-03-14 thurstonAdded a C test for importing and a D test for exporting.
2007-03-14 thurstonHandle the unset startState case in dot generation.
2007-03-14 thurstonImporting moved into the primary scanner. Import statem...
2007-03-13 thurstonStarted on a scanner for importing definitions.
2007-03-13 thurstonMoved scanner class into a new header rlscan.h.
2007-03-12 thurstonSilence warnings about definite and/or possible use...
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 thurstonThe startstate, first final and error state writing...
2007-03-12 thurstonAll machine instantiations are now implicitly reference...
2007-03-11 thurstonIn the port from flex to ragel, the Name separator...
2007-03-10 thurstonImplemented an export feature, for exporting single...
2007-03-10 thurstonSwitched from rlcodegen to rlgen-cd. Silenced a warning...
2007-03-10 thurstonClean target missed new man pages, fixed.
2007-03-10 thurstonRemoved completed item. Added new item.
2007-03-10 thurstonWhen multiple conditions are executed on a single chara...
2007-03-09 thurstonRemoved item just completed.
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-09 thurstonAdded a new syntax for verbose embeddings. This adds...
2007-03-05 thurstonAdded two entries.
2007-03-03 thurstonFixed the distclean target, it was calling clean in...
2007-03-02 thurstonMake use of @datadir@ and @mandir@ in doc/Makefile...
2007-03-02 thurstonAdded Josef Goettgens.
2007-03-02 thurstonRemoved extra ;, spelling fix in comment.
2007-03-02 thurstonThe Action::numRefs() and RedAction::numRefs() function...
2007-03-02 thurstonAdded malloc.h includes. From Josef Goettgens.
2007-02-14 thurstonFixed some references to Java left over from the split...
2007-02-14 thurstonAdded item.
2007-02-14 thurstonSome additional fixes before release.
2007-02-14 thurstonEnlarged the graphics. Improved the priority section...
2007-02-13 thurstonDiscontinuing ragel.spec. It is more appropriate for...
2007-02-13 thurstonUpdated the ChangeLog for 5.18.
2007-02-13 thurstonAdded an item.
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.
2007-02-12 thurstonSplit dotfile generation out into its own executable.
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-11 thurstonKEY() should be returning a string, allowing it to...
2007-02-11 thurstonWe have gone back to supporting all alphtypes. We don...
2007-02-11 thurstonUse a single function for both the active flag (now...
2007-02-11 thurstonThe parserExists function should be called before activ...
2007-02-11 thurstonWhen displaying printables in graphviz output, print...
2007-02-11 thurstonNew array generation for Java. For a single array a...
2007-02-11 thurstonFixed the segfault which occured when a machine referen...
2007-02-10 thurstonAdded a couple items.
2007-02-10 thurstonFixed the null dereference and consequential segfault...
2007-02-09 thurstonMake control codes with escape sequences into printable...
2007-02-09 thurstonRemoved a completed item.
2007-02-08 thurstonUpdated to the latest aapl. This completely eliminates...
2007-02-08 thurstonUpdated an item.
2007-02-06 thurstonAdded missing write init.
2007-02-06 thurstonAdded an item.
2007-02-06 thurstonAdded a ruby test: atoi3.rl and adapted the test harnes...
2007-02-06 thurstonAdded an item.
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 thurstonSome documentation updates for 5.18. The recursive...
2007-02-05 thurstonThe reference to the act variable in the scanner switch...
2007-02-05 thurstonNow that static data is also const, there is no need...
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 thurstonComplete transition list building must be avoided for...
2007-02-04 thurstonThe frontend is now responsible for creating the error...
2007-02-04 thurstonJava and Ruby code generators don't need to switch...
2007-02-03 thurstonFixed error from last commit: The frontend should emit...
2007-02-03 thurstonThe frontend now does a depth first ordering of states...
2007-02-03 thurstonEnabled rlgen-ruby in the top-level makefile. Merged...
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 thurstonCR characters need to be treated as whitespace.
2007-02-02 thurstonMerged the FsmCodeGen, TabCodeGen and JavaTabCodeGen...
2007-02-02 thurstonShortened the name of the Java code generation executable.
2007-02-02 thurstonUpdated svn:ignore in common, now that objects and...
2007-02-02 thurstonImprovements to the examples build following the merge.
2007-02-02 thurstonRemoved last example directory.
2007-02-02 thurstonEliminated per-example private directories.
2007-02-02 thurstonThe common code is now a library (no more #include...
2007-02-02 thurstonRemoved Java code generation from rlcodegen. Added...
2007-02-02 thurstonUpdated SUBDIRS in the top-level makefile and the clean...
2007-02-02 thurstonRemoved inactive code originating from the split out...
2007-02-02 thurstonApplied java data array encoding patch from Colin Flemi...
2007-02-02 thurstonJava code generation split out into its own executable...
2007-02-02 thurstonGraphvizDotGen is now a subclass of CodeGenData.
2007-02-02 thurstonSplit the XML parsing, reduced fsm, and the code genera...
2007-02-02 thurstonMore separation between the XML reading and data collec...
2007-02-02 thurstonAdded an item. Resulted from discussion with MenTaLguY.
2007-02-01 thurstonImprovements to the handling of write statements in...
2007-02-01 thurstonMachine preparation and code generation is now handled...
2007-02-01 thurstonWrite statements are no longer in ragel_def elements...
2007-02-01 thurstonMoved code dependent on the output type and code style...
2007-01-31 thurstonEliminated the pointer from the subclass FsmCodeGen...
next