summaryrefslogtreecommitdiff
path: root/flexdef.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mostly, changes for gettextwlestes2002-03-121-4/+2
* support large flex tables; from debian package maintainerwlestes2002-02-061-2/+4
* more from the same batchwlestes2001-11-141-1/+4
* merge latest batch of millaway's changeswlestes2001-10-171-1/+30
* change copyright/license notices as per Vern's response to Theowlestes2001-06-171-25/+30
* john millaway's reentrancy patchwlestes2001-05-181-0/+3
* remove extraneous rcs keywordswlestes2001-05-031-2/+0
* moved symbol table definitions from flexdef.h into sym.cvern2000-08-211-31/+1
* added dataflush() prototypevern1995-04-201-1/+4
* do_yylinenovern1995-03-201-5/+9
* added yyclassvern1995-03-051-2/+3
* VMS POSIX stuffvern1995-03-041-1/+3
* internationalization aidsvern1995-03-041-2/+7
* better fix for #pragma portability problemvern1995-01-091-16/+7
* comment out Turbo C #pragma'svern1995-01-091-1/+10
* some "const" cleansingvern1995-01-091-16/+17
* for VMS, delete -> removevern1994-12-291-2/+2
* STDC_HEADERS to check for stdlibvern1994-12-031-2/+2
* Brian Madsen's tweaks for Borlandvern1994-11-241-13/+98
* Added do_stdinitvern1994-11-241-2/+3
* config.h, size_tvern1994-11-051-14/+38
* Added "unspecified", globals for %optionvern1993-12-271-6/+14
* Added format_warnvern1993-12-261-1/+2
* Added in_rule, deleted actvscvern1993-12-261-10/+4
* Added <stdlib.h>vern1993-12-201-1/+5
* Use autoconf for string/strings.hvern1993-12-171-11/+10
* alloc routines take unsignedvern1993-12-151-3/+3
* bracket -CF table elementsvern1993-12-151-3/+3
* yy_str*() -> str*()vern1993-12-111-4/+8
* -o optionvern1993-12-111-4/+21
* {min,max,abs} -> {MIN,MAX,ABS}vern1993-12-071-7/+7
* lint tweaksvern1993-12-031-2/+2