summaryrefslogtreecommitdiff
path: root/nfa.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced sprintf with snprintf everywhere.john432006-03-221-4/+4
* Changed symbol INFINITE to fix conflict with C math symbol.john432006-02-141-2/+2
* ran the indent target; commit the resultswlestes2002-08-271-296/+277
* More tabels work.millaway2002-08-211-3/+4
* yylineno check is only performed on rules whose regexs can match a newline.millaway2002-07-271-2/+16
* support large flex tables; from debian package maintainerwlestes2002-02-061-1/+1
* change copyright/license notices as per Vern's response to Theowlestes2001-06-171-25/+30
* john millaway's reentrancy patchwlestes2001-05-181-2/+2
* remove extraneous rcs keywordswlestes2001-05-031-2/+0
* internationalization aidsvern1995-03-041-10/+10
* YY_RULE_SETUPvern1994-12-031-3/+3
* No YY_USER_ACTION if continued actionvern1994-07-251-3/+5
* -o optionvern1993-12-111-2/+2
* {min,max,abs} -> {MIN,MAX,ABS}vern1993-12-071-3/+3
* YY_USER_ACTION generated now for each case in action switchvern1993-12-051-1/+7
* minor lint tweakvern1993-09-211-2/+2
* nuked static RCS stringvern1993-09-161-4/+1
* added check_char call in mkstate() to prevent bad xtion charsvern1993-07-051-1/+3
* Reformatting.vern1993-04-141-377/+352
* Added checking for whether rules are usefulvern1993-02-061-10/+20
* 4.4 BSD copyrightvern1990-06-271-24/+20
* declared void functions as suchvern1990-05-261-8/+16
* Corrected line numbers for continued actions.vern1990-03-201-1/+7
* hack for NUL's.vern1990-03-161-2/+3
* Removed redundant test.vern1990-01-151-6/+3
* removed gratuitous trailing context codevern1989-12-301-5/+1
* Beta releasevern1989-06-201-1/+1
* 2.0.1 betavern1989-06-201-2/+2
* Split copyright string. Added check for empty machine in dupmachine().vern1989-05-251-4/+9
* Added BSD copyright noticevern1989-05-241-8/+26
* changes for variable trailing contextvern1989-05-191-60/+163
* RCS identvern1988-05-081-13/+25
* changed name from flexnfa.c -> nfa.cvern1988-04-101-3/+4
* Beta Release.vern1988-02-131-13/+45
* Initial revisionvern1987-11-081-0/+542