From: Ulrich Drepper Date: Tue, 19 Jun 2001 00:37:35 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/pre-lgplv2_1~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4be6664d5d76dfcde35b7398a42992865dfd4f0;p=thirdparty%2Fglibc.git Update. * posix/regex.c: Reorganize code to build code twice, once for single byte, once for multi-byte charsets. Choose function set adequate for locale at runtime. Patch by Isamu Hasegawa . --- diff --git a/ChangeLog b/ChangeLog index e20f8860b0f..e3237306e09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2001-06-18 Ulrich Drepper + * posix/regex.c: Reorganize code to build code twice, once for single + byte, once for multi-byte charsets. Choose function set adequate for + locale at runtime. + Patch by Isamu Hasegawa . + * po/nl.po: Update from translation team. 2001-06-09 Bruno Haible