summaryrefslogtreecommitdiff
path: root/misc.c
Commit message (Expand)AuthorAge
* 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
* bracket -CF table elementsVern Paxson1993-12-15
* Do #bytes computation in {re,}allocate_array() only onceVern Paxson1993-12-13
* yy_str*() -> str*()Vern Paxson1993-12-11
* -o optionVern Paxson1993-12-11
* lint tweaksVern Paxson1993-12-03
* Use yy_strXXX() routines instead of <string.h>Vern Paxson1993-12-02
* yy_flex_xmalloc() moved to misc.cVern Paxson1993-12-01
* Removed vestigal cast to (char) in isupper() callVern Paxson1993-11-30
* Added casts to unsigned Char for isascii() callsVern Paxson1993-11-30
* Fixed to buffer section 1 definitionsVern Paxson1993-11-29
* myctoi takes char[] instead of Char[]Vern Paxson1993-11-29
* all_lower, all_upper work on char*Vern Paxson1993-11-28
* lint tweakVern Paxson1993-11-27
* K&R declaration for check_char()Vern Paxson1993-11-20
* Minor portability tweaksVern Paxson1993-09-21
* nuked static RCS stringVern Paxson1993-09-16
* Added %+/%-/%* to skelout()Vern Paxson1993-08-25
* isascii() moved to flexdef.hVern Paxson1993-08-24
* Added check_char()Vern Paxson1993-07-05
* Modified to use yy_flex_alloc() and friendsVern Paxson1993-06-12
* Reformatting.Vern Paxson1993-04-14
* Added non-STDC clause for '\a'Vern Paxson1993-04-05
* Added internal "action" array, internal skeleton, zero_out() in lieu of bzeroVern Paxson1993-02-06
* fixed comment in myesc()Vern Paxson1990-08-14
* fixed hexadecimal escapes; added is_hex_digit()Vern Paxson1990-08-14