mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Update.
* iconvdata/Makefile (distribute): Add viscii.c. * elf/Makefile (distribute): Add tst-pathopt.sh.
This commit is contained in:
parent
bb376d33b5
commit
8bc6161d50
@ -2,6 +2,10 @@
|
||||
|
||||
* version.h (VERSION): Bump to 2.1.97.
|
||||
|
||||
* iconvdata/Makefile (distribute): Add viscii.c.
|
||||
|
||||
* elf/Makefile (distribute): Add tst-pathopt.sh.
|
||||
|
||||
* sysdeps/i386/i486/bits/string.h (strcmp): Cast arguments to
|
||||
__strcmp_cc, __strcmp_cg, and __strcmp_gc to unsigned char *.
|
||||
(__strcmp_cc, __strcmp_cg, __strcmp_gc): Remove casts of values here.
|
||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
||||
This directory contains the version 2.1.96 release of the GNU C Library.
|
||||
This directory contains the version 2.1.97 release of the GNU C Library.
|
||||
Many bugs have been fixed since the last release.
|
||||
Some bugs surely remain.
|
||||
|
||||
|
@ -53,7 +53,7 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
|
||||
nodlopenmod.c nodelete.c nodelmod1.c nodelmod2.c \
|
||||
nodelmod3.c nodelmod4.c nodlopen.c dl-osinfo.h \
|
||||
reldepmod1.c reldepmod2.c reldepmod3.c reldepmod4.c \
|
||||
nextmod1.c nextmod2.c pathoptobj.c \
|
||||
nextmod1.c nextmod2.c pathoptobj.c tst-pathopt.sh \
|
||||
neededobj1.c neededobj2.c neededobj3.c neededobj4.c \
|
||||
unload2mod.c unload2dep.c ltglobmod1.c ltglobmod2.c
|
||||
|
||||
|
@ -121,7 +121,7 @@ distribute := gconv-modules extra-module.mk gap.awk gaptab.awk \
|
||||
ibm891.c ibm903.c ibm904.c ibm905.c ibm918.c ibm1004.c \
|
||||
ibm856.c ibm930.c ibm933.c ibm935.c ibm937.c ibm939.c ibm1046.c \
|
||||
ibm856.h ibm930.h ibm933.h ibm935.h ibm937.h ibm939.h ibm1046.h \
|
||||
ibm1026.c ibm1047.c iec_p27-1.c inis.c inis-8.c \
|
||||
ibm1026.c ibm1047.c iec_p27-1.c inis.c inis-8.c viscii.c \
|
||||
inis-cyrillic.c iso-2022-jp.c iso-2022-kr.c iso646.c \
|
||||
iso8859-1.c iso8859-2.c iso8859-3.c iso8859-4.c iso8859-5.c \
|
||||
iso8859-6.c iso8859-7.c iso8859-8.c iso8859-9.c iso8859-10.c \
|
||||
|
Loading…
Reference in New Issue
Block a user