external/ragel.git
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...
2007-01-31 thurstonThis transformation makes CodeGenData a superclass...
2007-01-31 thurstonMore organizational changes. The codeGen structure...
2007-01-30 thurstonEliminated the cgd global.
2007-01-30 thurstonAdded an item.
2007-01-30 thurstonDid some more reorganization in support of separating...
2007-01-30 thurstonMoved the value limits which are collected during machi...
2007-01-30 thurstonAdded item.
2007-01-30 thurstonThe spelling of Erich's name has changed. Now updated...
2007-01-30 thurstonMoved more analysis code from FsmCodeGen into CodeGenDa...
2007-01-30 thurstonMoved analysis code from FsmCodeGen into CodeGenData.
2007-01-30 thurstonRemoved output-related globals. Fixed and error in...
2007-01-29 thurstonAdded an item.
2007-01-29 thurstonUpdates to the scanner section. Gave the semantic condi...
2007-01-29 thurstonMinor update to CREDITS file.
2007-01-29 thurstonThis can go.
2007-01-29 thurstonMore content added. Did a smallish reorganization....
2007-01-28 thurstonUpdates to the guarded operator section.
2007-01-28 thurstonExpanded the Introductions to chapters 3 and 4 (actions...
2007-01-28 thurstonadded an item
2007-01-28 thurstonDocumented 5.17 release. Updated the homepage in variou...
2007-01-27 thurstonSome rewording of things in the Introduction chapter.
2007-01-27 thurstonAdded bounding boxes to the figures that had text cut...
2007-01-27 thurstonAdjusted formatting: 11pt font, margins, don't use...
2007-01-27 thurstonFinished replacement of manually drawn figures with...
2007-01-27 thurstonBegan replacement of manually drawn figures with graphv...
2007-01-26 thurstonFixed an unintentional concatenation of two patterns...
2007-01-26 thurstonadded an item
2007-01-26 thurstonThe range keyword has been disabled for the parser...
2007-01-26 thurstonCleanup and removal of globals.
2007-01-25 thurstonConverted to single-line parser specifications where...
2007-01-25 thurstonSwitched to the latest kelbt syntax. Like Ragel, this...
2007-01-25 thurstonImproved the sync patterns.
2007-01-24 thurstonEnabled the location printing in the warning function.
2007-01-24 thurstonA fix from Matt Mower.
2007-01-23 thurstonSome cleanup of comments and error messages.
2007-01-22 thurstonRemoved the old flex and bison files. Fixed a bug in...
2007-01-22 thurstonThe range keyword was not functional in 5.16. Wait...
2007-01-22 thurstonThe configure script now checks for ragel and kelbt...
2007-01-22 thurstonCleanup and improvements to error messages.
2007-01-21 thurstonImported svn:ignore properties from private repository.
2007-01-21 thurstonImport from my private repository. Snapshot after versi...