From: Ulrich Drepper Date: Wed, 26 Mar 2003 08:12:21 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~1065 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdb6126c2dbe02dddbec6bc827ab91b3a639fda6;p=thirdparty%2Fglibc.git Update. 2003-03-25 Jiro SEKIBA * iconvdata/euc-tw.c (from_euc_tw): Fix return value of TO_LOOP. * iconvdata/bug-iconv4.c: New file. * iconvdata/Makefile (tests): Add bug-iconv4. --- diff --git a/ChangeLog b/ChangeLog index e849b38d0e5..64c3dfc7942 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-03-25 Jiro SEKIBA + + * iconvdata/euc-tw.c (from_euc_tw): Fix return value of TO_LOOP. + * iconvdata/bug-iconv4.c: New file. + * iconvdata/Makefile (tests): Add bug-iconv4. + 2003-03-25 H.J. Lu * elf/dl-lookup.c (_dl_lookup_symbol): Avoid looking up protected diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 16fcfec1988..a86b9ed74b9 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -58,7 +58,7 @@ modules.so := $(addsuffix .so, $(modules)) include ../Makeconfig ifeq (yes,$(build-shared)) -tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big tst-iconv4 +tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big tst-iconv4 bug-iconv4 ifeq ($(have-thread-library),yes) tests += bug-iconv3 endif