external/ragel.git
2008-05-12 thurstonMake all links black except for citations (of which...
2008-05-09 thurstonanother grammar fix
2008-05-09 thurstonMinor clarity fixes.
2008-05-09 thurstonnotes on 6.2
2008-04-30 thurstonNew patch from Evan with setup factored out.
2008-04-29 thurstonPatch from Evan Phoenix: updated rubinius code generati...
2008-04-24 thurstonadded an item.
2008-04-21 thurstonlm_switch needs to set p from tokend when there is...
2008-04-21 thurstonAdded hyperref doc. From shabble on IRC.
2008-04-21 thurstonRemoved completed items.
2008-04-20 thurstonremoved unused case
2008-04-20 thurstonAdjust maxIndexOffset to include eofTrans. Use maxIndex...
2008-04-20 thurstonBug fix for eofTrans. When not using indicies we can...
2008-04-16 thurstonMissing break.
2008-04-15 thurstonApplied patch for compiling Ragel using MSVC from Andre...
2008-04-15 thurstonApplied a patch from Andrei Polushin for setting the...
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...
next