HardenedBSD/lib/libc/regex
Simon J. Gerraty f77b5b295d Allow -DNO_STRICT_REGEX to restore historic regex behavior
Allow restoring the behavior of '{' as described in regex(3).
Ie. only treat it as start of bounds if followed by a digit.

If NO_STRICT_REGEX is not defined, the behavior introduced by
commit a4a801688c is retained,
otherwise the previous behavior is restored.

Differential Revision:	https://reviews.freebsd.org/D45134
2024-05-09 18:29:43 -07:00
..
grot
cname.h
COPYRIGHT
engine.c
Makefile.inc
re_format.7
regcomp.c Allow -DNO_STRICT_REGEX to restore historic regex behavior 2024-05-09 18:29:43 -07:00
regerror.c
regex2.h
regex.3
regexec.c
regfree.c
Symbol.map
utils.h
WHATSNEW