summaryrefslogtreecommitdiff
path: root/misc.c
Commit message (Expand)AuthorAge
* 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
* 4.4 BSD copyrightVern Paxson1990-06-27
* declared void functions as suchVern Paxson1990-05-26
* Removed declarations of malloc() and realloc().Vern Paxson1990-03-20
* Hack to cshell for NUL's.Vern Paxson1990-03-16
* Tweaks for NUL chars.Vern Paxson1990-03-14
* Added missing ',' in error message.Vern Paxson1990-01-16
* Unsigned char support.Vern Paxson1990-01-15
* 2.0.1 betaVern Paxson1989-06-20