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
/
flex.skl
Age
Commit message (
Expand
)
Author
2015-11-22
return to size_t typedef for yy_size_t.
Ted Unangst
2015-11-21
change type of yy_size_t back to int for now. we have some prebuilt
Ted Unangst
2015-11-19
Update flex from ancient 2.5.4 to the recent 2.5.39.
Ted Unangst
2013-11-04
Use proper ANSI function definitions for functions that take no
Todd C. Miller
2010-08-04
Add missing #ifndef YY_NO_INPUT around the input() function when
Todd C. Miller
2007-01-26
Fix flex bug introduced by my prior commit.
Marc Aurele La France
2007-01-16
Eliminate gcc -Wundef warnings in flex-generated code.
Marc Aurele La France
2004-02-09
make sure errno gets declared for C++ as well.
Marc Espie
2004-02-03
bring some standard C++ fixes, mostly from NetBSD.
Marc Espie
2001-01-05
Restore errno in yy_init_buffer() since it may get trounced by the
Todd C. Miller
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1996-12-10
Flex 2.5.4
Todd C. Miller
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