History log of /netbsd-src/tests/lib/libc/regex/t_regex_att.c (Results 1 – 4 of 4)
Revision Date Author Comments
# e78273b6 23-Feb-2021 christos <christos@NetBSD.org>

Add support for ENOSYS (was never set)


# 32eb699f 14-Jan-2017 christos <christos@NetBSD.org>

PR/51873: Ngie Cooper: add util.h #include


# 6a94a076 14-Jan-2017 christos <christos@NetBSD.org>

PR/51832: Ngie Cooper:
- limit memory to 64M
- error msg fixes
- includes fixes


# e7d17825 24-Aug-2012 jmmv <jmmv@NetBSD.org>

Sanitize the regex test cases.

- Merge h_regex_att (att.c) and t_regex_att.sh into a single C test program.
The former was really a test program, and the latter just a very strange
driver for it

Sanitize the regex test cases.

- Merge h_regex_att (att.c) and t_regex_att.sh into a single C test program.
The former was really a test program, and the latter just a very strange
driver for it.

- Stop using awk to generate the shell test programs. This is unnecessary
and confusing. Instead, change t_regex.sh to generate the test case
functions on the fly with eval (as done in many other places).

show more ...