projects
/
external
/
ragel.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added name finding for backend executable. If any forward slash is found in
2007-10-23
thurston
Added name finding for backend executable. If any forward...
commit
|
commitdiff
|
tree
2007-10-22
thurston
The 'write eof' statement no longer exists.
commit
|
commitdiff
|
tree
2007-10-22
thurston
Added description of eof variable. Updated description...
commit
|
commitdiff
|
tree
2007-10-22
thurston
Updated the description of error actions to reflect...
commit
|
commitdiff
|
tree
2007-10-22
thurston
Updated documentation for pending out actions: noted...
commit
|
commitdiff
|
tree
2007-10-21
thurston
Updated description of the entering action operator...
commit
|
commitdiff
|
tree
2007-10-18
thurston
Improvements to intro and layout in state embedding...
commit
|
commitdiff
|
tree
2007-10-18
thurston
These examples need the eof pointer now that >, % and...
commit
|
commitdiff
|
tree
2007-10-15
thurston
Go back to 3.X semantics for >, % and error actions...
commit
|
commitdiff
|
tree
2007-10-15
thurston
Added an item.
commit
|
commitdiff
|
tree
2007-10-03
thurston
Formatting fix.
commit
|
commitdiff
|
tree
2007-10-03
thurston
Did gotos faked with if statements and execution of...
commit
|
commitdiff
|
tree
2007-10-03
thurston
Gotos faked with if statements and execution of EOF...
commit
|
commitdiff
|
tree
2007-10-03
thurston
Emulating gotos using a series of if tests. Eof transitions...
commit
|
commitdiff
|
tree
2007-09-30
thurston
Need to record when the out label is used.
commit
|
commitdiff
|
tree
2007-09-30
thurston
Updated examples for the first of the 6.0 changes:...
commit
|
commitdiff
|
tree
2007-09-29
thurston
Scanner EOF transitions are now taken in Java code...
commit
|
commitdiff
|
tree
2007-09-28
thurston
Scanner EOF transitions are now taken (C/D code only).
commit
|
commitdiff
|
tree
2007-09-28
thurston
EOF actions and targets for processing tokens are now...
commit
|
commitdiff
|
tree
2007-09-27
thurston
Not yet supporting minimization of states with eof...
commit
|
commitdiff
|
tree
2007-09-27
thurston
Added the eofTarget to StateAp. This will be used only...
commit
|
commitdiff
|
tree
2007-09-24
thurston
Removed the write eof command.
commit
|
commitdiff
|
tree
2007-09-24
thurston
Added an override for the eof variable.
commit
|
commitdiff
|
tree
2007-09-24
thurston
Introcuded the "eof" variable for indicating the end...
commit
|
commitdiff
|
tree
2007-09-24
thurston
Added missing include.
commit
|
commitdiff
|
tree
2007-09-23
thurston
Remove the 'noend' write option. This example is referenced...
commit
|
commitdiff
|
tree
2007-09-16
thurston
Documentation for version 5.24.
commit
|
commitdiff
|
tree
2007-09-16
thurston
Added documentation for prepush and postpop.
commit
|
commitdiff
|
tree
2007-09-15
thurston
Added two new statements: prepush and postpop. These...
commit
|
commitdiff
|
tree
2007-09-14
thurston
Removed non-issue.
commit
|
commitdiff
|
tree
2007-09-13
thurston
If the condition embedding code runs out of available...
commit
|
commitdiff
|
tree
2007-09-13
thurston
The first example that appears in the manual uses the...
commit
|
commitdiff
|
tree
2007-09-06
thurston
Patch from Victor Hugo Borja <vic@rubyforge.org>
commit
|
commitdiff
|
tree
2007-09-06
thurston
Added some notes on the fixed size stack issue.
commit
|
commitdiff
|
tree
2007-08-08
thurston
Should be crediting Arbor.
commit
|
commitdiff
|
tree
2007-08-07
thurston
Added item.
commit
|
commitdiff
|
tree
2007-08-03
thurston
Updates to TODO and error message.
commit
|
commitdiff
|
tree
2007-07-24
thurston
Documentation for 5.23.
commit
|
commitdiff
|
tree
2007-07-23
thurston
removed done item
commit
|
commitdiff
|
tree
2007-07-23
thurston
Grammar fixes: changing "which" to "that" where appropriate.
commit
|
commitdiff
|
tree
2007-07-22
thurston
Renaming "Entering Actions" to "Starting Actions."
commit
|
commitdiff
|
tree
2007-07-20
thurston
added an item.
commit
|
commitdiff
|
tree
2007-07-11
thurston
Added an item.
commit
|
commitdiff
|
tree
2007-07-06
thurston
Added item to look into.
commit
|
commitdiff
|
tree
2007-06-24
thurston
Remainder of formatting changes.
commit
|
commitdiff
|
tree
2007-06-23
thurston
Formatting updates.
commit
|
commitdiff
|
tree
2007-06-22
thurston
Improved the error message given when there is a write...
commit
|
commitdiff
|
tree
2007-06-21
thurston
Added a section on recursion.
commit
|
commitdiff
|
tree
2007-06-20
thurston
Moved cases around.
commit
|
commitdiff
|
tree
2007-06-20
thurston
Updates to "machine instantiation", "write init" and...
commit
|
commitdiff
|
tree
2007-06-20
thurston
Removed references to rlcodegen.
commit
|
commitdiff
|
tree
2007-06-19
thurston
More formatting changes.
commit
|
commitdiff
|
tree
2007-06-19
thurston
Started reworking formatting.
commit
|
commitdiff
|
tree
2007-06-19
thurston
Eliminated the use callcc as an alternative to goto...
commit
|
commitdiff
|
tree
2007-06-15
thurston
5.22 date wrong in changelog, fixed.
commit
|
commitdiff
|
tree
2007-06-14
thurston
Updates for release 5.22.
commit
|
commitdiff
|
tree
2007-06-14
thurston
Added variable statement to man page.
commit
|
commitdiff
|
tree
2007-06-14
thurston
Note on the data variable for ruby and java code.
commit
|
commitdiff
|
tree
2007-06-14
thurston
The "data" variable can now be overridden using the...
commit
|
commitdiff
|
tree
2007-06-12
thurston
Added an item.
commit
|
commitdiff
|
tree
2007-06-11
thurston
Adjusted whitespace in xml output.
commit
|
commitdiff
|
tree
2007-06-10
thurston
Documentation updates.
commit
|
commitdiff
|
tree
2007-06-10
thurston
Can cleanup the xml code generation and remove the...
commit
|
commitdiff
|
tree
2007-06-09
thurston
The p varialbe is now set up at the beginning of a...
commit
|
commitdiff
|
tree
2007-06-09
thurston
Changed the names of the generated scanner actions...
commit
|
commitdiff
|
tree
2007-06-09
thurston
Use the variable feature for pullscan.
commit
|
commitdiff
|
tree
2007-06-08
thurston
Include the offset of p in the test.
commit
|
commitdiff
|
tree
2007-06-08
thurston
Put the scanner action generators together.
commit
|
commitdiff
|
tree
2007-06-08
thurston
Updated documentation for -S and -M.
commit
|
commitdiff
|
tree
2007-06-08
thurston
Bug fix: when -S or -M was given the ragel version...
commit
|
commitdiff
|
tree
2007-05-13
thurston
Need to isolate the start state of a scanner before...
commit
|
commitdiff
|
tree
2007-05-10
thurston
Version 5.21.
commit
|
commitdiff
|
tree
2007-05-10
thurston
Typo fixes from Barry Arthur.
commit
|
commitdiff
|
tree
2007-05-10
thurston
Updated copyright date and added Java and Ruby to the...
commit
|
commitdiff
|
tree
2007-05-10
thurston
Fixed an inconsistency in the value of p following...
commit
|
commitdiff
|
tree
2007-05-10
thurston
Added an item.
commit
|
commitdiff
|
tree
2007-05-09
thurston
Renamed errintrans.rl -> erract6.rl.
commit
|
commitdiff
|
tree
2007-05-09
thurston
Added new sections (import/export/variable) and expanded...
commit
|
commitdiff
|
tree
2007-05-09
thurston
Notes for version 5.21.
commit
|
commitdiff
|
tree
2007-04-29
thurston
The alphabet type is now communicated from the frontend...
commit
|
commitdiff
|
tree
2007-04-29
thurston
Casting from an array to a pointer is not legal d code.
commit
|
commitdiff
|
tree
2007-04-29
thurston
Added Victor Hugo Borja.
commit
|
commitdiff
|
tree
2007-04-29
thurston
The version number is now included in the intermediate...
commit
|
commitdiff
|
tree
2007-04-29
thurston
Parse errors in the intermediate XML file now cause...
commit
|
commitdiff
|
tree
2007-04-29
thurston
The "curstate" argument to the variable statement has...
commit
|
commitdiff
|
tree
2007-04-29
thurston
In the variable statement changed the name "curstate...
commit
|
commitdiff
|
tree
2007-04-28
thurston
Added a language-independent test case for the negative...
commit
|
commitdiff
|
tree
2007-04-28
thurston
Can now embed the negative sense of a condition.
commit
|
commitdiff
|
tree
2007-04-28
thurston
Fixed bugs in the binary searching for condition keys...
commit
|
commitdiff
|
tree
2007-04-28
thurston
Work on the state action embedding operator section.
commit
|
commitdiff
|
tree
2007-04-27
thurston
A better solution to resolving the - ambiguity: force...
commit
|
commitdiff
|
tree
2007-04-25
thurston
Fixed typos from from Josh Purinton. Made a few other...
commit
|
commitdiff
|
tree
2007-04-25
thurston
Bug fix: when fhold was used in scanner pattern actions...
commit
|
commitdiff
|
tree
2007-04-25
thurston
Improved the message for 5.16.
commit
|
commitdiff
|
tree
2007-04-25
thurston
Removed unused variable.
commit
|
commitdiff
|
tree
2007-04-24
thurston
Implemented sortByStateId which is called for table...
commit
|
commitdiff
|
tree
2007-04-07
thurston
Added an item.
commit
|
commitdiff
|
tree
2007-04-07
thurston
Slight reorganization for 5.20 notes.
commit
|
commitdiff
|
tree
2007-04-07
thurston
Documentation for 5.20.
commit
|
commitdiff
|
tree
2007-04-07
thurston
Added a language-independent test based on cppscan3...
commit
|
commitdiff
|
tree
next