diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-06-19 00:37:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-06-19 00:37:35 +0000 |
commit | c4be6664d5d76dfcde35b7398a42992865dfd4f0 (patch) | |
tree | 4694146acb8a621dfb84fe84110b8ec1af069fad | |
parent | 9e05f72f8798e955848f424ce2a492a5049f2216 (diff) | |
download | glibc-c4be6664d5d76dfcde35b7398a42992865dfd4f0.tar.gz glibc-c4be6664d5d76dfcde35b7398a42992865dfd4f0.tar.xz glibc-c4be6664d5d76dfcde35b7398a42992865dfd4f0.zip |
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 <isamu@yamato.ibm.com>.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e20f8860b0..e3237306e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2001-06-18 Ulrich Drepper <drepper@redhat.com> + * 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 <isamu@yamato.ibm.com>. + * po/nl.po: Update from translation team. 2001-06-09 Bruno Haible <haible@clisp.cons.org> |