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
Age
Commit message (
Expand
)
Author
13 days
tweak flex.1 a bit to not mention atoi/atof: they don't add value here
Omar Polo
13 days
ANSI-fy lex
Omar Polo
2023-10-21
delete whitespaces that end up in output files
Theo de Raadt
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2021-11-30
Fix indentation of return in yy_try_NUL_trans().
Todd C. Miller
2021-06-23
substantially shorten the usage() message
Theo de Raadt
2021-03-08
Add some references, most of these were removed when we stopped building
Jonathan Gray
2020-12-03
grammar fixes from Varik "The Genuine Article!!!" Valefor;
Jason McIntyre
2020-08-06
Wow, the indentation is totally messed up, to the point where compilers
Theo de Raadt
2019-10-31
declare HAVE_DECL___FUNC__ so flex_die() output can include __func__.
miko
2019-09-22
Apply a patch from upstream to avoid triggering assert() in sf_pop()
miko
2019-09-16
fix lex build to actually get assert under proper conditions.
Marc Espie
2017-08-30
Remove unused variable; no binary change.
Lawrence Teo
2017-08-17
combine malloc/memset into calloc. from Michael W. Bombardieri
Ted Unangst
2017-08-17
delete some not used code. from Michael W. Bombardieri
Ted Unangst
2017-05-31
we can just use void for functions that always return 0.
Ted Unangst
2017-05-02
Update yy_buf_size after yyrealloc(). The fix has been merged
Todd C. Miller
2017-04-30
Move FlexLexer.h from /usr/include/g++ to /usr/include. It is not
Todd C. Miller
2017-04-12
isblank() is ANSI C since C99, no need to provide a replacement.
Todd C. Miller
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
2016-12-18
Nuke more unused variables.
Kenneth R Westerback
2016-03-30
for some time now mandoc has not required MLINKS to function
Jason McIntyre
2015-12-11
Remove a few NULL-checks before free(). I've already removed these
mmcc
2015-11-22
remove the init files that we don't build. if they are ever needed for
Ted Unangst
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-20
switch back to yaccing parse.y, it seems to work.
Ted Unangst
2015-11-20
ansi
Ted Unangst
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-20
Cast two ctype args to u_char.
mmcc
2015-11-19
burn down all the gratutious alloca() compatability that autofuck injected
Ted Unangst
2015-11-19
make sure parse.c depends on initparse.c
Ted Unangst
2015-11-19
remove the LGPL gettext.h since we aren't using it anyway.
Ted Unangst
2015-11-19
split out some variable initialization to be easier
Ted Unangst
2015-11-19
Replace Char (defined as unsigned char) with u_char.
mmcc
2015-11-19
it is not necessary to cast the result of malloc/calloc.
Ted Unangst
2015-11-19
flex_alloc and flex_free are nothing more than malloc and free, so replace
Ted Unangst
2015-11-19
it should be safe to assume the presence of memset these days instead of
Ted Unangst
2015-11-19
remove VMS and MSDOS support
Ted Unangst
2015-11-19
mechanical knf
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
repair some of the preposterously damaged indentation
Ted Unangst
2015-11-19
we don't keep vim modelines in files
Ted Unangst
2015-11-19
add back flex++.1 link noticed by sthen
Ted Unangst
2015-11-19
Update flex from ancient 2.5.4 to the recent 2.5.39.
Ted Unangst
2015-10-15
Cast arguments of ctype functions to Char, a lexism defined as unsigned
mmcc
[next]