Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a test case for the bug reported by Paolo Bonzini <bonzini@gnu.org>. | Ulrich Drepper | 2002-10-17 | 1 | -3/+6 |
| | |||||
* | Fix format strings. | Andreas Jaeger | 2002-09-30 | 1 | -2/+2 |
| | |||||
* | 2002-09-28 Jakub Jelinek <jakub@redhat.com> | Roland McGrath | 2002-09-28 | 1 | -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 McGrath | 2002-09-11 | 1 | -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 McGrath | 2002-09-04 | 1 | -0/+60 |
* posix/bug-regex11.c: New test. * posix/Makefile (tests): Add bug-regex11. |