summaryrefslogtreecommitdiff
path: root/usr.bin/lex/misc.c
AgeCommit message (Expand)Author
2015-11-19Replace Char (defined as unsigned char) with u_char.mmcc
2015-11-19flex_alloc and flex_free are nothing more than malloc and free, so replaceTed Unangst
2015-11-19it should be safe to assume the presence of memset these days instead ofTed Unangst
2015-11-19orbital strike from moonbase knfTed Unangst
2015-11-19Update flex from ancient 2.5.4 to the recent 2.5.39.Ted Unangst
2015-10-15Cast arguments of ctype functions to Char, a lexism defined as unsignedmmcc
2013-10-27If a constant string needs a name, use a static const array instead of aPhilip Guenther
2006-03-04the theMiod Vallat
2003-06-04Update flex license from sourceforge version (is now 2-term BSD)Todd C. Miller
2003-04-08string cleaning; ok teduTheo de Raadt
2002-05-31recommit strlcpy/snprintf diff after i found my bugTheo de Raadt
2002-05-31undo until i find my #line bugTheo de Raadt
2002-05-30use strlcpy and snprintfTheo de Raadt
2001-11-19kill more registersMike Pechkin
2001-06-17Vern says:Theo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1996-07-13updated to flex 2.5.3Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt