From c2eee429d3cbb5e81b84bca109db19b119dbedc2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 26 Jun 2000 20:07:09 +0000 Subject: Update. 2000-06-26 Ulrich Drepper * Makefile (test-input): Add en_US.ISO-8859-1. * en_US.in: New file. --- localedata/ChangeLog | 5 +++++ localedata/Makefile | 2 +- localedata/en_US.in | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 localedata/en_US.in (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index d0139fa8ad..3f0e65a6b4 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2000-06-26 Ulrich Drepper + + * Makefile (test-input): Add en_US.ISO-8859-1. + * en_US.in: New file. + 2000-06-25 Ulrich Drepper * Makefile (test-input): Remove everything but de_DE.ISO-8859-1 diff --git a/localedata/Makefile b/localedata/Makefile index ac301317bb..457d55c026 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -39,7 +39,7 @@ test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch tst-trans \ tst-mbswcs1 tst-mbswcs2 tst-mbswcs3 tst-mbswcs4 tst-mbswcs5 #test-input := de_DE.ISO-8859-1 da_DK.ISO-8859-1 fr_CA,2.13.ISO-8859-1 \ # hr_HR.ISO-8859-2 # once it is fixed: cs_CZ.ISO-8859-2 -test-input := de_DE.ISO-8859-1 +test-input := de_DE.ISO-8859-1 en_US.ISO-8859-1 test-input-data = $(addsuffix .in, $(basename $(test-input))) test-output := $(foreach s, .out .xout, \ $(addsuffix $s, $(basename $(test-input)))) diff --git a/localedata/en_US.in b/localedata/en_US.in new file mode 100644 index 0000000000..6c543f35cf --- /dev/null +++ b/localedata/en_US.in @@ -0,0 +1,4 @@ +test +test1 +test11 +test2 -- cgit 1.4.1