]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 26 Jun 2000 20:07:09 +0000 (20:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 26 Jun 2000 20:07:09 +0000 (20:07 +0000)
2000-06-26  Ulrich Drepper  <drepper@redhat.com>

* Makefile (test-input): Add en_US.ISO-8859-1.
* en_US.in: New file.

localedata/ChangeLog
localedata/Makefile
localedata/en_US.in [new file with mode: 0644]

index d0139fa8ad296e94d4f01098f4fecc38c855f75f..3f0e65a6b4474a15f3ce4e060c39e30e72b519de 100644 (file)
@@ -1,3 +1,8 @@
+2000-06-26  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile (test-input): Add en_US.ISO-8859-1.
+       * en_US.in: New file.
+
 2000-06-25  Ulrich Drepper  <drepper@redhat.com>
 
        * Makefile (test-input): Remove everything but de_DE.ISO-8859-1
index ac301317bbb3d6f10f4e174fdf64454cb941f59a..457d55c0262f0811d40d655beb74bc653cbc3f45 100644 (file)
@@ -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 (file)
index 0000000..6c543f3
--- /dev/null
@@ -0,0 +1,4 @@
+test
+test1
+test11
+test2
This page took 0.062971 seconds and 5 git commands to generate.