From: Roland McGrath Date: Sat, 28 Sep 2002 20:51:31 +0000 (+0000) Subject: * posix/bug-regex11.c (tests): Add flags field. X-Git-Tag: cvs/glibc-2-3~59 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=ec1434fc89b159fe506ce92b181b70df00bb2dee;p=glibc.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 63746d7940..5f89d26aaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-09-28 Jakub Jelinek + + * 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-03-02 Thorsten Kukuk * sysdeps/unix/nice.c (nice): Use getpriority() for the return value.