summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* automated conversion of svn:ignore properties to .gitignore files on tags/rag...ragel-5.18Adrian Thurston2012-04-2811-0/+131
* automated commit of ragel release version 5.18Adrian Thurston2007-02-140-0/+0
* Some additional fixes before release.Adrian Thurston2007-02-143-5/+9
* Enlarged the graphics. Improved the priority section and the lookahead section.Adrian Thurston2007-02-141-57/+78
* Discontinuing ragel.spec. It is more appropriate for this to be written byAdrian Thurston2007-02-133-61/+2
* Updated the ChangeLog for 5.18.Adrian Thurston2007-02-132-13/+30
* Added an item.Adrian Thurston2007-02-131-0/+4
* The code generators now exit immediately if the language is not correct. WriteAdrian Thurston2007-02-136-4/+19
* Updated the help and version information in the backend programs. Also updatedAdrian Thurston2007-02-1311-33/+244
* The rlcodegen executable was changed to rlgen-cd.Adrian Thurston2007-02-1213-20/+20
* Moved rlcodegen to rlgen-cd.Adrian Thurston2007-02-1226-4/+359
* Split dotfile generation out into its own executable.Adrian Thurston2007-02-1211-102/+427
* Fixed error in ruby code generation which crept in during the last change.Adrian Thurston2007-02-122-4/+3
* Same patch as previous revision, except for Ruby: KEY() should be returning aAdrian Thurston2007-02-112-27/+39
* KEY() should be returning a string, allowing it to be interpreted. ARRAY_ITEM()Adrian Thurston2007-02-112-28/+40
* We have gone back to supporting all alphtypes. We don't need to force the byteAdrian Thurston2007-02-113-15/+1
* Use a single function for both the active flag (now called ignoreSection) andAdrian Thurston2007-02-111-18/+21
* The parserExists function should be called before active is checked.Adrian Thurston2007-02-111-4/+5
* When displaying printables in graphviz output, print 32 as SP.Adrian Thurston2007-02-111-11/+12
* New array generation for Java. For a single array a series of initializationAdrian Thurston2007-02-112-152/+83
* Fixed the segfault which occured when a machine reference failed.Adrian Thurston2007-02-112-7/+6
* Added a couple items.Adrian Thurston2007-02-101-0/+8
* Fixed the null dereference and consequential segfault which occurred whenAdrian Thurston2007-02-102-18/+17
* Make control codes with escape sequences into printable characters. From ArneAdrian Thurston2007-02-092-1/+25
* Removed a completed item.Adrian Thurston2007-02-091-3/+0
* Updated to the latest aapl. This completely eliminates the shallowCopyAdrian Thurston2007-02-084-109/+19
* Updated an item.Adrian Thurston2007-02-081-2/+2
* Added missing write init.Adrian Thurston2007-02-061-6/+8
* Added an item.Adrian Thurston2007-02-061-0/+2
* Added a ruby test: atoi3.rl and adapted the test harness to build and run rubyAdrian Thurston2007-02-065-8/+153
* Added an item.Adrian Thurston2007-02-061-0/+3
* Updated Victor's email address. The frontend parameter check must accept -R.Adrian Thurston2007-02-067-18/+15
* Some fixes and cleanup. Some basic tests appear to work.Adrian Thurston2007-02-061-42/+5
* Some documentation updates for 5.18. The recursive rules in the makefile canAdrian Thurston2007-02-055-17/+36
* The reference to the act variable in the scanner switch was not done withAdrian Thurston2007-02-053-3/+3
* Now that static data is also const, there is no need to eliminate the error andAdrian Thurston2007-02-051-1/+1
* The writeStatement function is now part of CodeGenData.Adrian Thurston2007-02-0511-279/+121
* The conversion from the string language type which comes in from the XML fileAdrian Thurston2007-02-049-57/+99
* Some cleanup of code. These functions are not needed in Java and Ruby codeAdrian Thurston2007-02-044-84/+8
* Movement of common classes and code to common.a.Adrian Thurston2007-02-048-314/+95
* Disabled the setting of state ids in the backend to go live with the equivalentAdrian Thurston2007-02-046-34/+26
* Complete transition list building must be avoided for the error state.Adrian Thurston2007-02-041-0/+6
* The frontend is now responsible for creating the error state, if needed. TheAdrian Thurston2007-02-0411-20/+116
* Java and Ruby code generators don't need to switch on the language to choose aAdrian Thurston2007-02-042-18/+4
* Fixed error from last commit: The frontend should emit states with numbersAdrian Thurston2007-02-034-1/+16
* The frontend now does a depth first ordering of states and then sorts statesAdrian Thurston2007-02-035-15/+87
* Enabled rlgen-ruby in the top-level makefile. Merged the remaining parts of theAdrian Thurston2007-02-035-2/+19
* Merged in Ruby code generator from Victor Hugo Borja. Started with a copy ofAdrian Thurston2007-02-038-3/+2260
* Updated version information in the both backend programs. Removed outputFormatAdrian Thurston2007-02-034-190/+63
* CR characters need to be treated as whitespace.Adrian Thurston2007-02-021-3/+4