2007-03-13 |
thurston | Moved scanner class into a new header rlscan.h. |
commit | commitdiff | tree | snapshot |
2007-03-12 |
thurston | Silence warnings about definite and/or possible use... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
thurston | If the main machine is not present then do not emit... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
thurston | Added tests for exports and entry points. For machine... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
thurston | Added exports and entry points to Java and Ruby code... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
thurston | The startstate, first final and error state writing... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
thurston | All machine instantiations are now implicitly reference... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
thurston | In the port from flex to ragel, the Name separator... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
thurston | Implemented an export feature, for exporting single... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
thurston | Switched from rlcodegen to rlgen-cd. Silenced a warning... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
thurston | Clean target missed new man pages, fixed. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
thurston | Removed completed item. Added new item. |
commit | commitdiff | tree | snapshot |
2007-03-10 |
thurston | When multiple conditions are executed on a single chara... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
thurston | Removed item just completed. |
commit | commitdiff | tree | snapshot |
2007-03-09 |
thurston | Added an option -l to rlgen-cd which inhibits the the... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
thurston | These now live in rlgen-dot. |
commit | commitdiff | tree | snapshot |
2007-03-09 |
thurston | Added a new syntax for verbose embeddings. This adds... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
thurston | Added two entries. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
thurston | Fixed the distclean target, it was calling clean in... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
thurston | Make use of @datadir@ and @mandir@ in doc/Makefile... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
thurston | Added Josef Goettgens. |
commit | commitdiff | tree | snapshot |
2007-03-02 |
thurston | Removed extra ;, spelling fix in comment. |
commit | commitdiff | tree | snapshot |
2007-03-02 |
thurston | The Action::numRefs() and RedAction::numRefs() function... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
thurston | Added malloc.h includes. From Josef Goettgens. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
thurston | Fixed some references to Java left over from the split... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
thurston | Added item. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
thurston | Some additional fixes before release. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
thurston | Enlarged the graphics. Improved the priority section... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
thurston | Discontinuing ragel.spec. It is more appropriate for... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
thurston | Updated the ChangeLog for 5.18. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
thurston | Added an item. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
thurston | The code generators now exit immediately if the languag... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
thurston | Updated the help and version information in the backend... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
thurston | The rlcodegen executable was changed to rlgen-cd. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
thurston | Moved rlcodegen to rlgen-cd. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
thurston | Split dotfile generation out into its own executable. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
thurston | Fixed error in ruby code generation which crept in... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
thurston | Same patch as previous revision, except for Ruby: KEY... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
thurston | KEY() should be returning a string, allowing it to... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
thurston | We have gone back to supporting all alphtypes. We don... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
thurston | Use a single function for both the active flag (now... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
thurston | The parserExists function should be called before activ... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
thurston | When displaying printables in graphviz output, print... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
thurston | New array generation for Java. For a single array a... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
thurston | Fixed the segfault which occured when a machine referen... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
thurston | Added a couple items. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
thurston | Fixed the null dereference and consequential segfault... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
thurston | Make control codes with escape sequences into printable... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
thurston | Removed a completed item. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
thurston | Updated to the latest aapl. This completely eliminates... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
thurston | Updated an item. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
thurston | Added missing write init. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
thurston | Added an item. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
thurston | Added a ruby test: atoi3.rl and adapted the test harnes... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
thurston | Added an item. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
thurston | Updated Victor's email address. The frontend parameter... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
thurston | Some fixes and cleanup. Some basic tests appear to... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
thurston | Some documentation updates for 5.18. The recursive... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
thurston | The reference to the act variable in the scanner switch... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
thurston | Now that static data is also const, there is no need... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
thurston | The writeStatement function is now part of CodeGenData. |
commit | commitdiff | tree | snapshot |
2007-02-04 |
thurston | The conversion from the string language type which... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
thurston | Some cleanup of code. These functions are not needed... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
thurston | Movement of common classes and code to common.a. |
commit | commitdiff | tree | snapshot |
2007-02-04 |
thurston | Disabled the setting of state ids in the backend to... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
thurston | Complete transition list building must be avoided for... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
thurston | The frontend is now responsible for creating the error... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
thurston | Java and Ruby code generators don't need to switch... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
thurston | Fixed error from last commit: The frontend should emit... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
thurston | The frontend now does a depth first ordering of states... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
thurston | Enabled rlgen-ruby in the top-level makefile. Merged... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
thurston | Merged in Ruby code generator from Victor Hugo Borja... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
thurston | Updated version information in the both backend program... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | CR characters need to be treated as whitespace. |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | Merged the FsmCodeGen, TabCodeGen and JavaTabCodeGen... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | Shortened the name of the Java code generation executable. |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | Updated svn:ignore in common, now that objects and... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | Improvements to the examples build following the merge. |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | Removed last example directory. |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | Eliminated per-example private directories. |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | The common code is now a library (no more #include... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | Removed Java code generation from rlcodegen. Added... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | Updated SUBDIRS in the top-level makefile and the clean... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | Removed inactive code originating from the split out... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | Applied java data array encoding patch from Colin Flemi... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | Java code generation split out into its own executable... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | GraphvizDotGen is now a subclass of CodeGenData. |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | Split the XML parsing, reduced fsm, and the code genera... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | More separation between the XML reading and data collec... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
thurston | Added an item. Resulted from discussion with MenTaLguY. |
commit | commitdiff | tree | snapshot |
2007-02-01 |
thurston | Improvements to the handling of write statements in... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
thurston | Machine preparation and code generation is now handled... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
thurston | Write statements are no longer in ragel_def elements... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
thurston | Moved code dependent on the output type and code style... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
thurston | Eliminated the pointer from the subclass FsmCodeGen... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
thurston | This transformation makes CodeGenData a superclass... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
thurston | More organizational changes. The codeGen structure... |
commit | commitdiff | tree | snapshot |
2007-01-30 |
thurston | Eliminated the cgd global. |
commit | commitdiff | tree | snapshot |
2007-01-30 |
thurston | Added an item. |
commit | commitdiff | tree | snapshot |
2007-01-30 |
thurston | Did some more reorganization in support of separating... |
commit | commitdiff | tree | snapshot |
next |