external/ragel.git
2007-05-10 thurstonTypo fixes from Barry Arthur.
2007-05-10 thurstonUpdated copyright date and added Java and Ruby to the...
2007-05-10 thurstonFixed an inconsistency in the value of p following...
2007-05-10 thurstonAdded an item.
2007-05-09 thurstonRenamed errintrans.rl -> erract6.rl.
2007-05-09 thurstonAdded new sections (import/export/variable) and expande...
2007-05-09 thurstonNotes for version 5.21.
2007-04-29 thurstonThe alphabet type is now communicated from the frontend...
2007-04-29 thurstonCasting from an array to a pointer is not legal d code.
2007-04-29 thurstonAdded Victor Hugo Borja.
2007-04-29 thurstonThe version number is now included in the intermediate...
2007-04-29 thurstonParse errors in the intermediate XML file now cause...
2007-04-29 thurstonThe "curstate" argument to the variable statement has...
2007-04-29 thurstonIn the variable statement changed the name "curstate...
2007-04-28 thurstonAdded a language-independent test case for the negative...
2007-04-28 thurstonCan now embed the negative sense of a condition.
2007-04-28 thurstonFixed bugs in the binary searching for condition keys...
2007-04-28 thurstonWork on the state action embedding operator section.
2007-04-27 thurstonA better solution to resolving the - ambiguity: force...
2007-04-25 thurstonFixed typos from from Josh Purinton. Made a few other...
2007-04-25 thurstonBug fix: when fhold was used in scanner pattern actions...
2007-04-25 thurstonImproved the message for 5.16.
2007-04-25 thurstonRemoved unused variable.
2007-04-24 thurstonImplemented sortByStateId which is called for table...
2007-04-07 thurstonAdded an item.
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...
next