external/ragel.git
2007-04-07 thurstonSlight reorganization for 5.20 notes.
2007-04-07 thurstonDocumentation for 5.20.
2007-04-07 thurstonAdded a language-independent test based on cppscan3...
2007-04-07 thurstonSome cleanup and fixes to the runtests script. The...
2007-04-07 thurstonAdded clang4, a new language independent test case...
2007-04-06 thurstonOrganized ideas for 6.0.
2007-04-06 thurstonA test for the ruby frontend scanner.
2007-04-06 thurstonAdded an item.
2007-04-06 thurstonShould use the most recent version of Ragel and Kelbt...
2007-04-06 thurstonDelete the temporary file.
2007-04-06 thurstonAdded support for Ruby comments and regular expression...
2007-04-05 thurstonThe runtests script was improved so that the Java and...
2007-04-05 thurstonVarious fixes which get the existing ruby test cases...
2007-04-04 thurstonDeclaration of stacks now works.
2007-04-04 thurstonFirst cut of a test-suite transformation for Ruby....
2007-04-04 thurstonFixed break and hold.
2007-04-04 thurstonUse the new import feature of Ragel for bringing in...
2007-04-04 thurstonWhen building on kubuntu 6.10 the -n option to echo...
2007-03-30 thurstonRemoved malloc.h includes. This is not a standard heade...
2007-03-30 thurstonRemoved claim that generated code runs nearly as fast...
2007-03-27 thurstonThe cs variable is now always initialized, unless the...
2007-03-26 thurstonFixed parallel make dependency bug. Patch from Jeremy...
2007-03-26 thurstonIn the SEE ALSO section changed rlcodegen to rlgen...
2007-03-25 thurstonSome fixes which silence warnings emitted by the micros...
2007-03-25 thurstonThe IDENT_* functions don't need to be virtual.
2007-03-14 thurstonDocumented version 5.19.
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...
next