summaryrefslogtreecommitdiff
path: root/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded tracking of line/column output; patch from Tim Landsheet scfc_dewlestes2012-03-021-32/+1
* speed up things for complex inputs; resolves #2891390wlestes2012-02-171-69/+12
* more better error messages; more better memory handlingwlestes2012-02-031-2/+18
* more careful/paranoiawlestes2012-02-031-3/+3
* Replaced sprintf with snprintf everywhere.john432006-03-221-7/+7
* Fixed escape in actions.john432006-03-211-1/+1
* Relaxed tests for __STDC__ and __STDC_VERSION__ to cope with bugs in GCC and ...john432006-03-211-2/+2
* Renamed some internal variables.flex-2-5-30millaway2003-04-011-2/+2
* merge millaway's m4 branch workwlestes2003-03-251-12/+45
* Removed awkward %push %pop syntax from skeleton.millaway2003-03-021-6/+9
* Fixed trailing slash bug in YY_INPUT macro def.millaway2003-01-291-2/+2
* bison-bridge skel handled via %if/%endif pairs.millaway2002-09-201-0/+10
* reentrant skel handled via %if/%endif pairs.millaway2002-09-191-28/+29
* skeleton uses %push/%pop to keep skelout() scope sane.millaway2002-09-191-5/+11
* Added %push and %pop operations to skel processing.millaway2002-09-191-2/+63
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.millaway2002-09-131-0/+7
* Table deserialization works for everything except --fast scanners.millaway2002-09-091-5/+26
* Changed cryptic skeleton markers to readable form.millaway2002-09-071-95/+113
* Members of struct yy_trans_info are now forced to be the same size.millaway2002-09-071-0/+1
* #include fixes; we've factored out all the system include files and put them ...wlestes2002-08-291-7/+6
* ran the indent target; commit the resultswlestes2002-08-271-477/+468
* Start conditions now optional in header.millaway2002-08-171-101/+0
* Added --tables option.millaway2002-08-161-3/+7
* Prelimary work on tables API.millaway2002-08-161-1/+5
* Start condition prefixes attempts to adjust to user preferences.millaway2002-08-141-0/+102
* Fixed prototype/definition conflicts with "traditional" C in skeleton at requ...millaway2002-07-171-1/+3
* chomp'd lines when reading external skel file.millaway2002-05-101-9/+25
* Applied 'const' to a few more char*, where appropriate.millaway2002-04-191-2/+2
* Changed 'char[]' to 'const char*' wherever in conflicted with gettext.millaway2002-04-191-15/+15
* Replaced exit(2) calls with longjmps (in the form of FLEX_EXIT macro).millaway2002-04-131-1/+1
* more from the same batchwlestes2001-11-141-0/+5
* phew, millaway's latest batchwlestes2001-10-221-7/+14
* merge latest batch of millaway's changeswlestes2001-10-171-1/+16
* change copyright/license notices as per Vern's response to Theowlestes2001-06-171-25/+31
* remove extraneous rcs keywordswlestes2001-05-031-2/+0
* ANSI C / Solaris tweakvern1995-04-281-2/+2
* octal escape sequence must have just digits 0-7vern1995-04-201-3/+1
* move dataflush, otoi prototypes into flexdef.hvern1995-04-201-8/+1
* internationalization aidsvern1995-03-041-11/+15
* "# line" -> #linevern1995-01-091-2/+2
* some const cleansingvern1995-01-091-20/+21
* undid previous changevern1994-12-051-9/+2
* \n -> '\012'vern1994-12-031-2/+9
* Increase slowly if realloc double overflowsvern1994-12-031-2/+11
* Brian Madsen's tweaks for Borlandvern1994-11-241-43/+17
* size_t, STDC tweaksvern1994-11-051-13/+13
* Added action_define()vern1993-12-271-2/+20
* Added doubling of '\'s in filenamesvern1993-12-261-4/+20
* yy_flex_XXX -> flex_XXXvern1993-12-171-5/+5
* alloc routines take unsignedvern1993-12-151-17/+7