summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex/misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace Char (defined as unsigned char) with u_char.mmcc2015-11-191-17/+17
* flex_alloc and flex_free are nothing more than malloc and free, so replacetedu2015-11-191-7/+7
* it should be safe to assume the presence of memset these days instead oftedu2015-11-191-20/+1
* orbital strike from moonbase knftedu2015-11-191-352/+378
* Update flex from ancient 2.5.4 to the recent 2.5.39.tedu2015-11-191-552/+682
* Cast arguments of ctype functions to Char, a lexism defined as unsignedmmcc2015-10-151-5/+5
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-3/+3
* the themiod2006-03-041-3/+3
* Update flex license from sourceforge version (is now 2-term BSD)millert2003-06-041-14/+19
* string cleaning; ok teduderaadt2003-04-081-3/+4
* recommit strlcpy/snprintf diff after i found my bugderaadt2002-05-311-9/+11
* undo until i find my #line bugderaadt2002-05-311-11/+9
* use strlcpy and snprintfderaadt2002-05-301-9/+11
* kill more registersmpech2001-11-191-16/+16
* Vern says:deraadt2001-06-171-12/+12
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-4/+4
* updated to flex 2.5.3millert1996-07-131-2/+2
* rcsidderaadt1996-06-261-1/+3
* initial import of NetBSD treederaadt1995-10-181-0/+886