tizen 2.3.1 release
[external/ragel.git] / ragel / main.cpp
2009-08-01 thurstonDon't segfault when there are no machine instantiations.
2009-05-23 thurstonShould not be modifying the program's arguments. Proble...
2009-05-23 thurstonA const-correctness fix from Diego.
2009-03-22 thurstonDocumentation for 6.4.
2009-03-22 thurstonGot XML output working.
2009-03-21 thurstonThe main inputData (id) is no longer a global. It is...
2009-03-21 thurstonMoved some global data into InputData. Not all there...
2009-03-21 thurstonRemoved wantComplete and outputActive from InputData...
2009-03-18 thurstonUpdated usage information concerning which host languag...
2009-03-16 thurstonThe terminateAllParsers function moved into InputData.
2009-03-15 thurstonSome function renaming.
2009-03-15 thurstonCleanup and code movement related to makeCodeGen.
2009-03-15 thurstonWe don't need to create allocate the outpute file strea...
2009-03-14 thurstonUpdated the help output. Moved some code from InputData...
2008-10-27 thurstonMore refactoring in the layer between backend and frontend.
2008-10-26 thurstonSome more movement of code and data within the layer...
2008-10-26 thurstonSome more refactoring following the elimination of...
2008-10-26 thurstonsome refactoring
2008-10-26 thurstonMore work on the direct connection between frontend...
2008-10-24 thurstonThe rest of the direct-to-backend code. Not tested...
2008-10-08 thurstonGet ragel working again while the direct-to-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-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 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-04-29 thurstonPatch from Evan Phoenix: updated rubinius code generati...
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-07 thurstonImproved include and import file searching errors....
2008-04-06 thurstonInclude and import file searching now searches for...
2008-03-30 thurstonC# patch Daniel Tang.
2008-03-26 thurstonDocs for 6.1.
2008-03-20 thurstonAdded a flag -d for turning off the removal of duplicat...
2008-01-12 thurstonRemoved debug message. Fixed const-correctness.
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-03 thurstonStarted on ChangeLog for 6.0. Improved documentation...
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-06-08 thurstonUpdated documentation for -S and -M.
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-03-14 thurstonImporting moved into the primary scanner. Import statem...
2007-03-13 thurstonMoved scanner class into a new header rlscan.h.
2007-03-12 thurstonIf the main machine is not present then do not emit...
2007-02-06 thurstonUpdated Victor's email address. The frontend parameter...
2007-02-03 thurstonEnabled rlgen-ruby in the top-level makefile. Merged...
2007-02-02 thurstonThe common code is now a library (no more #include...
2007-01-26 thurstonCleanup and removal of globals.
2007-01-24 thurstonEnabled the location printing in the warning function.
2007-01-21 thurstonImport from my private repository. Snapshot after versi...