diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-28 06:10:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-28 06:10:44 +0000 |
commit | 7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c (patch) | |
tree | 3774d0db66033633b58a8f83fecb3c12e07ef8ac /ChangeLog | |
parent | 9923cc7e8efab6084be6772d3dd8644db2ca820d (diff) | |
download | glibc-7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c.tar.gz glibc-7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c.tar.xz glibc-7748f4b5d5bf257f1cd5dddeaccc7eccae65de3c.zip |
Update.
* sysdeps/mips/Dist: Remove non-existing files. * sysdeps/mips/mips64/Dist: Likewise. * sysdeps/mips/mipsel/Dist: Removed. * iconv/Makefile (distribute): Add strtab.c and iconvconfig.h. * sysdeps/generic/Dist: Add bits/link.h. * sysdeps/unix/sysv/linux/m68k/Dist: Add sys/procfs.h. * sysdeps/unix/sysv/aix/Dist: Add dl-support.c, dl-addr.c, and dl-error.c. * sysdeps/ia64/Dist: Add bits/link.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5d2e87a537..bb80b21649 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,16 @@ * version.h (VERSION): Bump to 2.2.4. + * sysdeps/mips/Dist: Remove non-existing files. + * sysdeps/mips/mips64/Dist: Likewise. + * sysdeps/mips/mipsel/Dist: Removed. + * iconv/Makefile (distribute): Add strtab.c and iconvconfig.h. + * sysdeps/generic/Dist: Add bits/link.h. + * sysdeps/unix/sysv/linux/m68k/Dist: Add sys/procfs.h. + * sysdeps/unix/sysv/aix/Dist: Add dl-support.c, dl-addr.c, and + dl-error.c. + * sysdeps/ia64/Dist: Add bits/link.h. + * libio/vasprintf.c (_IO_vasprintf): Don't copy uninitialized byte from stream buffer to result buffer. Reported by Michael Meeks <michael@ximian.com>. |