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
/
bin
/
chio
/
parse.y
Age
Commit message (
Expand
)
Author
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-16
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-11-14
Add gcc printf format attributes to yyerror() in parse.y files.
Doug Hogan
2014-05-18
use reallocarray
Marc Espie
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
2013-11-12
add a variety of missing prototypes
Theo de Raadt
2009-03-31
Fixed memory leaks which would occur if the second of two memory
Tobias Stoeckmann
2008-02-27
Unbreak parser by initializing topfile correctly.
Marco Pfatschbacher
2008-02-26
Have popfile() also close the main config file,
Marco Pfatschbacher
2007-11-12
Remove space/tab compression function from lgetc() and replace
Marco Pfatschbacher
2007-10-16
Allow '=' to end a number in all lexers.
Marco Pfatschbacher
2007-10-16
in the lex... even inside quotes, a \ followed by space or tab should
Theo de Raadt
2007-10-13
in all these programs using the same pfctl-derived parse.y, re-unify the
Theo de Raadt
2007-10-11
next step in the yylex unification: handle quoted strings in a nicer fashion
Theo de Raadt
2007-09-11
macro argument unused, using local instead; spotted by mpf
Theo de Raadt
2007-09-11
extend lex to spot numbers in the stream, without impacting the parsing
Theo de Raadt
2007-06-01
fix -Wall 'implicit declaration' of err & errx: s/errno.h/err.h/; ok deraadt...
Constantine A. Murenin
2006-05-29
oups, left one strdup unchecked, and some more error handling smallies
Henning Brauer
2006-05-29
de-beckify (KNF)
Henning Brauer
2006-05-29
Make chio have a connection between st(4) devices and "drives" in a
Bob Beck