aboutsummaryrefslogtreecommitdiff
path: root/posix/bug-regex11.c
AgeCommit message (Collapse)Author
2002-10-17Add a test case for the bug reported by Paolo Bonzini <bonzini@gnu.org>.Ulrich Drepper
2002-09-30Fix format strings.Andreas Jaeger
2002-09-282002-09-28 Jakub Jelinek <jakub@redhat.com>Roland McGrath
* 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.
2002-09-11* sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,Roland McGrath
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-042002-09-04 Jakub Jelinek <jakub@redhat.com>Roland McGrath
* posix/bug-regex11.c: New test. * posix/Makefile (tests): Add bug-regex11.