summaryrefslogtreecommitdiff
path: root/misc.c
Commit message (Expand)AuthorAge
* Remove unneeded tracking of line/column output; patch from Tim Landsheet scfc_deWill Estes2012-03-02
* speed up things for complex inputs; resolves #2891390Will Estes2012-02-17
* more better error messages; more better memory handlingWill Estes2012-02-03
* more careful/paranoiaWill Estes2012-02-03
* Replaced sprintf with snprintf everywhere.John Millaway2006-03-22
* Fixed escape in actions.John Millaway2006-03-21
* Relaxed tests for __STDC__ and __STDC_VERSION__ to cope with bugs in GCC and ...John Millaway2006-03-21
* Renamed some internal variables.John Millaway2003-04-01
* merge millaway's m4 branch workWill Estes2003-03-25
* Removed awkward %push %pop syntax from skeleton.John Millaway2003-03-02
* Fixed trailing slash bug in YY_INPUT macro def.John Millaway2003-01-29
* bison-bridge skel handled via %if/%endif pairs.John Millaway2002-09-20
* reentrant skel handled via %if/%endif pairs.John Millaway2002-09-19
* skeleton uses %push/%pop to keep skelout() scope sane.John Millaway2002-09-19
* Added %push and %pop operations to skel processing.John Millaway2002-09-19
* 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
* Changed cryptic skeleton markers to readable form.John Millaway2002-09-07
* Members of struct yy_trans_info are now forced to be the same size.John Millaway2002-09-07
* #include fixes; we've factored out all the system include files and put them ...Will Estes2002-08-29
* ran the indent target; commit the resultsWill Estes2002-08-27
* Start conditions now optional in header.John Millaway2002-08-17
* Added --tables option.John Millaway2002-08-16
* Prelimary work on tables API.John Millaway2002-08-16
* Start condition prefixes attempts to adjust to user preferences.John Millaway2002-08-14
* Fixed prototype/definition conflicts with "traditional" C in skeleton at requ...John Millaway2002-07-17
* chomp'd lines when reading external skel file.John Millaway2002-05-10
* Applied 'const' to a few more char*, where appropriate.John Millaway2002-04-19
* Changed 'char[]' to 'const char*' wherever in conflicted with gettext.John Millaway2002-04-19
* Replaced exit(2) calls with longjmps (in the form of FLEX_EXIT macro).John Millaway2002-04-13
* more from the same batchWill Estes2001-11-14
* phew, millaway's latest batchWill Estes2001-10-22
* merge latest batch of millaway's changesWill Estes2001-10-17
* change copyright/license notices as per Vern's response to TheoWill Estes2001-06-17
* remove extraneous rcs keywordsWill Estes2001-05-03
* ANSI C / Solaris tweakVern Paxson1995-04-28
* octal escape sequence must have just digits 0-7Vern Paxson1995-04-20
* move dataflush, otoi prototypes into flexdef.hVern Paxson1995-04-20
* internationalization aidsVern Paxson1995-03-04
* "# line" -> #lineVern Paxson1995-01-09
* some const cleansingVern Paxson1995-01-09
* undid previous changeVern Paxson1994-12-05
* \n -> '\012'Vern Paxson1994-12-03
* Increase slowly if realloc double overflowsVern Paxson1994-12-03
* Brian Madsen's tweaks for BorlandVern Paxson1994-11-24
* size_t, STDC tweaksVern Paxson1994-11-05
* Added action_define()Vern Paxson1993-12-27
* Added doubling of '\'s in filenamesVern Paxson1993-12-26
* yy_flex_XXX -> flex_XXXVern Paxson1993-12-17
* alloc routines take unsignedVern Paxson1993-12-15