summaryrefslogtreecommitdiff
path: root/gen.c
Commit message (Expand)AuthorAge
* fix interrupted reads and freads; from the debian package maintainerWill Estes2002-02-06
* millaway simplified the reentrant api; here's the resultWill Estes2001-10-26
* phew, millaway's latest batchWill Estes2001-10-22
* change some int types to size_t as per FreeBSD 28364 from avn@any.ruWill Estes2001-06-24
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-17
* commit john millaway's YY_G wrapper correctionsWill Estes2001-05-27
* complete john millaway's reentrant patchWill Estes2001-05-21
* john millaway's reentrancy patchWill Estes2001-05-18
* remove extraneous rcs keywordsWill Estes2001-05-03
* bug fix for yymore()/yylineno interactionVern Paxson1996-10-11
* fixed memory leakVern Paxson1996-10-11
* yymore + %array tweaksVern Paxson1996-05-25
* don't stack states on NUL-transitions that are jamsVern Paxson1995-12-18
* const -> yyconstVern Paxson1995-04-20
* fixed bug in needing yy_cp for -Cf w/ backing upVern Paxson1995-04-20
* fixed lint problem with declaring yy_cp unnecessarilyVern Paxson1995-03-27
* read up to newline for interactive reads, rather than one charVern Paxson1995-03-20
* added do_yylinenoVern Paxson1995-03-18
* yy_flex_debug extern only if not C++Vern Paxson1995-03-05
* internationalization aidsVern Paxson1995-03-04
* 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