Implemented makeLmSwitch and started making calls to makeGenInlineList.
[external/ragel.git] / redfsm /
2008-10-08 thurstonGet ragel working again while the direct-to-backend...
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-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-30 thurstonDot output working again.
2008-08-30 thurstonStarted on the move back to a single executable. The...
2008-04-20 thurstonAdjust maxIndexOffset to include eofTrans. Use maxIndex...
2008-04-20 thurstonBug fix for eofTrans. When not using indicies we can...
2008-03-30 thurstonC# patch Daniel Tang.
2008-02-13 thurstonCheck for ar and ranlib in the configure script.
2008-01-11 thurstonSelf-host with 6.0.
2008-01-09 thurstonPatch from Kenny MacDermid, runs ranlib on archives.
2008-01-04 thurstonMore warning elimination.
2008-01-04 thurstonEliminated warnings from gcc 4.3 about conversion from...
2007-12-24 thurstonAdded missing initialization for dataExpr. Crash report...
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-24 thurstonRemoved the write eof command.
2007-09-24 thurstonAdded an override for the eof variable.
2007-09-15 thurstonAdded two new statements: prepush and postpop. These...
2007-06-22 thurstonImproved the error message given when there is a write...
2007-06-14 thurstonThe "data" variable can now be overridden using the...
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-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-25 thurstonRemoved unused variable.
2007-04-24 thurstonImplemented sortByStateId which is called for table...
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-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-10 thurstonImplemented an export feature, for exporting single...
2007-03-02 thurstonThe Action::numRefs() and RedAction::numRefs() function...
2007-03-02 thurstonAdded malloc.h includes. From Josef Goettgens.
2007-02-13 thurstonUpdated the ChangeLog for 5.18.
2007-02-13 thurstonThe code generators now exit immediately if the languag...
2007-02-08 thurstonUpdated to the latest aapl. This completely eliminates...
2007-02-05 thurstonThe writeStatement function is now part of CodeGenData.
2007-02-04 thurstonThe conversion from the string language type which...
2007-02-04 thurstonDisabled the setting of state ids in the backend to...
2007-02-04 thurstonComplete transition list building must be avoided for...
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-02 thurstonThe common code is now a library (no more #include...
2007-02-02 thurstonSplit the XML parsing, reduced fsm, and the code genera...