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
/
regress
/
lib
/
libc
/
regex
Age
Commit message (
Expand
)
Author
2024-07-15
fix signature of main()
Anton Lindqvist
2022-12-04
userspace: remove vestigial '?' cases from top-level getopt(3) loops
Scott Soule Cheloha
2021-04-02
Two cases of BRE involving counts and backrefs that go wrong and
Otto Moerbeek
2020-12-31
Remove unused categories in re_guts; they are written to but never read.
Todd C. Miller
2020-12-28
Fix an off-by-one error in the marking of the O_CH operator following
Todd C. Miller
2020-02-14
no need to declare "extern optarg" and "extern optind"
Ingo Schwarze
2017-04-16
Define DEF_WEAK like we do for ld.so to fix building this with clang.
Mark Kettenis
2016-07-13
Fix usage() output and getopt sorting
Philip Guenther
2016-05-26
tests for the two segfaults in backref() that were just fixed
Ingo Schwarze
2016-05-26
Fix an oversight that caused the test program to segfault:
Ingo Schwarze
2016-05-26
systematically test all combinations of REG_STARTEND, REG_NEWLINE,
Ingo Schwarze
2016-05-26
support for testing REG_STARTEND together with REG_NOTBOL
Ingo Schwarze
2014-12-10
fix previous.
Daniel Dickman
2014-12-09
t_exhaust is too exhausting
Theo de Raadt
2014-09-21
Add support for word anchors \< and \> to regex regression tests.
Doug Hogan
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2011-11-06
return non-zero on error
Otto Moerbeek
2011-11-05
and clean extra target
Otto Moerbeek
2011-11-05
add exhaust test from netbsd
Otto Moerbeek
2007-09-12
fix format strings, sizeof() does not return an int
Otto Moerbeek
2007-09-09
use strcspn to properly overwrite '\n' in fgets returned buffer
Charles Longeau
2004-11-29
More test cases involving back-references.
Otto Moerbeek
2004-08-13
When running regex regress build a private copy with REDEBUG enabled.
Todd C. Miller
2004-08-13
More nasty cases involving back references.
Otto Moerbeek
2004-04-02
Some nasty test cases involving back references that caused
Otto Moerbeek
2004-02-28
kill bad functions; some sort of ok from marc who is trying to confuse me
Theo de Raadt
2003-07-31
various cleanups; david says results are same
Theo de Raadt
2002-09-02
Rename a bunch of the old bsd.regress.mk variables into the new ones.
Anil Madhavapeddy
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-01
trivial conversions to bsd.regress.mk
Artur Grabowski
2001-02-04
Fix regression test
Eric Jackson
2001-01-29
$OpenBSD$
Niklas Hallqvist
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-12-21
-Wall madness.
Todd C. Miller
1995-10-18
initial import of NetBSD tree
Theo de Raadt