external/ragel.git
2008-04-15 thurstonTest fnext in combination with fbreak.
2008-04-13 thurstonAdded Andrei Polushin.
2008-04-13 thurstonTypo fix from Andrei Polushin.
2008-04-13 thurstonLM_ACTION and SUB_ACTION need to propagate csForced...
2008-04-12 thurstonAn fnext followed by an fbreak in -G2 did not work...
2008-04-11 thurstonadded an item.
2008-04-09 thurstonError messages in start label analysis of join operatio...
2008-04-07 thurstonPropagate ALLOW_GENFLAGS and ALLOW_MINFLAGS from langua...
2008-04-07 thurstonImproved include and import file searching errors....
2008-04-06 thurstonInclude and import file searching now searches for...
2008-04-03 thurstonAdded Tim Chklovski.
2008-04-03 thurstonNeed to compute the low and high character-space keys...
2008-03-31 thurstonAdded limits for the constant sizes.
2008-03-30 thurstonC# patch Daniel Tang.
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-02-14 thurstonPrint any actions that are in State::eofTrans. These...
2008-02-13 thurstonUse @docdir@ for the docdir makefile variable.
2008-02-13 thurstonCheck for ar and ranlib in the configure script.
2008-01-31 thurstonMenTaLguY needs to be in here.
2008-01-13 thurstonRemoved a comment that became invalid.
2008-01-13 thurstonAdded -V to the manual. Removed redundant description...
2008-01-12 thurstonUpdates to ChangeLog and release notes and the 6.0...
2008-01-12 thurstonRemoved debug message. Fixed const-correctness.
2008-01-12 thurstonEditing pass.
2008-01-12 thurstonRewrote the material taken from the changelog.
2008-01-11 thurstonStarted on release notes for version 6.
2008-01-11 thurstonSelf-host with 6.0.
2008-01-11 thurstontokstart => ts and tokend => te
2008-01-11 thurstonThe "tokstart" and "tokend" variables were changed...
2008-01-11 thurstonMore documentation of 6.0.
2008-01-11 thurstonThe fbreak statement now advances p.
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 thurstonAdded missing operators.
2008-01-11 thurstonChanged -f option to -x. Added backend options that...
2008-01-11 thurstonChanged -f option to -x.
2008-01-10 thurstonTab expansion.
2008-01-10 thurstonEditing pass of chapter 6.
2008-01-10 thurstonMore fixes to chapter 5.
2008-01-10 thurstonEdits to chapter 5.
2008-01-10 thurstonEdits to chapter four.
2008-01-10 thurstonUse the phrase "leaving" instead of "pending out".
2008-01-10 thurstonEditing of chapter three. Removed the main label and...
2008-01-10 thurstonUpdates to the second half of chapter two.
2008-01-10 thurstonImprovments to chapter 2.
2008-01-09 thurstonPatch from Kenny MacDermid, runs ranlib on archives.
2008-01-05 thurstonMore fixes for ruby 1.9.
2008-01-05 thurstonFixes for ruby 1.9.
2008-01-05 thurstonAdded note.
2008-01-05 thurstonFixes for gcc 4.3.
2008-01-05 thurstonFixes for compiling with gcc 4.3.
2008-01-05 thurstonRemainder of warnings fixed.
2008-01-05 thurstonMore warning elimination concerning constness.
2008-01-05 thurstonMade paramSpec in ParamCheck a const char*.
2008-01-04 thurstonMore warning elimination.
2008-01-04 thurstonEliminated warnings from gcc 4.3 about conversion from...
2008-01-04 thurstonUpdates to chapter one.
2008-01-03 thurstonStarted on ChangeLog for 6.0. Improved documentation...
2008-01-03 thurstonAdded David Waite.
2008-01-03 thurstonMerged in docs from 5.25 release
2008-01-03 thurstonPatch from David Waite:
2007-12-26 thurstonImprovements to the action ordering and duplicates...
2007-12-24 thurstonAdded missing initialization for dataExpr. Crash report...
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 thurstonThe backend is now called by the ragel program; updated...
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 thurstonAdded cfilebuf, which wrappes a FILE struct.
2007-10-23 thurstonNow executing the backend.
2007-10-23 thurstonAdded name finding for backend executable. If any forwa...
2007-10-22 thurstonThe 'write eof' statement no longer exists.
2007-10-22 thurstonAdded description of eof variable. Updated description...
2007-10-22 thurstonUpdated the description of error actions to reflect...
2007-10-22 thurstonUpdated documentation for pending out actions: noted...
2007-10-21 thurstonUpdated description of the entering action operator...
2007-10-18 thurstonImprovements to intro and layout in state embedding...
2007-10-18 thurstonThese examples need the eof pointer now that >, % and...
2007-10-15 thurstonGo back to 3.X semantics for >, % and error actions...
2007-10-15 thurstonAdded an item.
2007-10-03 thurstonFormatting fix.
2007-10-03 thurstonDid gotos faked with if statements and execution of...
2007-10-03 thurstonGotos faked with if statements and execution of EOF...
2007-10-03 thurstonEmulating gotos using a series of if tests. Eof transit...
2007-09-30 thurstonNeed to record when the out label is used.
2007-09-30 thurstonUpdated examples for the first of the 6.0 changes:...
2007-09-29 thurstonScanner EOF transitions are now taken in Java code...
2007-09-28 thurstonScanner EOF transitions are now taken (C/D code only).
2007-09-28 thurstonEOF actions and targets for processing tokens are now...
2007-09-27 thurstonNot yet supporting minimization of states with eof...
next