summaryrefslogtreecommitdiff
path: root/flexdef.h
Commit message (Collapse)AuthorAge
* Changed symbol INFINITE to fix conflict with C math symbol.John Millaway2006-02-14
|
* Renamed some internal variables.John Millaway2003-04-01
|
* Added %top block syntax.John Millaway2003-03-27
| | | | | Added test for %top block. Documented %top block.
* check for sys/wait.h since we use wait(2)Will Estes2003-03-26
|
* reorder include directives so as to catch system integer types before flex ↵Will Estes2003-03-26
| | | | defined values for same
* merge millaway's m4 branch workWill Estes2003-03-25
|
* Added utility functions to deal with character case.John Millaway2002-12-16
|
* apparently on some BSD systems, we need sys/params.h; reported by millawayWill Estes2002-11-23
|
* redo integral types again; add flexint.h; change dependencies caused by ↵Will Estes2002-10-10
| | | | adding flexint.h; remove autoconf wrapper around cunistd; restore netinet/in.h includes; remove unneded feature checks in configure.in
* current swipe at header magic; int types be damnedWill Estes2002-10-08
|
* ok, here goes; try to handle integral typedefs in one swell foopWill Estes2002-10-07
|
* remove include of malloc.hWill Estes2002-10-07
|
* 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).
* test for presence of __func__ and compensate if absentWill Estes2002-09-09
|
* Members of struct yy_trans_info are now forced to be the same size.John Millaway2002-09-07
| | | | | | Added shared file tables_shared.c. Separated tables.h from flexdef.h Bulk of table deserialization code is done.
* Added flex_die macro. May need some autoconf massaging.John Millaway2002-09-05
| | | | Added thorough error checking in tables code.
* Tons more work on tables.John Millaway2002-09-05
|
* Lots of work on tables serialization code.John Millaway2002-09-05
|
* Forgot to indent before previous commit.John Millaway2002-09-02
|
* Added known integer limits if undefined.John Millaway2002-09-02
|
* #include fixes; we've factored out all the system include files and put them ↵Will Estes2002-08-29
| | | | in flexdef.h
* ran the indent target; commit the resultsWill Estes2002-08-27
|
* do some more conditional including for folks without standard systemsWill Estes2002-08-22
|
* More work on tables.John Millaway2002-08-21
|
* More work on tables serialization.John Millaway2002-08-19
|
* Start conditions now optional in header.John Millaway2002-08-17
| | | | | undef's now optional in header. Start conditions are NOT prefixed.
* Added --tables option.John Millaway2002-08-16
| | | | Omitted tables code from generated scanner when unused.
* Start condition prefixes attempts to adjust to user preferences.John Millaway2002-08-14
|
* Omit user code and tables from generated header file.John Millaway2002-08-13
|
* yylineno check is only performed on rules whose regexs can match a newline.John Millaway2002-07-27
|
* Replaced obsolete macros in configure.in.John Millaway2002-07-09
| | | | | Modified create-test to handle the above changes in configure.in. Added support for <stdbool.h>.
* address typos in NEWS; add --posix option for ERE parsing the way posix ↵Will Estes2002-06-19
| | | | wants it; update the TODO file
* chomp'd lines when reading external skel file.John Millaway2002-05-10
|
* Applied 'const' to a few more char*, where appropriate.John Millaway2002-04-19
|
* Changed 'char[]' to 'const char*' wherever in conflicted with gettext.John Millaway2002-04-19
|
* defined FLEX_EXIT macro to call longjmp on errors.John Millaway2002-04-13
|
* mostly, changes for gettextWill Estes2002-03-12
|
* support large flex tables; from debian package maintainerWill Estes2002-02-06
|
* more from the same batchWill Estes2001-11-14
|
* merge latest batch of millaway's changesWill Estes2001-10-17
|
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-17
|
* john millaway's reentrancy patchWill Estes2001-05-18
|
* remove extraneous rcs keywordsWill Estes2001-05-03
|
* moved symbol table definitions from flexdef.h into sym.cVern Paxson2000-08-21
|
* added dataflush() prototypeVern Paxson1995-04-20
|
* do_yylinenoVern Paxson1995-03-20
| | | | MARKER_DIFFERENCE depends on MAXIMUM_MNS
* added yyclassVern Paxson1995-03-05
|
* VMS POSIX stuffVern Paxson1995-03-04
|
* internationalization aidsVern Paxson1995-03-04
|