aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-12 19:50:26 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-12 19:50:26 +0000
commit0a02a366e3b06086e8e1c6a171bc178bca339693 (patch)
treec293283f8fdff7897c3b185e3676325155fcbda5 /ChangeLog
parent9b88fc16677aa3c8a424ebe8d3e2e6397581d540 (diff)
downloadglibc-0a02a366e3b06086e8e1c6a171bc178bca339693.tar
glibc-0a02a366e3b06086e8e1c6a171bc178bca339693.tar.gz
glibc-0a02a366e3b06086e8e1c6a171bc178bca339693.tar.bz2
glibc-0a02a366e3b06086e8e1c6a171bc178bca339693.zip
Update.
2002-08-11 Philip Blundell <philb@gnu.org> * sysdeps/arm/Makefile: New file. 2002-08-08 Jakub Jelinek <jakub@redhat.com> * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed by another '|', end of regex or enclosing ')', clear branch. * posix/bug-regex9.c: New test. * posix/Makefile (tests): Add bug-regex9.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8678cfd67..a75fef4cd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-08-11 Philip Blundell <philb@gnu.org>
+
+ * sysdeps/arm/Makefile: New file.
+
+2002-08-08 Jakub Jelinek <jakub@redhat.com>
+
+ * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
+ by another '|', end of regex or enclosing ')', clear branch.
+ * posix/bug-regex9.c: New test.
+ * posix/Makefile (tests): Add bug-regex9.
+
2002-08-12 Roland McGrath <roland@redhat.com>
* sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop