mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
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.
This commit is contained in:
parent
9923cc7e8e
commit
7748f4b5d5
10
ChangeLog
10
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>.
|
||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
||||
This directory contains the version 2.2.3 release of the GNU C Library.
|
||||
This directory contains the version 2.2.4 release of the GNU C Library.
|
||||
Many bugs have been fixed since the last release.
|
||||
Some bugs surely remain.
|
||||
|
||||
|
@ -50,7 +50,8 @@ CFLAGS-charmap.c = -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \
|
||||
tests = tst-iconv1 tst-iconv2 tst-iconv3
|
||||
|
||||
distribute = gconv_builtin.h gconv_int.h loop.c skeleton.c iconv_prog.h \
|
||||
iconv_charmap.c dummy-repertoire.c gconv_charset.h
|
||||
iconv_charmap.c dummy-repertoire.c gconv_charset.h strtab.c \
|
||||
iconvconfig.h
|
||||
|
||||
others = iconv_prog iconvconfig
|
||||
install-others = $(inst_bindir)/iconv
|
||||
|
@ -20,3 +20,4 @@ bp-checks.h
|
||||
bp-thunks.h
|
||||
bp-sym.h
|
||||
bp-start.h
|
||||
bits/link.h
|
||||
|
@ -5,3 +5,4 @@ elf/entry.h
|
||||
hp-timing.c
|
||||
ieee754.h
|
||||
softpipe.h
|
||||
bits/link.h
|
||||
|
@ -1,6 +1,4 @@
|
||||
setjmp_aux.c
|
||||
rtld-ldscript.in
|
||||
rtld-parms
|
||||
regdef.h
|
||||
sgidefs.h
|
||||
fpregdef.h
|
||||
|
@ -1,2 +1 @@
|
||||
setjmp_aux.c
|
||||
rtld-parms
|
||||
|
@ -1 +0,0 @@
|
||||
rtld-parms
|
@ -1,3 +1,6 @@
|
||||
dl-support.c
|
||||
dl-error.c
|
||||
dl-addr.c
|
||||
dl-sym.c
|
||||
dl-open.c
|
||||
dl-close.c
|
||||
|
@ -6,3 +6,4 @@ setresgid.c
|
||||
setfsuid.c
|
||||
setfsgid.c
|
||||
sys/reg.h
|
||||
sys/procfs.h
|
||||
|
Loading…
Reference in New Issue
Block a user