2007-03-30 |
thurston | Removed claim that generated code runs nearly as fast...
|
commit | commitdiff | tree |
2007-03-27 |
thurston | The cs variable is now always initialized, unless the...
|
commit | commitdiff | tree |
2007-03-26 |
thurston | Fixed parallel make dependency bug. Patch from Jeremy...
|
commit | commitdiff | tree |
2007-03-26 |
thurston | In the SEE ALSO section changed rlcodegen to rlgen...
|
commit | commitdiff | tree |
2007-03-25 |
thurston | Some fixes which silence warnings emitted by the microsoft...
|
commit | commitdiff | tree |
2007-03-25 |
thurston | The IDENT_* functions don't need to be virtual.
|
commit | commitdiff | tree |
2007-03-14 |
thurston | Documented version 5.19.
|
commit | commitdiff | tree |
2007-03-14 |
thurston | Updated the manual section on instantiation to reflect...
|
commit | commitdiff | tree |
2007-03-14 |
thurston | Added a C test for importing and a D test for exporting.
|
commit | commitdiff | tree |
2007-03-14 |
thurston | Handle the unset startState case in dot generation.
|
commit | commitdiff | tree |
2007-03-14 |
thurston | Importing moved into the primary scanner. Import statements...
|
commit | commitdiff | tree |
2007-03-13 |
thurston | Started on a scanner for importing definitions.
|
commit | commitdiff | tree |
2007-03-13 |
thurston | Moved scanner class into a new header rlscan.h.
|
commit | commitdiff | tree |
2007-03-12 |
thurston | Silence warnings about definite and/or possible use...
|
commit | commitdiff | tree |
2007-03-12 |
thurston | If the main machine is not present then do not emit...
|
commit | commitdiff | tree |
2007-03-12 |
thurston | Added tests for exports and entry points. For machine...
|
commit | commitdiff | tree |
2007-03-12 |
thurston | Added exports and entry points to Java and Ruby code...
|
commit | commitdiff | tree |
2007-03-12 |
thurston | The startstate, first final and error state writing...
|
commit | commitdiff | tree |
2007-03-12 |
thurston | All machine instantiations are now implicitly referenced...
|
commit | commitdiff | tree |
2007-03-11 |
thurston | In the port from flex to ragel, the Name separator...
|
commit | commitdiff | tree |
2007-03-10 |
thurston | Implemented an export feature, for exporting single...
|
commit | commitdiff | tree |
2007-03-10 |
thurston | Switched from rlcodegen to rlgen-cd. Silenced a warning...
|
commit | commitdiff | tree |
2007-03-10 |
thurston | Clean target missed new man pages, fixed.
|
commit | commitdiff | tree |
2007-03-10 |
thurston | Removed completed item. Added new item.
|
commit | commitdiff | tree |
2007-03-10 |
thurston | When multiple conditions are executed on a single character...
|
commit | commitdiff | tree |
2007-03-09 |
thurston | Removed item just completed.
|
commit | commitdiff | tree |
2007-03-09 |
thurston | Added an option -l to rlgen-cd which inhibits the the...
|
commit | commitdiff | tree |
2007-03-09 |
thurston | These now live in rlgen-dot.
|
commit | commitdiff | tree |
2007-03-09 |
thurston | Added a new syntax for verbose embeddings. This adds...
|
commit | commitdiff | tree |
2007-03-05 |
thurston | Added two entries.
|
commit | commitdiff | tree |
2007-03-03 |
thurston | Fixed the distclean target, it was calling clean in...
|
commit | commitdiff | tree |
2007-03-02 |
thurston | Make use of @datadir@ and @mandir@ in doc/Makefile...
|
commit | commitdiff | tree |
2007-03-02 |
thurston | Added Josef Goettgens.
|
commit | commitdiff | tree |
2007-03-02 |
thurston | Removed extra ;, spelling fix in comment.
|
commit | commitdiff | tree |
2007-03-02 |
thurston | The Action::numRefs() and RedAction::numRefs() functions...
|
commit | commitdiff | tree |
2007-03-02 |
thurston | Added malloc.h includes. From Josef Goettgens.
|
commit | commitdiff | tree |
2007-02-14 |
thurston | Fixed some references to Java left over from the split...
|
commit | commitdiff | tree |
2007-02-14 |
thurston | Added item.
|
commit | commitdiff | tree |
2007-02-14 |
thurston | Some additional fixes before release.
|
commit | commitdiff | tree |
2007-02-14 |
thurston | Enlarged the graphics. Improved the priority section...
|
commit | commitdiff | tree |
2007-02-13 |
thurston | Discontinuing ragel.spec. It is more appropriate for...
|
commit | commitdiff | tree |
2007-02-13 |
thurston | Updated the ChangeLog for 5.18.
|
commit | commitdiff | tree |
2007-02-13 |
thurston | Added an item.
|
commit | commitdiff | tree |
2007-02-13 |
thurston | The code generators now exit immediately if the language...
|
commit | commitdiff | tree |
2007-02-13 |
thurston | Updated the help and version information in the backend...
|
commit | commitdiff | tree |
2007-02-12 |
thurston | The rlcodegen executable was changed to rlgen-cd.
|
commit | commitdiff | tree |
2007-02-12 |
thurston | Moved rlcodegen to rlgen-cd.
|
commit | commitdiff | tree |
2007-02-12 |
thurston | Split dotfile generation out into its own executable.
|
commit | commitdiff | tree |
2007-02-12 |
thurston | Fixed error in ruby code generation which crept in...
|
commit | commitdiff | tree |
2007-02-11 |
thurston | Same patch as previous revision, except for Ruby: KEY...
|
commit | commitdiff | tree |
2007-02-11 |
thurston | KEY() should be returning a string, allowing it to...
|
commit | commitdiff | tree |
2007-02-11 |
thurston | We have gone back to supporting all alphtypes. We don...
|
commit | commitdiff | tree |
2007-02-11 |
thurston | Use a single function for both the active flag (now...
|
commit | commitdiff | tree |
2007-02-11 |
thurston | The parserExists function should be called before active...
|
commit | commitdiff | tree |
2007-02-11 |
thurston | When displaying printables in graphviz output, print...
|
commit | commitdiff | tree |
2007-02-11 |
thurston | New array generation for Java. For a single array a...
|
commit | commitdiff | tree |
2007-02-11 |
thurston | Fixed the segfault which occured when a machine reference...
|
commit | commitdiff | tree |
2007-02-10 |
thurston | Added a couple items.
|
commit | commitdiff | tree |
2007-02-10 |
thurston | Fixed the null dereference and consequential segfault...
|
commit | commitdiff | tree |
2007-02-09 |
thurston | Make control codes with escape sequences into printable...
|
commit | commitdiff | tree |
2007-02-09 |
thurston | Removed a completed item.
|
commit | commitdiff | tree |
2007-02-08 |
thurston | Updated to the latest aapl. This completely eliminates...
|
commit | commitdiff | tree |
2007-02-08 |
thurston | Updated an item.
|
commit | commitdiff | tree |
2007-02-06 |
thurston | Added missing write init.
|
commit | commitdiff | tree |
2007-02-06 |
thurston | Added an item.
|
commit | commitdiff | tree |
2007-02-06 |
thurston | Added a ruby test: atoi3.rl and adapted the test harness...
|
commit | commitdiff | tree |
2007-02-06 |
thurston | Added an item.
|
commit | commitdiff | tree |
2007-02-06 |
thurston | Updated Victor's email address. The frontend parameter...
|
commit | commitdiff | tree |
2007-02-06 |
thurston | Some fixes and cleanup. Some basic tests appear to...
|
commit | commitdiff | tree |
2007-02-05 |
thurston | Some documentation updates for 5.18. The recursive...
|
commit | commitdiff | tree |
2007-02-05 |
thurston | The reference to the act variable in the scanner switch...
|
commit | commitdiff | tree |
2007-02-05 |
thurston | Now that static data is also const, there is no need...
|
commit | commitdiff | tree |
2007-02-05 |
thurston | The writeStatement function is now part of CodeGenData.
|
commit | commitdiff | tree |
2007-02-04 |
thurston | The conversion from the string language type which...
|
commit | commitdiff | tree |
2007-02-04 |
thurston | Some cleanup of code. These functions are not needed...
|
commit | commitdiff | tree |
2007-02-04 |
thurston | Movement of common classes and code to common.a.
|
commit | commitdiff | tree |
2007-02-04 |
thurston | Disabled the setting of state ids in the backend to...
|
commit | commitdiff | tree |
2007-02-04 |
thurston | Complete transition list building must be avoided for...
|
commit | commitdiff | tree |
2007-02-04 |
thurston | The frontend is now responsible for creating the error...
|
commit | commitdiff | tree |
2007-02-04 |
thurston | Java and Ruby code generators don't need to switch...
|
commit | commitdiff | tree |
2007-02-03 |
thurston | Fixed error from last commit: The frontend should emit...
|
commit | commitdiff | tree |
2007-02-03 |
thurston | The frontend now does a depth first ordering of states...
|
commit | commitdiff | tree |
2007-02-03 |
thurston | Enabled rlgen-ruby in the top-level makefile. Merged...
|
commit | commitdiff | tree |
2007-02-03 |
thurston | Merged in Ruby code generator from Victor Hugo Borja...
|
commit | commitdiff | tree |
2007-02-03 |
thurston | Updated version information in the both backend programs...
|
commit | commitdiff | tree |
2007-02-02 |
thurston | CR characters need to be treated as whitespace.
|
commit | commitdiff | tree |
2007-02-02 |
thurston | Merged the FsmCodeGen, TabCodeGen and JavaTabCodeGen...
|
commit | commitdiff | tree |
2007-02-02 |
thurston | Shortened the name of the Java code generation executable.
|
commit | commitdiff | tree |
2007-02-02 |
thurston | Updated svn:ignore in common, now that objects and...
|
commit | commitdiff | tree |
2007-02-02 |
thurston | Improvements to the examples build following the merge.
|
commit | commitdiff | tree |
2007-02-02 |
thurston | Removed last example directory.
|
commit | commitdiff | tree |
2007-02-02 |
thurston | Eliminated per-example private directories.
|
commit | commitdiff | tree |
2007-02-02 |
thurston | The common code is now a library (no more #include...
|
commit | commitdiff | tree |
2007-02-02 |
thurston | Removed Java code generation from rlcodegen. Added...
|
commit | commitdiff | tree |
2007-02-02 |
thurston | Updated SUBDIRS in the top-level makefile and the clean...
|
commit | commitdiff | tree |
2007-02-02 |
thurston | Removed inactive code originating from the split out...
|
commit | commitdiff | tree |
2007-02-02 |
thurston | Applied java data array encoding patch from Colin Fleming...
|
commit | commitdiff | tree |
2007-02-02 |
thurston | Java code generation split out into its own executable...
|
commit | commitdiff | tree |
2007-02-02 |
thurston | GraphvizDotGen is now a subclass of CodeGenData.
|
commit | commitdiff | tree |
2007-02-02 |
thurston | Split the XML parsing, reduced fsm, and the code generation...
|
commit | commitdiff | tree |