]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 19 Jun 2001 00:37:35 +0000 (00:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 19 Jun 2001 00:37:35 +0000 (00:37 +0000)
* 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>.

ChangeLog

index e20f8860b0fe43239fc0a23aee5d0d61fa4284de..e3237306e09c5a1e437055eba17b42e89fca6b6e 100644 (file)
--- 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>