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