summaryrefslogtreecommitdiff
path: root/gen.c
Commit message (Expand)AuthorAgeFilesLines
* fix another int type to be size_twlestes2008-04-101-1/+1
* Changes to resolve SF bugs 1568325 and 1563589.sodabrew2007-05-311-12/+12
* Removed global variable caseins.john432006-03-271-6/+0
* Replaced sprintf with snprintf everywhere.john432006-03-221-3/+3
* Fixed another -Wall report.john432006-03-131-1/+1
* Patch for full file system failure.john432006-02-141-1/+1
* patches from manoj via sourceforgewlestes2003-05-201-1/+0
* yylineno is per-buffer in the reentrant scanner.millaway2003-03-301-3/+3
* merge millaway's m4 branch workwlestes2003-03-251-30/+26
* Removed yy_current_buffer from the planet.millaway2003-02-281-4/+4
* Fixed trailing slash bug in YY_INPUT macro def.millaway2003-01-291-2/+2
* 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