#
9ab9c43b |
| 02-Jan-2025 |
kre <kre@NetBSD.org> |
Fix build after recent regex tests addition (make it be an addition, and don't forget tests/libtre)
|
#
7ecabda1 |
| 01-Jan-2025 |
christos <christos@NetBSD.org> |
Add a test for PR/58910
|
#
d2bbb370 |
| 25-Feb-2021 |
christos <christos@NetBSD.org> |
Adjust for conditional NLS
|
#
36a840f6 |
| 26-Aug-2016 |
darcy <darcy@NetBSD.org> |
Replace MKMAN with NOMAN as suggested by christos@. Allows userland to build when building man pages.
|
#
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 ...
|
#
334ef7a1 |
| 06-Nov-2011 |
christos <christos@NetBSD.org> |
make the standard tests optional.
|
#
60e5ed2c |
| 06-Nov-2011 |
christos <christos@NetBSD.org> |
skip the association that does not match with our implementation.
|
#
87ec57a9 |
| 06-Nov-2011 |
christos <christos@NetBSD.org> |
Add the AT&T regex tests
|
#
ac0d8560 |
| 05-Nov-2011 |
christos <christos@NetBSD.org> |
Arrange so that the same tests can be used by libtre.
|
#
2dc4a881 |
| 11-Oct-2011 |
dholland <dholland@NetBSD.org> |
Don't use 'nul' in filenames as windows will belch. (Caught by importing the tree into mercurial)
|
#
5b9dde00 |
| 10-Oct-2011 |
christos <christos@NetBSD.org> |
- Use PROGS instead of PROG so that we can co-exist with TESTS_C - Make the helper program compile again.
|
#
80ee4a02 |
| 09-Oct-2011 |
christos <christos@NetBSD.org> |
Add a test to check for DoS attacks against regcomp/regexec. From Maksymilian Arciemowicz.
|
#
8d8e0a46 |
| 09-Jan-2011 |
pgoyette <pgoyette@NetBSD.org> |
Ouch - forgot the include this earlier.
|