summaryrefslogtreecommitdiff
path: root/tblcmp.c
Commit message (Collapse)AuthorAge
* ran the indent target; commit the resultsWill Estes2002-08-27
|
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-17
|
* remove extraneous rcs keywordsWill Estes2001-05-03
|
* size_t tweaksVern Paxson1994-11-05
|
* {min,max,abs} -> {MIN,MAX,ABS}Vern Paxson1993-12-07
|
* nuked static RCS stringVern Paxson1993-09-16
|
* Some comment fixes as per WilhelmsVern Paxson1993-07-05
|
* Reformatting.Vern Paxson1993-04-14
|
* Fixed a bunch of fencepost errors in increasing tables.Vern Paxson1993-02-06
|
* 4.4 BSD copyrightVern Paxson1990-06-27
|
* declared void functions as suchVern Paxson1990-05-26
| | | | added prototypes for forward references
* Minor tweaks for NUL's.Vern Paxson1990-03-16
|
* Tweaks for NUL chars.Vern Paxson1990-03-14
|
* 8-bit char support.Vern Paxson1990-01-15
| | | | 2.2 Release.
* Split copyright string into two to avoid tempting fate with \<newline>Vern Paxson1989-05-25
| | | | sequences ...
* added BSD copyright noticeVern Paxson1989-05-24
|
* moved table generation code to gen.cVern Paxson1989-05-19
| | | | moved ntod() to dfa.c
* RCS headerVern Paxson1988-05-08
| | | | | | | | | | | | | MAX_XTIONS_FOR_FULL_INTERIOR_FIT -> MAX_XTIONS_FULL_INTERIOR_FIT made back-tracking accepting number be one greater than the last legit accepting number, instead of 0. This way, end-of-buffer can take 0 and no negative accepting numbers are needed. added genftbl() changed last ftl references to C added check for UNSIGNED_CHAR's added back-track logic to make_tables() added checking and report for backtracking fixed fence-post error with onesp stack pointer
* removed minor lint fluffVern Paxson1988-04-10
|
* Changed name from flexcmp.c -> tblcmp.cVern Paxson1988-04-10
| | | | | fixed misc. typos made generating ec tables be a routine
* Beta Release.Vern Paxson1988-02-13
|
* Initial revisionVern Paxson1987-11-08