summaryrefslogtreecommitdiff
path: root/options.c
Commit message (Collapse)AuthorAge
* merge millaway's m4 branch workWill Estes2003-03-25
|
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.John Millaway2002-09-13
| | | | | | | | | | | Added %option bison-bridge (--bison-bridge). Removed %option reentrant-bison/--reentrant-bison/-Rb. Scanner knows the name of its tables. Tables serialization is OK on EOF. yylineno is present in all scanners. Modified nasty performance penalty warning w/ yylineno. test-table-opts is now run last because it's so fat. Updated manual.
* Table deserialization works for everything except --fast scanners.John Millaway2002-09-09
| | | | | | Scanners can auto-verify serialized table integrity via --tables-verify. Added tables API items to TODO list. test-table-opts is becoming exhaustive (a good thing).
* Changed option 'header' to 'header-file'. 'header' still works, though.John Millaway2002-09-05
|
* Tons more work on tables.John Millaway2002-09-05
|
* ran the indent target; commit the resultsWill Estes2002-08-27
|
* Added --tables option.John Millaway2002-08-16
| | | | Omitted tables code from generated scanner when unused.
* address typos in NEWS; add --posix option for ERE parsing the way posix ↵Will Estes2002-06-19
| | | | wants it; update the TODO file
* Changed copyright from Millaway to flex? U.S. Gov't? Regents of U. Cali.? ↵John Millaway2002-04-15
| | | | Paxson?
* Removed CFront 1.2 -specific code from skeleton, because CFront now defines ↵John Millaway2002-03-18
| | | | | | | | | __cplusplus properly. Removed TurboC-specific code from skeleton. Skeleton now includes proper C++ standard headers. Relocated "unistd.h" code after user section 1 to allow user to overrid it. New option "nounistd" to suppress unistd.h from being included.
* more from millawayWill Estes2001-10-23
|
* the last checkin was broken; millaway fixed itWill Estes2001-10-22
|
* merge latest batch of millaway's changesWill Estes2001-10-17