index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
lex
/
main.c
Age
Commit message (
Expand
)
Author
2024-11-09
ANSI-fy lex
Omar Polo
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2021-06-23
substantially shorten the usage() message
Theo de Raadt
2017-01-21
Nuke whitespace foolish enough to expose itself during the great
Kenneth R Westerback
2016-12-25
Add some {}'s to eliminate "ambiguous else" warnings from gcc.
Kenneth R Westerback
2015-12-11
Remove a few NULL-checks before free(). I've already removed these
mmcc
2015-11-20
Always use the system m4; OK tedu@
Todd C. Miller
2015-11-20
Back out rev 1.22 which somehow had unreported merge conflicts.
Todd C. Miller
2015-11-20
Always use the system m4.
Todd C. Miller
2015-11-19
Replace Char (defined as unsigned char) with u_char.
mmcc
2015-11-19
flex_alloc and flex_free are nothing more than malloc and free, so replace
Ted Unangst
2015-11-19
remove VMS and MSDOS support
Ted Unangst
2015-11-19
orbital strike from moonbase knf
Ted Unangst
2015-11-19
typically indentation decreases after a block is closed
Ted Unangst
2015-11-19
Update flex from ancient 2.5.4 to the recent 2.5.39.
Ted Unangst
2015-10-10
Some of these large so easy to contain, with "stdio rpath".
Theo de Raadt
2014-03-16
lint is dead (long live the lint!), so stop using it as a cpp conditional
Philip Guenther
2013-10-27
If a constant string needs a name, use a static const array instead of a
Philip Guenther
2011-06-08
do not document the -c flag: it was added for posix compliance,
Jason McIntyre
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2004-02-03
bring some standard C++ fixes, mostly from NetBSD.
Marc Espie
2003-06-04
Update flex license from sourceforge version (is now 2-term BSD)
Todd C. Miller
2002-05-31
recommit strlcpy/snprintf diff after i found my bug
Theo de Raadt
2002-05-31
undo until i find my #line bug
Theo de Raadt
2002-05-30
use strlcpy and snprintf
Theo de Raadt
2001-06-17
Vern says:
Theo de Raadt
1998-08-17
fix g++/FlexLexer.h support
Theo de Raadt
1996-07-13
updated to flex 2.5.3
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt