summaryrefslogtreecommitdiff
path: root/tables_shared.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed table deserialization bug on big-endian archs. Patch sent from Bryce ↵millaway2003-01-121-1/+1
| | | | Nichols <bryce@bnichols.org>.
* Changed int types to flex_intX_t. The build is now broken until typedef's aremillaway2002-11-271-15/+15
| | | | established.
* Serialization works in headers (%option headers).millaway2002-09-161-0/+9
| | | | Serialization code (Tables API) is complete.
* Created test for reject.millaway2002-09-131-12/+13
| | | | Handled reject-triggered tables in serialization.
* Table deserialization works for everything except --fast scanners.millaway2002-09-091-0/+6
| | | | | | 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).
* Members of struct yy_trans_info are now forced to be the same size.millaway2002-09-071-44/+72
| | | | | | Added shared file tables_shared.c. Separated tables.h from flexdef.h Bulk of table deserialization code is done.
* Lots of work on tables serialization code.millaway2002-09-051-15/+17
|
* ran the indent target; commit the resultswlestes2002-08-271-35/+30
|
* More work on tables.millaway2002-08-211-3/+3
|
* More work on tables serialization.millaway2002-08-191-0/+103