about summary refs log tree commit diff
path: root/posix/bug-regex11.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a test case for the bug reported by Paolo Bonzini <bonzini@gnu.org>.Ulrich Drepper2002-10-171-3/+6
|
* Fix format strings.Andreas Jaeger2002-09-301-2/+2
|
* 2002-09-28 Jakub Jelinek <jakub@redhat.com>Roland McGrath2002-09-281-7/+9
| | | | | | | | * posix/bug-regex11.c (tests): Add flags field. (main): Avoid warnings. Use test[i].flags. Return nonzero if any of the tests failed. * posix/bug-regex12.c: New file. * posix/Makefile (tests): Add bug-regex12.
* * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,Roland McGrath2002-09-111-22/+50
| | | | | | | | | | | | | | no longer wrongly matches arbitrary prefixes of NAME. Reported by Jakub Jelinek <jakub@redhat.com>. 2002-09-11 Jakub Jelinek <jakub@redhat.com> * posix/bug-regex11.c (tests): New array. (main): Rewritten to run more different tests. * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log) (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed. Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
* 2002-09-04 Jakub Jelinek <jakub@redhat.com>Roland McGrath2002-09-041-0/+60
* posix/bug-regex11.c: New test. * posix/Makefile (tests): Add bug-regex11.