summaryrefslogtreecommitdiff
path: root/usr.bin/lex/main.c
AgeCommit message (Expand)Author
2024-11-09ANSI-fy lexOmar Polo
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2021-06-23substantially shorten the usage() messageTheo de Raadt
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2016-12-25Add some {}'s to eliminate "ambiguous else" warnings from gcc.Kenneth R Westerback
2015-12-11Remove a few NULL-checks before free(). I've already removed thesemmcc
2015-11-20Always use the system m4; OK tedu@Todd C. Miller
2015-11-20Back out rev 1.22 which somehow had unreported merge conflicts.Todd C. Miller
2015-11-20Always use the system m4.Todd C. Miller
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-19remove VMS and MSDOS supportTed Unangst
2015-11-19orbital strike from moonbase knfTed Unangst
2015-11-19typically indentation decreases after a block is closedTed Unangst
2015-11-19Update flex from ancient 2.5.4 to the recent 2.5.39.Ted Unangst
2015-10-10Some of these large so easy to contain, with "stdio rpath".Theo de Raadt
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2013-10-27If a constant string needs a name, use a static const array instead of aPhilip Guenther
2011-06-08do not document the -c flag: it was added for posix compliance,Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2004-02-03bring some standard C++ fixes, mostly from NetBSD.Marc Espie
2003-06-04Update flex license from sourceforge version (is now 2-term BSD)Todd C. Miller
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-06-17Vern says:Theo de Raadt
1998-08-17fix g++/FlexLexer.h supportTheo de Raadt
1996-07-13updated to flex 2.5.3Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt