removed unused function
[external/ragel.git] / ragel /
2008-10-08 thurstonremoved unused function
2008-10-08 thurstonImplemented more of the direct access to the backend.
2008-10-08 thurstonStarted working on the direct construction of the backe...
2008-10-08 thurstonNeed preserve xml code generation and duplicate+migrate...
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 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-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-07-18 thurstonInclude the root in the include history.
2008-07-18 thurstonTrack the entire include history of a parser state...
2008-06-01 thurstonIn the condition code we need to copy transitions that...
2008-05-12 thurstonFixed crash on failed lookup of goto/call/etc target.
2008-04-29 thurstonPatch from Evan Phoenix: updated rubinius code generati...
2008-04-21 thurstonlm_switch needs to set p from tokend when there is...
2008-04-20 thurstonremoved unused case
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-13 thurstonTypo fix from Andrei Polushin.
2008-04-09 thurstonError messages in start label analysis of join operatio...
2008-04-07 thurstonImproved include and import file searching errors....
2008-04-06 thurstonInclude and import file searching now searches for...
2008-04-03 thurstonNeed to compute the low and high character-space keys...
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-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...
next