projects
/
external
/
ragel.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Don't allow the left machine of <: to escape through the right machine via the
[external/ragel.git]
/
ragel
/
2008-01-11
thurston
Don't allow the left machine of <: to escape through...
tree
|
commitdiff
2008-01-11
thurston
If -M or -S are given and we're not generating a dot...
tree
|
commitdiff
2008-01-11
thurston
Changed -f option to -x.
tree
|
commitdiff
2008-01-05
thurston
Remainder of warnings fixed.
tree
|
commitdiff
2008-01-04
thurston
More warning elimination.
tree
|
commitdiff
2008-01-04
thurston
Eliminated warnings from gcc 4.3 about conversion from...
tree
|
commitdiff
2008-01-03
thurston
Started on ChangeLog for 6.0. Improved documentation...
tree
|
commitdiff
2007-10-24
thurston
One of the ST_* macros collides with a macro in windows.h.
tree
|
commitdiff
2007-10-24
thurston
Dot file generation can now be invoked using the -V...
tree
|
commitdiff
2007-10-24
thurston
Added comment.
tree
|
commitdiff
2007-10-24
thurston
Now spawning child processes on windows.
tree
|
commitdiff
2007-10-24
thurston
Path checks for windows.
tree
|
commitdiff
2007-10-24
thurston
Factored out the the fork+exec.
tree
|
commitdiff
2007-10-24
thurston
Able to build native windows executables using Cygwin...
tree
|
commitdiff
2007-10-24
thurston
Rather than have the frontend process call the backend...
tree
|
commitdiff
2007-10-23
thurston
Check the status of the backend.
tree
|
commitdiff
2007-10-23
thurston
Changed the -l option in rlgen-cd to -L because it...
tree
|
commitdiff
2007-10-23
thurston
Now executing the backend.
tree
|
commitdiff
2007-10-23
thurston
Added name finding for backend executable. If any forwa...
tree
|
commitdiff
2007-10-15
thurston
Go back to 3.X semantics for >, % and error actions...
tree
|
commitdiff
2007-09-28
thurston
EOF actions and targets for processing tokens are now...
tree
|
commitdiff
2007-09-27
thurston
Not yet supporting minimization of states with eof...
tree
|
commitdiff
2007-09-27
thurston
Added the eofTarget to StateAp. This will be used only...
tree
|
commitdiff
2007-09-24
thurston
Added an override for the eof variable.
tree
|
commitdiff
2007-09-15
thurston
Added two new statements: prepush and postpop. These...
tree
|
commitdiff
2007-09-13
thurston
If the condition embedding code runs out of available...
tree
|
commitdiff
2007-08-03
thurston
Updates to TODO and error message.
tree
|
commitdiff
2007-06-20
thurston
Moved cases around.
tree
|
commitdiff
2007-06-14
thurston
The "data" variable can now be overridden using the...
tree
|
commitdiff
2007-06-11
thurston
Adjusted whitespace in xml output.
tree
|
commitdiff
2007-06-10
thurston
Can cleanup the xml code generation and remove the...
tree
|
commitdiff
2007-06-09
thurston
The p varialbe is now set up at the beginning of a...
tree
|
commitdiff
2007-06-09
thurston
Changed the names of the generated scanner actions...
tree
|
commitdiff
2007-06-08
thurston
Put the scanner action generators together.
tree
|
commitdiff
2007-06-08
thurston
Updated documentation for -S and -M.
tree
|
commitdiff
2007-06-08
thurston
Bug fix: when -S or -M was given the ragel version...
tree
|
commitdiff
2007-05-13
thurston
Need to isolate the start state of a scanner before...
tree
|
commitdiff
2007-05-10
thurston
Fixed an inconsistency in the value of p following...
tree
|
commitdiff
2007-04-29
thurston
The alphabet type is now communicated from the frontend...
tree
|
commitdiff
2007-04-29
thurston
The version number is now included in the intermediate...
tree
|
commitdiff
2007-04-29
thurston
Parse errors in the intermediate XML file now cause...
tree
|
commitdiff
2007-04-29
thurston
In the variable statement changed the name "curstate...
tree
|
commitdiff
2007-04-28
thurston
Can now embed the negative sense of a condition.
tree
|
commitdiff
2007-04-27
thurston
A better solution to resolving the - ambiguity: force...
tree
|
commitdiff
2007-04-25
thurston
Bug fix: when fhold was used in scanner pattern actions...
tree
|
commitdiff
2007-04-06
thurston
Added support for Ruby comments and regular expression...
tree
|
commitdiff
2007-04-04
thurston
Use the new import feature of Ragel for bringing in...
tree
|
commitdiff
2007-03-30
thurston
Removed malloc.h includes. This is not a standard heade...
tree
|
commitdiff
2007-03-27
thurston
The cs variable is now always initialized, unless the...
tree
|
commitdiff
2007-03-25
thurston
Some fixes which silence warnings emitted by the micros...
tree
|
commitdiff
2007-03-14
thurston
Updated the manual section on instantiation to reflect...
tree
|
commitdiff
2007-03-14
thurston
Importing moved into the primary scanner. Import statem...
tree
|
commitdiff
2007-03-13
thurston
Started on a scanner for importing definitions.
tree
|
commitdiff
2007-03-13
thurston
Moved scanner class into a new header rlscan.h.
tree
|
commitdiff
2007-03-12
thurston
Silence warnings about definite and/or possible use...
tree
|
commitdiff
2007-03-12
thurston
If the main machine is not present then do not emit...
tree
|
commitdiff
2007-03-12
thurston
All machine instantiations are now implicitly reference...
tree
|
commitdiff
2007-03-11
thurston
In the port from flex to ragel, the Name separator...
tree
|
commitdiff
2007-03-10
thurston
Implemented an export feature, for exporting single...
tree
|
commitdiff
2007-03-10
thurston
When multiple conditions are executed on a single chara...
tree
|
commitdiff
2007-03-09
thurston
Added a new syntax for verbose embeddings. This adds...
tree
|
commitdiff
2007-03-02
thurston
Make use of @datadir@ and @mandir@ in doc/Makefile...
tree
|
commitdiff
2007-03-02
thurston
The Action::numRefs() and RedAction::numRefs() function...
tree
|
commitdiff
2007-03-02
thurston
Added malloc.h includes. From Josef Goettgens.
tree
|
commitdiff
2007-02-11
thurston
Use a single function for both the active flag (now...
tree
|
commitdiff
2007-02-11
thurston
The parserExists function should be called before activ...
tree
|
commitdiff
2007-02-11
thurston
Fixed the segfault which occured when a machine referen...
tree
|
commitdiff
2007-02-10
thurston
Fixed the null dereference and consequential segfault...
tree
|
commitdiff
2007-02-06
thurston
Updated Victor's email address. The frontend parameter...
tree
|
commitdiff
2007-02-04
thurston
The frontend is now responsible for creating the error...
tree
|
commitdiff
2007-02-03
thurston
Fixed error from last commit: The frontend should emit...
tree
|
commitdiff
2007-02-03
thurston
The frontend now does a depth first ordering of states...
tree
|
commitdiff
2007-02-03
thurston
Enabled rlgen-ruby in the top-level makefile. Merged...
tree
|
commitdiff
2007-02-02
thurston
CR characters need to be treated as whitespace.
tree
|
commitdiff
2007-02-02
thurston
The common code is now a library (no more #include...
tree
|
commitdiff
2007-02-01
thurston
Improvements to the handling of write statements in...
tree
|
commitdiff
2007-02-01
thurston
Machine preparation and code generation is now handled...
tree
|
commitdiff
2007-02-01
thurston
Write statements are no longer in ragel_def elements...
tree
|
commitdiff
2007-01-26
thurston
Cleanup and removal of globals.
tree
|
commitdiff
2007-01-25
thurston
Converted to single-line parser specifications where...
tree
|
commitdiff
2007-01-25
thurston
Switched to the latest kelbt syntax. Like Ragel, this...
tree
|
commitdiff
2007-01-24
thurston
Enabled the location printing in the warning function.
tree
|
commitdiff
2007-01-24
thurston
A fix from Matt Mower.
tree
|
commitdiff
2007-01-23
thurston
Some cleanup of comments and error messages.
tree
|
commitdiff
2007-01-22
thurston
Removed the old flex and bison files. Fixed a bug in...
tree
|
commitdiff
2007-01-22
thurston
The range keyword was not functional in 5.16. Wait...
tree
|
commitdiff
2007-01-21
thurston
Import from my private repository. Snapshot after versi...
tree
|
commitdiff