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.zip glibc-a41179fd9e2bad91e726a65a026b859dc56edc8d.tar.gz glibc-a41179fd9e2bad91e726a65a026b859dc56edc8d.tar.bz2 |
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
@@ -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. |