summaryrefslogtreecommitdiff
path: root/flexdef.h
Commit message (Expand)AuthorAge
* Introduce %option extra-type="your_type *" (resolves bug #1744505).Aaron Stone2007-09-10
* refactor and slightly redo alloca testing, resolves bug #1675899Will Estes2007-04-13
* Added ccl union operator.John Millaway2006-03-28
* Removed global variable caseins.John Millaway2006-03-27
* Added configure check for assert.h.John Millaway2006-03-27
* Added set difference operator {-} for character classes.John Millaway2006-03-22
* Fixed escape in actions.John Millaway2006-03-21
* Reverted previous input filter changes.John Millaway2006-03-21
* Moved set_input_file to different file.John Millaway2006-03-21
* Relaxed tests for __STDC__ and __STDC_VERSION__ to cope with bugs in GCC and ...John Millaway2006-03-21
* 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
* 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 de...Will Estes2003-03-26
* 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 addin...Will Estes2002-10-10
* 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
* Table deserialization works for everything except --fast scanners.John Millaway2002-09-09
* 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 flex_die macro. May need some autoconf massaging.John Millaway2002-09-05
* 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
* 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
* Added --tables option.John Millaway2002-08-16
* 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
* address typos in NEWS; add --posix option for ERE parsing the way posix wants...Will Estes2002-06-19
* 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