diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-18 02:46:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-18 02:46:36 +0000 |
commit | 89f29a0742e0dc8fa764a2dbb09c06e25909dac9 (patch) | |
tree | 119775c91d97fb2e9bd7833b251ac39d30577507 /ChangeLog | |
parent | 0f4b99a643216c5ffea5bc3b2b1ae1d6940ae550 (diff) | |
download | glibc-89f29a0742e0dc8fa764a2dbb09c06e25909dac9.tar.gz glibc-89f29a0742e0dc8fa764a2dbb09c06e25909dac9.tar.xz glibc-89f29a0742e0dc8fa764a2dbb09c06e25909dac9.zip |
Update.
* locale/duplocale.c (__duplocale): Also initialize the special __ctype_* elements.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e7ff0f3918..dbf2e52dda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-08-17 Ulrich Drepper <drepper@redhat.com> + * locale/duplocale.c (__duplocale): Also initialize the special + __ctype_* elements. + * conform/data/netdb.h-data: Adjust gai_strerror return type. 2001-08-17 Andreas Jaeger <aj@suse.de> |