From: Ulrich Drepper Date: Sat, 17 Nov 2001 12:05:25 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-2-5~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a41179fd9e2bad91e726a65a026b859dc56edc8d;p=thirdparty%2Fglibc.git Update. 2001-11-17 Ulrich Drepper * posix/regex.c (byte_re_match_2_internal): For gcc replace switch statement with gotos. Based on a patch by Paolo Bonzini . 2001-11-16 Stephen L Moshier --- diff --git a/ChangeLog b/ChangeLog index a8bc8ff9017..03c6aa3c1b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2001-11-16 Stephen L Moshier +2001-11-17 Ulrich Drepper + + * posix/regex.c (byte_re_match_2_internal): For gcc replace switch + statement with gotos. + Based on a patch by Paolo Bonzini . + +2001-11-16 Stephen L Moshier * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.