summaryrefslogtreecommitdiff
path: root/tables.c
Commit message (Expand)AuthorAgeFilesLines
* prevent unused stuff from being compiled so as to reduce warningswlestes2012-02-041-0/+5
* Casted away signedness to appease -Werror freaks.john432006-04-111-7/+7
* Changed int types to flex_intX_t. The build is now broken until typedef's aremillaway2002-11-271-54/+54
* Added a missing function prototype.millaway2002-10-211-2/+4
* Created test for reject.millaway2002-09-131-3/+3
* Renamed *_fwrite to *_write to reflect writer abstraction.millaway2002-09-121-26/+26
* Table deserialization works for everything except --fast scanners.millaway2002-09-091-3/+0
* Members of struct yy_trans_info are now forced to be the same size.millaway2002-09-071-49/+21
* Added flex_die macro. May need some autoconf massaging.millaway2002-09-051-19/+33
* Tons more work on tables.millaway2002-09-051-42/+178
* Lots of work on tables serialization code.millaway2002-09-051-121/+196
* In-code documentation.millaway2002-09-021-20/+65
* ran the indent target; commit the resultswlestes2002-08-271-19/+32
* More work on tables.millaway2002-08-211-77/+186
* More work on tables code.millaway2002-08-201-26/+60
* Added tables.c and rebuilt dependencies.millaway2002-08-201-0/+100