external/ragel.git
2007-07-23 thurstonGrammar fixes: changing "which" to "that" where appropr...
2007-07-22 thurstonRenaming "Entering Actions" to "Starting Actions."
2007-07-20 thurstonadded an item.
2007-07-11 thurstonAdded an item.
2007-07-06 thurstonAdded item to look into.
2007-06-24 thurstonRemainder of formatting changes.
2007-06-23 thurstonFormatting updates.
2007-06-22 thurstonImproved the error message given when there is a write...
2007-06-21 thurstonAdded a section on recursion.
2007-06-20 thurstonMoved cases around.
2007-06-20 thurstonUpdates to "machine instantiation", "write init" and...
2007-06-20 thurstonRemoved references to rlcodegen.
2007-06-19 thurstonMore formatting changes.
2007-06-19 thurstonStarted reworking formatting.
2007-06-19 thurstonEliminated the use callcc as an alternative to goto...
2007-06-15 thurston5.22 date wrong in changelog, fixed.
2007-06-14 thurstonUpdates for release 5.22.
2007-06-14 thurstonAdded variable statement to man page.
2007-06-14 thurstonNote on the data variable for ruby and java code.
2007-06-14 thurstonThe "data" variable can now be overridden using the...
2007-06-12 thurstonAdded an item.
2007-06-11 thurstonAdjusted whitespace in xml output.
2007-06-10 thurstonDocumentation updates.
2007-06-10 thurstonCan cleanup the xml code generation and remove the...
2007-06-09 thurstonThe p varialbe is now set up at the beginning of a...
2007-06-09 thurstonChanged the names of the generated scanner actions...
2007-06-09 thurstonUse the variable feature for pullscan.
2007-06-08 thurstonInclude the offset of p in the test.
2007-06-08 thurstonPut the scanner action generators together.
2007-06-08 thurstonUpdated documentation for -S and -M.
2007-06-08 thurstonBug fix: when -S or -M was given the ragel version...
2007-05-13 thurstonNeed to isolate the start state of a scanner before...
2007-05-10 thurstonVersion 5.21.
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.
next