about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-28 20:51:31 +0000
committerRoland McGrath <roland@gnu.org>2002-09-28 20:51:31 +0000
commitec1434fc89b159fe506ce92b181b70df00bb2dee (patch)
tree8337ad5cd26235201124c0cdc2eae5affb05f92e
parentab635ab25481454112d91125998d0fbc65bfb2b8 (diff)
downloadglibc-ec1434fc89b159fe506ce92b181b70df00bb2dee.tar.gz
glibc-ec1434fc89b159fe506ce92b181b70df00bb2dee.tar.xz
glibc-ec1434fc89b159fe506ce92b181b70df00bb2dee.zip
* 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.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63746d7940..5f89d26aaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-09-28  Jakub Jelinek  <jakub@redhat.com>
+
+	* 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  <kukuk@suse.de>
 
         * sysdeps/unix/nice.c (nice): Use getpriority() for the return value.