Docs for 6.1.
[external/ragel.git] / ragel /
2008-03-26 thurstonDocs for 6.1.
2008-03-26 thurstonNeed to unset the final state status of the start state...
2008-03-20 thurstonAdded a flag -d for turning off the removal of duplicat...
2008-02-14 thurstonScanners now ensure that a pattern's leaving actions...
2008-01-12 thurstonRemoved debug message. Fixed const-correctness.
2008-01-11 thurstonSelf-host with 6.0.
2008-01-11 thurstonThe "tokstart" and "tokend" variables were changed...
2008-01-11 thurstonPrevent the left machine from persisting through :...
2008-01-11 thurstonDon't allow the left machine of <: to escape through...
2008-01-11 thurstonIf -M or -S are given and we're not generating a dot...
2008-01-11 thurstonChanged -f option to -x.
2008-01-05 thurstonRemainder of warnings fixed.
2008-01-04 thurstonMore warning elimination.
2008-01-04 thurstonEliminated warnings from gcc 4.3 about conversion from...
2008-01-03 thurstonStarted on ChangeLog for 6.0. Improved documentation...
2007-10-24 thurstonOne of the ST_* macros collides with a macro in windows.h.
2007-10-24 thurstonDot file generation can now be invoked using the -V...
2007-10-24 thurstonAdded comment.
2007-10-24 thurstonNow spawning child processes on windows.
2007-10-24 thurstonPath checks for windows.
2007-10-24 thurstonFactored out the the fork+exec.
2007-10-24 thurstonAble to build native windows executables using Cygwin...
2007-10-24 thurstonRather than have the frontend process call the backend...
2007-10-23 thurstonCheck the status of the backend.
2007-10-23 thurstonChanged the -l option in rlgen-cd to -L because it...
2007-10-23 thurstonNow executing the backend.
2007-10-23 thurstonAdded name finding for backend executable. If any forwa...
2007-10-15 thurstonGo back to 3.X semantics for >, % and error actions...
2007-09-28 thurstonEOF actions and targets for processing tokens are now...
2007-09-27 thurstonNot yet supporting minimization of states with eof...
2007-09-27 thurstonAdded the eofTarget to StateAp. This will be used only...
2007-09-24 thurstonAdded an override for the eof variable.
2007-09-15 thurstonAdded two new statements: prepush and postpop. These...
2007-09-13 thurstonIf the condition embedding code runs out of available...
2007-08-03 thurstonUpdates to TODO and error message.
2007-06-20 thurstonMoved cases around.
2007-06-14 thurstonThe "data" variable can now be overridden using the...
2007-06-11 thurstonAdjusted whitespace in xml output.
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-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 thurstonFixed an inconsistency in the value of p following...
2007-04-29 thurstonThe alphabet type is now communicated from the frontend...
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 thurstonIn the variable statement changed the name "curstate...
2007-04-28 thurstonCan now embed the negative sense of a condition.
2007-04-27 thurstonA better solution to resolving the - ambiguity: force...
2007-04-25 thurstonBug fix: when fhold was used in scanner pattern actions...
2007-04-06 thurstonAdded support for Ruby comments and regular expression...
2007-04-04 thurstonUse the new import feature of Ragel for bringing in...
2007-03-30 thurstonRemoved malloc.h includes. This is not a standard heade...
2007-03-27 thurstonThe cs variable is now always initialized, unless the...
2007-03-25 thurstonSome fixes which silence warnings emitted by the micros...
2007-03-14 thurstonUpdated the manual section on instantiation to reflect...
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 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 thurstonWhen multiple conditions are executed on a single chara...
2007-03-09 thurstonAdded a new syntax for verbose embeddings. This adds...
2007-03-02 thurstonMake use of @datadir@ and @mandir@ in doc/Makefile...
2007-03-02 thurstonThe Action::numRefs() and RedAction::numRefs() function...
2007-03-02 thurstonAdded malloc.h includes. From Josef Goettgens.
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 thurstonFixed the segfault which occured when a machine referen...
2007-02-10 thurstonFixed the null dereference and consequential segfault...
2007-02-06 thurstonUpdated Victor's email address. The frontend parameter...
2007-02-04 thurstonThe frontend is now responsible for creating the error...
2007-02-03 thurstonFixed error from last commit: The frontend should emit...
2007-02-03 thurstonThe frontend now does a depth first ordering of states...
2007-02-03 thurstonEnabled rlgen-ruby in the top-level makefile. Merged...
2007-02-02 thurstonCR characters need to be treated as whitespace.
2007-02-02 thurstonThe common code is now a library (no more #include...
2007-02-01 thurstonImprovements to the handling of write statements in...
2007-02-01 thurstonMachine preparation and code generation is now handled...
2007-02-01 thurstonWrite statements are no longer in ragel_def elements...
2007-01-26 thurstonCleanup and removal of globals.
2007-01-25 thurstonConverted to single-line parser specifications where...
2007-01-25 thurstonSwitched to the latest kelbt syntax. Like Ragel, this...
2007-01-24 thurstonEnabled the location printing in the warning function.
2007-01-24 thurstonA fix from Matt Mower.
2007-01-23 thurstonSome cleanup of comments and error messages.
2007-01-22 thurstonRemoved the old flex and bison files. Fixed a bug in...
2007-01-22 thurstonThe range keyword was not functional in 5.16. Wait...
2007-01-21 thurstonImport from my private repository. Snapshot after versi...