diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-03-15 23:57:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-03-15 23:57:45 +0000 |
commit | 97e94e491a3d0ec2bd2c2788e191e749684571ad (patch) | |
tree | efadbafadce37a5d3aa5756dd6dd0d21572129d4 /ChangeLog | |
parent | 2c8aeff8bb08761e5d09c5ffa09026cc46a8761e (diff) | |
download | glibc-97e94e491a3d0ec2bd2c2788e191e749684571ad.tar.gz glibc-97e94e491a3d0ec2bd2c2788e191e749684571ad.tar.xz glibc-97e94e491a3d0ec2bd2c2788e191e749684571ad.zip |
Update.
1999-03-15 Ulrich Drepper <drepper@cygnus.com> * iconv/iconv.c (iconv): Correctly cast parameters for __gconv. * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Change type of outbuf to unsigned char to avoid warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b1c8381f53..d8ed3b433b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-03-15 Ulrich Drepper <drepper@cygnus.com> + + * iconv/iconv.c (iconv): Correctly cast parameters for __gconv. + + * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Change type of + outbuf to unsigned char to avoid warning. + 1999-03-11 David S. Miller <davem@redhat.com> * sysdeps/sparc/sparc32/fpu/fpu_control.h: Add missing trap enable |