diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-11-17 12:05:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-11-17 12:05:25 +0000 |
commit | a41179fd9e2bad91e726a65a026b859dc56edc8d (patch) | |
tree | b2d5347c573022403f7c8e628d7220dc4ad8ba3d | |
parent | 618c17e3872e0f1ed00d0fe28dd695c35b1c0083 (diff) | |
download | glibc-a41179fd9e2bad91e726a65a026b859dc56edc8d.tar.gz glibc-a41179fd9e2bad91e726a65a026b859dc56edc8d.tar.xz glibc-a41179fd9e2bad91e726a65a026b859dc56edc8d.zip |
Update.
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>
-rw-r--r-- | ChangeLog | 8 |
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. |