Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* iconvdata/Makefile (distribute): Add viscii.c.

	* elf/Makefile (distribute): Add tst-pathopt.sh.
  • Loading branch information
Ulrich Drepper committed Nov 3, 2000
1 parent bb376d3 commit 8bc6161
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion iconvdata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8bc6161

Please sign in to comment.