summaryrefslogtreecommitdiff
path: root/gen.c
Commit message (Expand)AuthorAge
* Added YY_NUM_RULESVern Paxson1995-01-09
* formattingVern Paxson1994-12-15
* fixed bug in adjusting yytext before backing upVern Paxson1994-12-15
* input() maintains BOLVern Paxson1994-12-06
* use cerr for C++ diagnosticsVern Paxson1994-12-04
* BOL changesVern Paxson1994-12-03
* Brian Madsen's tweaks for BorlandVern Paxson1994-11-24
* Fixed fencepost in call to yy_flex_strncpyVern Paxson1994-08-03
* Bug fix for matching NUL's at end of token when interactive.Vern Paxson1994-07-25
* yy_str*() -> str*()Vern Paxson1993-12-11
* -o optionVern Paxson1993-12-11
* lint tweakVern Paxson1993-12-11
* is_interactive -> yy_is_interactiveVern Paxson1993-12-11
* Updated comment regarding 0-based vs. 1-based arrays for -CF.Vern Paxson1993-12-11
* Fixed bug in interactive reads where char is unsignedVern Paxson1993-12-09
* Fixed nasty 8-bit bugsVern Paxson1993-12-07
* {min,max,abs} -> {MIN,MAX,ABS}Vern Paxson1993-12-07
* lint tweaksVern Paxson1993-12-03
* Use yy_strXXX() routines instead of <string.h>Vern Paxson1993-12-02
* Fixed nasty bug in short/long decl decisionVern Paxson1993-11-30
* Fixed YYLMAX headachesVern Paxson1993-11-29
* Fixed to buffer section 1 definitionsVern Paxson1993-11-29
* -l lex compatibility flagVern Paxson1993-11-26
* Cleaner definition for yymore()Vern Paxson1993-11-20
* Got rid of (char *) casts of yytext, no longer needed.Vern Paxson1993-10-03
* Minimized use of YY_CHARVern Paxson1993-10-03
* Added -a option for long-align.Vern Paxson1993-10-02
* Added start condition to EOF trace outputVern Paxson1993-09-21
* nuked static RCS stringVern Paxson1993-09-16
* yy_state_type declared earlier.Vern Paxson1993-08-25
* "backtracking" -> "backing up"Vern Paxson1993-08-24
* Fixed some reallocation bugs, etc. as per WilhelmsVern Paxson1993-07-05
* Reformatting.Vern Paxson1993-04-14
* Added %array supportVern Paxson1993-04-05
* Bug/lint fixesVern Paxson1993-02-06
* Fixed out-of-bounds access bug; patch #7 for release 2.3Vern Paxson1991-03-28
* fixed missing "rule_type" entry for end-of-buffer actionVern Paxson1990-10-23
* Fixed yymore() but in not resetting yy_more_lenVern Paxson1990-08-29
* 4.4 BSD copyrightVern Paxson1990-06-27
* prototypes for forward referencesVern Paxson1990-05-26
* Changed generation of archaic "continue" to "goto yy_find_action"Vern Paxson1990-03-30
* full support for -dVern Paxson1990-03-20
* NUL's.Vern Paxson1990-03-16
* Tweaks for NUL chars.Vern Paxson1990-03-14
* Restored EOB accepting list for REJECT.Vern Paxson1990-01-16
* Removed unused EOB_accepting_list array.Vern Paxson1990-01-15
* Bug in -F table generation fixed.Vern Paxson1990-01-15
* 2.0.1 betaVern Paxson1989-06-20
* fixsed bug with -I and backtrackingVern Paxson1989-05-25
* Split copyright string into two to avoid tempting fate with \<newline>Vern Paxson1989-05-25