diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-31 03:44:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-31 03:44:44 +0000 |
commit | 99a7e0656c055080cac8d56a8af9df39609e4782 (patch) | |
tree | 95cc18228c01dae033a57987767b67caaa6a6e66 | |
parent | cb2c55018f80a0a063afd989f2f53cccac4a43a5 (diff) | |
download | glibc-99a7e0656c055080cac8d56a8af9df39609e4782.tar.gz glibc-99a7e0656c055080cac8d56a8af9df39609e4782.tar.xz glibc-99a7e0656c055080cac8d56a8af9df39609e4782.zip |
Update.
2000-03-29 Bruno Haible <haible@clisp.cons.org> * iconv/loop.c (put16): Remove __const. Fix access index. (put32): Remove __const. Use uint32_t instead of uint16_t. * iconv/skeleton.c: Likewise.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0ca4cb3b02..09c3b4f845 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-03-29 Bruno Haible <haible@clisp.cons.org> + + * iconv/loop.c (put16): Remove __const. Fix access index. + (put32): Remove __const. Use uint32_t instead of uint16_t. + * iconv/skeleton.c: Likewise. + 2000-03-30 Roland McGrath <roland@baalperazim.frob.com> * mach/Versions (libc: GLIBC_2.0) |