summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-211-10/+10
* Add some {}'s to eliminate "ambiguous else" warnings from gcc.krw2016-12-251-2/+3
* Remove a few NULL-checks before free(). I've already removed thesemmcc2015-12-111-3/+2
* Always use the system m4; OK tedu@millert2015-11-201-5/+2
* Back out rev 1.22 which somehow had unreported merge conflicts.millert2015-11-201-21/+1
* Always use the system m4.millert2015-11-201-1/+21
* Replace Char (defined as unsigned char) with u_char.mmcc2015-11-191-2/+2
* flex_alloc and flex_free are nothing more than malloc and free, so replacetedu2015-11-191-2/+2
* remove VMS and MSDOS supporttedu2015-11-191-25/+1
* orbital strike from moonbase knftedu2015-11-191-960/+933
* typically indentation decreases after a block is closedtedu2015-11-191-20/+18
* Update flex from ancient 2.5.4 to the recent 2.5.39.tedu2015-11-191-870/+1552
* Some of these large so easy to contain, with "stdio rpath".deraadt2015-10-101-2/+9
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-3/+3
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-6/+6
* do not document the -c flag: it was added for posix compliance,jmc2011-06-081-4/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+2
* bring some standard C++ fixes, mostly from NetBSD.espie2004-02-031-3/+3
* 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-5/+5
* undo until i find my #line bugderaadt2002-05-311-5/+5
* use strlcpy and snprintfderaadt2002-05-301-5/+5
* Vern says:deraadt2001-06-171-12/+12
* fix g++/FlexLexer.h supportderaadt1998-08-171-3/+3
* updated to flex 2.5.3millert1996-07-131-3/+3
* rcsidderaadt1996-06-261-1/+3
* initial import of NetBSD treederaadt1995-10-181-0/+1177