summaryrefslogtreecommitdiff
path: root/gen.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug where YY_G(0) sometimes occurs (created by my previous commit.)millaway2002-12-191-3/+3
* Fixed bug submitted by Bojan Smojver <bojan@rexursive.com> where the use ofmillaway2002-12-171-1/+1
* Changed int types to flex_intX_t. The build is now broken until typedef's aremillaway2002-11-271-45/+45
* applied c++ from lilypond folks for std:: reasonswlestes2002-10-281-5/+5
* Created test for reject.millaway2002-09-131-30/+50
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.millaway2002-09-131-5/+6
* Table deserialization works for everything except --fast scanners.millaway2002-09-091-84/+184
* Members of struct yy_trans_info are now forced to be the same size.millaway2002-09-071-9/+27
* Tables are now generated with %option tables-file=FILE.millaway2002-09-051-8/+46
* Tons more work on tables.millaway2002-09-051-79/+364
* Lots of work on tables serialization code.millaway2002-09-051-12/+14
* ran the indent target; commit the resultswlestes2002-08-271-1088/+1043
* More tabels work.millaway2002-08-211-0/+43
* More work on tables.millaway2002-08-211-0/+32
* Dynamically allocate REJECT state buffer.millaway2002-08-201-25/+29
* Fixed type mismatch in printf.millaway2002-08-121-2/+2
* yylineno check is only performed on rules whose regexs can match a newline.millaway2002-07-271-26/+40
* Made yy_flex_debug non-global in reentrant scanner.millaway2002-07-091-1/+1
* Fixed bug where omission of user section 3 caused unmatched #ifdef's in gener...millaway2002-05-231-0/+2
* Changed 'char[]' to 'const char*' wherever in conflicted with gettext.millaway2002-04-191-8/+8
* fix interrupted reads and freads; from the debian package maintainerwlestes2002-02-061-5/+25
* millaway simplified the reentrant api; here's the resultwlestes2001-10-261-24/+24
* phew, millaway's latest batchwlestes2001-10-221-18/+20
* change some int types to size_t as per FreeBSD 28364 from avn@any.ruwlestes2001-06-241-3/+4
* change copyright/license notices as per Vern's response to Theowlestes2001-06-171-25/+30
* commit john millaway's YY_G wrapper correctionswlestes2001-05-271-3/+3
* complete john millaway's reentrant patchwlestes2001-05-211-3/+3
* john millaway's reentrancy patchwlestes2001-05-181-58/+68
* remove extraneous rcs keywordswlestes2001-05-031-2/+0
* bug fix for yymore()/yylineno interactionvern1996-10-111-2/+5
* fixed memory leakvern1996-10-111-1/+3
* yymore + %array tweaksvern1996-05-251-10/+56
* don't stack states on NUL-transitions that are jamsvern1995-12-181-5/+13
* const -> yyconstvern1995-04-201-9/+9
* fixed bug in needing yy_cp for -Cf w/ backing upvern1995-04-201-3/+5
* fixed lint problem with declaring yy_cp unnecessarilyvern1995-03-271-2/+5
* read up to newline for interactive reads, rather than one charvern1995-03-201-4/+11
* added do_yylinenovern1995-03-181-5/+5
* yy_flex_debug extern only if not C++vern1995-03-051-3/+6
* internationalization aidsvern1995-03-041-6/+8
* Added YY_NUM_RULESvern1995-01-091-1/+2
* formattingvern1994-12-151-2/+1
* fixed bug in adjusting yytext before backing upvern1994-12-151-14/+32
* input() maintains BOLvern1994-12-061-3/+16
* use cerr for C++ diagnosticsvern1994-12-041-9/+47
* BOL changesvern1994-12-031-16/+42
* Brian Madsen's tweaks for Borlandvern1994-11-241-5/+4
* Fixed fencepost in call to yy_flex_strncpyvern1994-08-031-2/+2
* Bug fix for matching NUL's at end of token when interactive.vern1994-07-251-3/+11
* yy_str*() -> str*()vern1993-12-111-5/+4