aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a8bc8ff901..03c6aa3c1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2001-11-16 Stephen L Moshier <moshier@mediaone.net>
+2001-11-17 Ulrich Drepper <drepper@redhat.com>
+
+ * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
+ statement with gotos.
+ Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
+
+2001-11-16 Stephen L Moshier <moshier@mediaone.net>
* sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.