summaryrefslogtreecommitdiff
path: root/gen.c
Commit message (Expand)AuthorAge
* Created test for reject.John Millaway2002-09-13
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.John Millaway2002-09-13
* Table deserialization works for everything except --fast scanners.John Millaway2002-09-09
* Members of struct yy_trans_info are now forced to be the same size.John Millaway2002-09-07
* Tables are now generated with %option tables-file=FILE.John Millaway2002-09-05
* Tons more work on tables.John Millaway2002-09-05
* Lots of work on tables serialization code.John Millaway2002-09-05
* ran the indent target; commit the resultsWill Estes2002-08-27
* More tabels work.John Millaway2002-08-21
* More work on tables.John Millaway2002-08-21
* Dynamically allocate REJECT state buffer.John Millaway2002-08-20
* Fixed type mismatch in printf.John Millaway2002-08-12
* yylineno check is only performed on rules whose regexs can match a newline.John Millaway2002-07-27
* Made yy_flex_debug non-global in reentrant scanner.John Millaway2002-07-09
* Fixed bug where omission of user section 3 caused unmatched #ifdef's in gener...John Millaway2002-05-23
* Changed 'char[]' to 'const char*' wherever in conflicted with gettext.John Millaway2002-04-19
* 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