Searched hist:"4 f1efa309ca48a088595dd57969ae6a397dd49d1" (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | main.c | diff 4f1efa309ca48a088595dd57969ae6a397dd49d1 Sat Dec 05 15:38:46 CET 2020 Kyle Evans <kevans@FreeBSD.org> libc: regex: partial revert of r368358
Part of the libregex functionality leaked into the tests it shares with the standard regex(3). Introduce a P flag to set the REG_POSIX cflag to indicate that libc regex should effectively do nothing while libregex should specifically run it in non-extended mode.
This unbreaks the libc/regex test run.
Reported by: Jenkins
|
H A D | README | diff 4f1efa309ca48a088595dd57969ae6a397dd49d1 Sat Dec 05 15:38:46 CET 2020 Kyle Evans <kevans@FreeBSD.org> libc: regex: partial revert of r368358
Part of the libregex functionality leaked into the tests it shares with the standard regex(3). Introduce a P flag to set the REG_POSIX cflag to indicate that libc regex should effectively do nothing while libregex should specifically run it in non-extended mode.
This unbreaks the libc/regex test run.
Reported by: Jenkins
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/ |
H A D | meta.in | diff 4f1efa309ca48a088595dd57969ae6a397dd49d1 Sat Dec 05 15:38:46 CET 2020 Kyle Evans <kevans@FreeBSD.org> libc: regex: partial revert of r368358
Part of the libregex functionality leaked into the tests it shares with the standard regex(3). Introduce a P flag to set the REG_POSIX cflag to indicate that libc regex should effectively do nothing while libregex should specifically run it in non-extended mode.
This unbreaks the libc/regex test run.
Reported by: Jenkins
|