summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex/scan.l (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply a patch from upstream to avoid triggering assert() in sf_pop()miko2019-09-221-2/+8
* Replace Char (defined as unsigned char) with u_char.mmcc2015-11-191-6/+6
* flex_alloc and flex_free are nothing more than malloc and free, so replacetedu2015-11-191-24/+2
* Update flex from ancient 2.5.4 to the recent 2.5.39.tedu2015-11-191-116/+430
* Don't access buf[strlen(buf) - 1] for zero-length strings.ray2006-12-061-3/+4
* Update flex license from sourceforge version (is now 2-term BSD)millert2003-06-041-14/+19
* recommit strlcpy/snprintf diff after i found my bugderaadt2002-05-311-8/+8
* undo until i find my #line bugderaadt2002-05-311-8/+9
* use strlcpy and snprintfderaadt2002-05-301-9/+8
* Vern says:deraadt2001-06-171-12/+12
* updated to flex 2.5.3millert1996-07-131-2/+2
* rcsidderaadt1996-06-261-1/+3
* initial import of NetBSD treederaadt1995-10-181-0/+710