diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-06-29 02:50:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-06-29 02:50:26 +0000 |
commit | 414650c52c8988b829ccc6c2a5763c33d86de55c (patch) | |
tree | 8ba426356585928aca8963e777f66502730980ad | |
parent | de7b50f41386cdbe7ce2b0b5833d57965fd2c641 (diff) | |
download | glibc-414650c52c8988b829ccc6c2a5763c33d86de55c.tar.gz glibc-414650c52c8988b829ccc6c2a5763c33d86de55c.tar.xz glibc-414650c52c8988b829ccc6c2a5763c33d86de55c.zip |
Update.
2004-06-28 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca. 2004-06-28 GOTO Masanori <gotom@debian.or.jp> * iconv/gconv_simple.c: Use get16/put16 for user given buffer in ucs2/ucs2reverse when unaligned memory access is attempted. * iconv/tst-iconv5.c: New file. * iconv/Makefile (tests): Add tst-iconv5.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2ac5019368..5215a58c59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-06-28 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca. + +2004-06-28 GOTO Masanori <gotom@debian.or.jp> + + * iconv/gconv_simple.c: Use get16/put16 for user given buffer + in ucs2/ucs2reverse when unaligned memory access is attempted. + * iconv/tst-iconv5.c: New file. + * iconv/Makefile (tests): Add tst-iconv5. + 2004-06-28 Jakub Jelinek <jakub@redhat.com> * inet/bug-if1.c: Include <string.h>. |