summaryrefslogtreecommitdiff
path: root/nfa.c
Commit message (Collapse)AuthorAge
* Replaced sprintf with snprintf everywhere.John Millaway2006-03-22
|
* Changed symbol INFINITE to fix conflict with C math symbol.John Millaway2006-02-14
|
* ran the indent target; commit the resultsWill Estes2002-08-27
|
* More tabels work.John Millaway2002-08-21
|
* yylineno check is only performed on rules whose regexs can match a newline.John Millaway2002-07-27
|
* support large flex tables; from debian package maintainerWill Estes2002-02-06
|
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-17
|
* john millaway's reentrancy patchWill Estes2001-05-18
|
* remove extraneous rcs keywordsWill Estes2001-05-03
|
* internationalization aidsVern Paxson1995-03-04
|
* YY_RULE_SETUPVern Paxson1994-12-03
|
* No YY_USER_ACTION if continued actionVern Paxson1994-07-25
|
* -o optionVern Paxson1993-12-11
|
* {min,max,abs} -> {MIN,MAX,ABS}Vern Paxson1993-12-07
|
* YY_USER_ACTION generated now for each case in action switchVern Paxson1993-12-05
|
* minor lint tweakVern Paxson1993-09-21
|
* nuked static RCS stringVern Paxson1993-09-16
|
* added check_char call in mkstate() to prevent bad xtion charsVern Paxson1993-07-05
|
* Reformatting.Vern Paxson1993-04-14
|
* Added checking for whether rules are usefulVern Paxson1993-02-06
| | | | modified to work with internal "action" array
* 4.4 BSD copyrightVern Paxson1990-06-27
|
* declared void functions as suchVern Paxson1990-05-26
| | | | added prototypes for forward references
* Corrected line numbers for continued actions.Vern Paxson1990-03-20
|
* hack for NUL's.Vern Paxson1990-03-16
|
* Removed redundant test.Vern Paxson1990-01-15
| | | | 2.2 Release.
* removed gratuitous trailing context codeVern Paxson1989-12-30
|
* 2.0.1 betaVern Paxson1989-06-20
|
* Split copyright string. Added check for empty machine in dupmachine().Vern Paxson1989-05-25
|
* Added BSD copyright noticeVern Paxson1989-05-24
|
* changes for variable trailing contextVern Paxson1989-05-19
|
* RCS identVern Paxson1988-05-08
| | | | | | yy_cp, yy_bp support name shortenings assoc_rule support
* changed name from flexnfa.c -> nfa.cVern Paxson1988-04-10
| | | | corrected some typos.
* Beta Release.Vern Paxson1988-02-13
|
* Initial revisionVern Paxson1987-11-08