diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-24 23:53:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-24 23:53:39 +0000 |
commit | 68dc4dcbddb050072f959118b6793dfadf395a06 (patch) | |
tree | dfd2d389dbf2897afb3c922bd072dbca312e66aa /ChangeLog | |
parent | 9ce0ecbe384f09030cd5d014e17179725e778fa6 (diff) | |
download | glibc-68dc4dcbddb050072f959118b6793dfadf395a06.tar.gz glibc-68dc4dcbddb050072f959118b6793dfadf395a06.tar.xz glibc-68dc4dcbddb050072f959118b6793dfadf395a06.zip |
Update.
2004-03-24 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfscanf.c [!COMPILE_WSCANF] (TOLOWER): Cast first parameter to unsigned char. * sysdeps/generic/strcasestr.c [_LIBC] (TOLOWER): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e2df440c5c..263c88aa8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-24 Ulrich Drepper <drepper@redhat.com> + + * stdio-common/vfscanf.c [!COMPILE_WSCANF] (TOLOWER): Cast first + parameter to unsigned char. + * sysdeps/generic/strcasestr.c [_LIBC] (TOLOWER): Likewise. + 2004-03-24 Jakub Jelinek <jakub@redhat.com> * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Clear the rest of retval, |