summaryrefslogtreecommitdiff
path: root/flexdef.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded tracking of line/column output; patch from Tim Landsheet scfc_dewlestes2012-03-021-3/+1
* speed up things for complex inputs; resolves #2891390wlestes2012-02-171-4/+4
* check for regex.h; resolves bug #2337486wlestes2008-12-281-0/+2
* Introduce %option extra-type="your_type *" (resolves bug #1744505).sodabrew2007-09-101-1/+1
* refactor and slightly redo alloca testing, resolves bug #1675899wlestes2007-04-131-1/+16
* Added ccl union operator.john432006-03-281-0/+1
* Removed global variable caseins.john432006-03-271-6/+4
* Added configure check for assert.h.john432006-03-271-2/+28
* Added set difference operator {-} for character classes.john432006-03-221-0/+1
* Fixed escape in actions.john432006-03-211-1/+1
* Reverted previous input filter changes.john432006-03-211-1/+1
* Moved set_input_file to different file.john432006-03-211-1/+1
* Relaxed tests for __STDC__ and __STDC_VERSION__ to cope with bugs in GCC and ...john432006-03-211-1/+1
* Changed symbol INFINITE to fix conflict with C math symbol.john432006-02-141-1/+1
* Renamed some internal variables.flex-2-5-30millaway2003-04-011-3/+3
* Added %top block syntax.millaway2003-03-271-11/+6
* check for sys/wait.h since we use wait(2)wlestes2003-03-261-0/+3
* reorder include directives so as to catch system integer types before flex de...wlestes2003-03-261-17/+14
* merge millaway's m4 branch workwlestes2003-03-251-3/+58
* Added utility functions to deal with character case.millaway2002-12-161-0/+23
* apparently on some BSD systems, we need sys/params.h; reported by millawaywlestes2002-11-231-0/+3
* redo integral types again; add flexint.h; change dependencies caused by addin...wlestes2002-10-101-6/+5
* current swipe at header magic; int types be damnedwlestes2002-10-081-5/+4
* ok, here goes; try to handle integral typedefs in one swell foopwlestes2002-10-071-64/+1
* remove include of malloc.hwlestes2002-10-071-3/+0
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.millaway2002-09-131-2/+2
* Table deserialization works for everything except --fast scanners.millaway2002-09-091-0/+4
* test for presence of __func__ and compensate if absentwlestes2002-09-091-0/+11
* Members of struct yy_trans_info are now forced to be the same size.millaway2002-09-071-32/+0
* Added flex_die macro. May need some autoconf massaging.millaway2002-09-051-0/+10
* Tons more work on tables.millaway2002-09-051-10/+27
* Lots of work on tables serialization code.millaway2002-09-051-1/+1
* Forgot to indent before previous commit.millaway2002-09-021-14/+12
* Added known integer limits if undefined.millaway2002-09-021-0/+31
* #include fixes; we've factored out all the system include files and put them ...wlestes2002-08-291-13/+48
* ran the indent target; commit the resultswlestes2002-08-271-150/+159
* do some more conditional including for folks without standard systemswlestes2002-08-221-13/+3
* More work on tables.millaway2002-08-211-1/+4
* More work on tables serialization.millaway2002-08-191-0/+7
* Start conditions now optional in header.millaway2002-08-171-12/+0
* Added --tables option.millaway2002-08-161-0/+10
* Start condition prefixes attempts to adjust to user preferences.millaway2002-08-141-0/+12
* Omit user code and tables from generated header file.millaway2002-08-131-2/+2
* yylineno check is only performed on rules whose regexs can match a newline.millaway2002-07-271-1/+12
* Replaced obsolete macros in configure.in.millaway2002-07-091-1/+6
* address typos in NEWS; add --posix option for ERE parsing the way posix wants...wlestes2002-06-191-1/+2
* chomp'd lines when reading external skel file.millaway2002-05-101-0/+3
* Applied 'const' to a few more char*, where appropriate.millaway2002-04-191-1/+1
* Changed 'char[]' to 'const char*' wherever in conflicted with gettext.millaway2002-04-191-29/+29
* defined FLEX_EXIT macro to call longjmp on errors.millaway2002-04-131-0/+5