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
/
ed
/
re.c
Age
Commit message (
Expand
)
Author
2018-06-19
Revert previous, there were some unintended beviour changes.
Martijn van Duren
2018-06-18
Remove the parse_char_class and let regcomp determine if our brackets
Martijn van Duren
2016-03-22
header cleanup
mmcc
2015-10-09
The variable errmsg can be static in main.c if code in re.c uses an own
Tobias Stoeckmann
2015-10-09
Define functions as static when they are not used outside their own c-files.
Tobias Stoeckmann
2015-10-04
Remove useless pattern_t typedef, POSIX regex is here to stay so
Todd C. Miller
2015-07-28
remove gratuitous casts
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2003-06-11
ansification, art ok
Theo de Raadt
2002-06-09
knf
Todd T. Fries
2001-01-16
cleanup strcpy, strncpy, signal races, etc
Theo de Raadt
1998-01-21
Back out last change. ed and sed should not use extended regular expressions.
Todd C. Miller
1998-01-18
Support extended (modern) instead of basic (obsolescent) regular expressions.
Todd C. Miller
1996-12-14
-Wall'ing.
Michael Shalayeff
1996-10-12
Back out my sprintf -> snprintf changes where they don't make sense and
Todd C. Miller
1996-09-15
sprintf -> snprintf paranoia
Todd C. Miller
1996-06-23
update rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt