external/ragel.git
2008-10-08 thurstonMore work on the direct access to the backend. The...
2008-10-07 thurstonThe action of the <ragel_def> tag was made into a direc...
2008-10-07 thurstonDon't need to pass the language as a string, just use...
2008-10-07 thurstonStarting to elminated the XML intermediate file. Remove...
2008-10-07 thurston"eof" is no longer a write command.
2008-10-07 thurstonemail address update: thurston@cs.queensu.ca -> thursto...
2008-10-07 thurstonIn kelbt 0.13 the eof token is prefixed with the parser...
2008-10-06 thurstonAdded support for DESTDIR variable. Patch from Diego...
2008-10-06 thurstonUse CXXFLAGS instead of CFLAGS for C++ compiling. Patch...
2008-10-06 thurstonremoved redundant error check
2008-09-07 thurstonA fix to the documentation makefile from John D. Mitchell.
2008-09-01 thurstonNow supplying the XmlParser to writeMachines.
2008-09-01 thurstonThe XML parser and scanner are now created in ragel...
2008-09-01 thurstonRenaming to avoid name conflicts following the merge...
2008-08-31 thurstonBackend main functions are now factored out.
2008-08-31 thurstonRemoved arg passing from frontend to backend functions.
2008-08-30 thurstonDot output working again.
2008-08-30 thurstonStarted on the move back to a single executable. The...
2008-08-29 thurstonNotes on version 6.3.
2008-07-18 thurstonInclude the root in the include history.
2008-07-18 thurstonTrack the entire include history of a parser state...
2008-06-01 thurstonAdded Mitchell Foral.
2008-06-01 thurstonIn the condition code we need to copy transitions that...
2008-05-28 thurstonadded item.
2008-05-12 thurstonFixed crash on failed lookup of goto/call/etc target.
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.
next