diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-13 07:40:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-13 07:40:16 +0000 |
commit | b02b9253e0c1770707ed791f0aa274af79886932 (patch) | |
tree | c96810ca1b2a2c7cb6a5a8ed48584736b6eb3bf5 /ChangeLog | |
parent | 65580ca855fa11f6e5bb0ab7f277abd82115151d (diff) | |
download | glibc-b02b9253e0c1770707ed791f0aa274af79886932.tar.gz glibc-b02b9253e0c1770707ed791f0aa274af79886932.tar.xz glibc-b02b9253e0c1770707ed791f0aa274af79886932.zip |
Update.
2000-02-12 Ulrich Drepper <drepper@redhat.com> * locale/nl_langinfo.h: Add casts to prevent warnings. * wctype/iswctype_l.c: Use correct types for mapped data. * wctype/wcfuncs.c: Add one more comment for clarification. * wctype/wcfuncs_l.c: Use __ctype32_tolower and __ctype32_toupper. * wctype/wctrans.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 84abd3f659..fa25e1c96a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-02-12 Ulrich Drepper <drepper@redhat.com> + + * locale/nl_langinfo.h: Add casts to prevent warnings. + + * wctype/iswctype_l.c: Use correct types for mapped data. + * wctype/wcfuncs.c: Add one more comment for clarification. + * wctype/wcfuncs_l.c: Use __ctype32_tolower and __ctype32_toupper. + * wctype/wctrans.c: Likewise. + 2000-02-12 Andreas Jaeger <aj@suse.de> * sysdeps/mips/dl-machine.h (__start): Rewritten for 2.2 startup |