History log of /openbsd-src/regress/lib/libc/regex/tests (Results 1 – 10 of 10)
Revision Date Author Comments
# 8d4875ef 02-Apr-2021 otto <otto@openbsd.org>

Two cases of BRE involving counts and backrefs that go wrong and
similar that have no isssues. Reported by Michael Paoli. Failing
cases commented out for now.


# b6faad1a 28-Dec-2020 millert <millert@openbsd.org>

Fix an off-by-one error in the marking of the O_CH operator following
an OOR2 operator. Also includes a regress test for the issue.
From FreeBSD via miod@


# 31242bee 26-May-2016 schwarze <schwarze@openbsd.org>

tests for the two segfaults in backref() that were just fixed


# 09cba3fb 26-May-2016 schwarze <schwarze@openbsd.org>

systematically test all combinations of REG_STARTEND, REG_NEWLINE,
and REG_NOTBOL with line and word anchors


# b2695360 21-Sep-2014 doug <doug@openbsd.org>

Add support for word anchors \< and \> to regex regression tests.

These are copied from the existing [[:<:]] and [[:>:]] tests.


# 2ff451ef 29-Nov-2004 otto <otto@openbsd.org>

More test cases involving back-references.


# 05c0ab40 13-Aug-2004 otto <otto@openbsd.org>

More nasty cases involving back references.


# b6ae5db5 02-Apr-2004 otto <otto@openbsd.org>

Some nasty test cases involving back references that caused
unbounded recursion.


# 133306f0 29-Jan-2001 niklas <niklas@openbsd.org>

$OpenBSD$


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree