summaryrefslogtreecommitdiff
path: root/gen.c
Commit message (Expand)AuthorAge
* Patch for full file system failure.John Millaway2006-02-14
* patches from manoj via sourceforgeWill Estes2003-05-20
* yylineno is per-buffer in the reentrant scanner.John Millaway2003-03-30
* merge millaway's m4 branch workWill Estes2003-03-25
* Removed yy_current_buffer from the planet.John Millaway2003-02-28
* Fixed trailing slash bug in YY_INPUT macro def.John Millaway2003-01-29
* Fixed bug where YY_G(0) sometimes occurs (created by my previous commit.)John Millaway2002-12-19
* Fixed bug submitted by Bojan Smojver <bojan@rexursive.com> where the use ofJohn Millaway2002-12-17
* Changed int types to flex_intX_t. The build is now broken until typedef's areJohn Millaway2002-11-27
* applied c++ from lilypond folks for std:: reasonsWill Estes2002-10-28
* 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