summaryrefslogtreecommitdiff
path: root/gen.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug where YY_G(0) sometimes occurs (created by my previous commit.)John Millaway2002-12-191-3/+3
* Fixed bug submitted by Bojan Smojver <bojan@rexursive.com> where the use ofJohn Millaway2002-12-171-1/+1
* Changed int types to flex_intX_t. The build is now broken until typedef's areJohn Millaway2002-11-271-45/+45
* applied c++ from lilypond folks for std:: reasonsWill Estes2002-10-281-5/+5
* Created test for reject.John Millaway2002-09-131-30/+50
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.John Millaway2002-09-131-5/+6
* Table deserialization works for everything except --fast scanners.John Millaway2002-09-091-84/+184
* Members of struct yy_trans_info are now forced to be the same size.John Millaway2002-09-071-9/+27
* Tables are now generated with %option tables-file=FILE.John Millaway2002-09-051-8/+46
* Tons more work on tables.John Millaway2002-09-051-79/+364
* Lots of work on tables serialization code.John Millaway2002-09-051-12/+14
* ran the indent target; commit the resultsWill Estes2002-08-271-1088/+1043
* More tabels work.John Millaway2002-08-211-0/+43
* More work on tables.John Millaway2002-08-211-0/+32
* Dynamically allocate REJECT state buffer.John Millaway2002-08-201-25/+29
* Fixed type mismatch in printf.John Millaway2002-08-121-2/+2
* yylineno check is only performed on rules whose regexs can match a newline.John Millaway2002-07-271-26/+40
* Made yy_flex_debug non-global in reentrant scanner.John Millaway2002-07-091-1/+1
* Fixed bug where omission of user section 3 caused unmatched #ifdef's in gener...John Millaway2002-05-231-0/+2
* Changed 'char[]' to 'const char*' wherever in conflicted with gettext.John Millaway2002-04-191-8/+8
* fix interrupted reads and freads; from the debian package maintainerWill Estes2002-02-061-5/+25
* millaway simplified the reentrant api; here's the resultWill Estes2001-10-261-24/+24
* phew, millaway's latest batchWill Estes2001-10-221-18/+20
* change some int types to size_t as per FreeBSD 28364 from avn@any.ruWill Estes2001-06-241-3/+4
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-171-25/+30
* commit john millaway's YY_G wrapper correctionsWill Estes2001-05-271-3/+3
* complete john millaway's reentrant patchWill Estes2001-05-211-3/+3
* john millaway's reentrancy patchWill Estes2001-05-181-58/+68
* remove extraneous rcs keywordsWill Estes2001-05-031-2/+0
* bug fix for yymore()/yylineno interactionVern Paxson1996-10-111-1/+4
* fixed memory leakVern Paxson1996-10-111-0/+2
* yymore + %array tweaksVern Paxson1996-05-251-9/+55
* don't stack states on NUL-transitions that are jamsVern Paxson1995-12-181-4/+12
* const -> yyconstVern Paxson1995-04-201-8/+8
* fixed bug in needing yy_cp for -Cf w/ backing upVern Paxson1995-04-201-2/+4
* fixed lint problem with declaring yy_cp unnecessarilyVern Paxson1995-03-271-1/+4
* read up to newline for interactive reads, rather than one charVern Paxson1995-03-201-3/+10
* added do_yylinenoVern Paxson1995-03-181-4/+4
* yy_flex_debug extern only if not C++Vern Paxson1995-03-051-2/+5
* internationalization aidsVern Paxson1995-03-041-5/+7
* Added YY_NUM_RULESVern Paxson1995-01-091-0/+1
* formattingVern Paxson1994-12-151-1/+0
* fixed bug in adjusting yytext before backing upVern Paxson1994-12-151-13/+31
* input() maintains BOLVern Paxson1994-12-061-2/+15
* use cerr for C++ diagnosticsVern Paxson1994-12-041-8/+46
* BOL changesVern Paxson1994-12-031-15/+41
* Brian Madsen's tweaks for BorlandVern Paxson1994-11-241-4/+3
* Fixed fencepost in call to yy_flex_strncpyVern Paxson1994-08-031-1/+1
* Bug fix for matching NUL's at end of token when interactive.Vern Paxson1994-07-251-2/+10
* yy_str*() -> str*()Vern Paxson1993-12-111-4/+3