From 777e222ddbdffe54b5e344ac1cb40a6ab9ef621f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Jun 2000 21:38:03 +0000 Subject: Update. * Makefile (do-tst-ctype): Add do-tst-mbswcs to list of dependencies. (TEST_MBWC_ENV): Remove unnecessary slash. * tst-ctype.sh: Add de_DE.UTF-8 to list of tested locales. * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Correct UTF-8 input data. * Makefile: Add do-tst-mbswcs to dependencies of locale test suite tests. --- localedata/ChangeLog | 9 +++++++++ localedata/Makefile | 4 ++-- localedata/tst-ctype.sh | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index b5becf7..1f61a85 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,14 @@ 2000-06-28 Ulrich Drepper + * Makefile (do-tst-ctype): Add do-tst-mbswcs to list of dependencies. + (TEST_MBWC_ENV): Remove unnecessary slash. + * tst-ctype.sh: Add de_DE.UTF-8 to list of tested locales. + + * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Correct UTF-8 input data. + + * Makefile: Add do-tst-mbswcs to dependencies of locale test suite + tests. + * locales/iso14651_t1: Explicitly add control character in U0000-U001F and U007F-U009F range for backward compatibility. diff --git a/localedata/Makefile b/localedata/Makefile index d380c7d..2a4356d 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -130,7 +130,7 @@ do-tst-trans: tst-trans.sh $(objpfx)tst-trans do-tst-mbswcs: tst-mbswcs.sh $(objpfx)tst-mbswcs1 $(objpfx)tst-mbswcs2 \ $(objpfx)tst-mbswcs3 $(objpfx)tst-mbswcs4 $(objpfx)tst-mbswcs5 $(SHELL) -e $< $(common-objpfx) -do-tst-ctype: tst-ctype.sh $(objpfx)tst-ctype do-collate-test +do-tst-ctype: tst-ctype.sh $(objpfx)tst-ctype do-collate-test do-tst-mbswcs $(SHELL) -e $< $(common-objpfx) $(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite))): %: do-tst-ctype\ do-tst-mbswcs @@ -149,7 +149,7 @@ install-locales: $(inst_localedir)/$$locale; \ done < SUPPORTED -TEST_MBWC_ENV:= LOCPATH=$(common-objpfx)/localedata +TEST_MBWC_ENV:= LOCPATH=$(common-objpfx)localedata tst_iswalnum-ENV = $(TEST_MBWC_ENV) tst_iswalpha-ENV = $(TEST_MBWC_ENV) tst_iswcntrl-ENV = $(TEST_MBWC_ENV) diff --git a/localedata/tst-ctype.sh b/localedata/tst-ctype.sh index 6946c30..135d7b4 100755 --- a/localedata/tst-ctype.sh +++ b/localedata/tst-ctype.sh @@ -46,7 +46,7 @@ status=0 # Run the test programs. rm -f ${common_objpfx}localedata/tst-ctype.out -for loc in de_DE en_US ja_JP.EUC-JP; do +for loc in de_DE de_DE.UTF-8 en_US ja_JP.EUC-JP; do if test -f tst-ctype-$loc.in; then input=tst-ctype-$loc.in else -- cgit v1.1