summaryrefslogtreecommitdiff
path: root/dfa.c
Commit message (Collapse)AuthorAge
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-17
|
* remove extraneous rcs keywordsWill Estes2001-05-03
|
* fixed underallocation for accsetVern Paxson2000-08-21
|
* const -> yyconstVern Paxson1995-04-20
|
* {}'s around full-table initializationsVern Paxson1995-03-27
|
* internationalization aidsVern Paxson1995-03-04
|
* fixed bug with caseins but not ecsVern Paxson1994-12-03
|
* Brian Madsen's tweaks for BorlandVern Paxson1994-11-24
|
* yy_flex_XXX -> flex_XXXVern Paxson1993-12-17
|
* Bug fix for -CFVern Paxson1993-12-15
|
* -o optionVern Paxson1993-12-11
|
* Initialize dfaacc[0] for -CF representationVern Paxson1993-12-11
| | | | Fixed minor memory leak
* {min,max,abs} -> {MIN,MAX,ABS}Vern Paxson1993-12-07
|
* -a -> -CaVern Paxson1993-11-28
|
* Added -a option for long-align.Vern Paxson1993-10-02
|
* nuked static RCS stringVern Paxson1993-09-16
|
* yy_nxt table should be "const"Vern Paxson1993-08-25
|
* "backtracking" -> "backing up"Vern Paxson1993-08-24
|
* Wilhems bug fixes.Vern Paxson1993-07-05
|
* Got rid of code needed for %tVern Paxson1993-06-12
|
* Reformatting.Vern Paxson1993-04-14
|
* Added keeping track of which rules are usefulVern Paxson1993-02-06
| | | | fixed a fencepost error in checking for scanners that require -8
* 4.4 BSD copyrightVern Paxson1990-06-27
|
* prototypes for forward referencesVern Paxson1990-05-26
| | | | declared void functions as such
* "associated rules" changed to "associated rule line numbers".Vern Paxson1990-03-20
|
* -8 tweaks.Vern Paxson1990-03-20
|
* more thrashing around with NUL'sVern Paxson1990-03-16
|
* Tweaks for NUL chars.Vern Paxson1990-03-14
|
* %t hacks.Vern Paxson1990-01-15
| | | | | minor cosmetics. 2.2 Relase.
* Split copyright string into two to avoid tempting fate with \<newline>Vern Paxson1989-05-25
| | | | sequences ...
* added BSD copyright noticeVern Paxson1989-05-24
|
* added backtrack reportVern Paxson1989-05-19
| | | | | added checking for dangerous trailing context considerable minor cleanup
* added ntod()Vern Paxson1988-11-25
|
* added RCS idVern Paxson1988-05-08
| | | | | | | | added check_for_backtracking() added dump_associated_rules() added dump_transitions() shortened reallocate_integer_pointer_array to reallocate_int_ptr_array removed some dfaacc_{state,set} abuses
* changed name from flexdfa.c to dfa.cVern Paxson1988-04-10
|
* Beta Release.Vern Paxson1988-02-13
|
* Initial revisionVern Paxson1987-11-08