Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* timezone/Makefile (build-testdata): Set LANGUAGE and LC_ALL
	since zic uses setlocale and gettext but we cannot make it use the
	new locale data since zic calls a shell which might not use the
	new libc.
  • Loading branch information
Ulrich Drepper committed Jul 1, 2000
1 parent 3da67f9 commit 71d82db
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
2000-06-30 Ulrich Drepper <drepper@redhat.com>

* timezone/Makefile (build-testdata): Set LANGUAGE and LC_ALL
since zic uses setlocale and gettext but we cannot make it use the
new locale data since zic calls a shell which might not use the
new libc.

* stdlib/strfmon.c: Move somewhat closer to the standard wrt to
handling the internation currency symbol. POSIX says that the
fourth character is used to separate the currency symbol from the
Expand Down
4 changes: 4 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2000-06-30 Ulrich Drepper <drepper@redhat.com>

* gen-locale.sh: Print that it might take a while to finish.

2000-06-30 Jakub Jelinek <jakub@redhat.com>

* Makefile (install-locales): Remove the -u switch from localedef
Expand Down
2 changes: 1 addition & 1 deletion localedata/gen-locale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ generate_locale ()
fi
}

echo "Generating locale data: this might take a while..."
generate_locale UTF8 de_DE de_DE.UTF-8
generate_locale ISO-8859-1 de_DE de_DE.ISO-8859-1
generate_locale ISO-8859-1 en_US en_US.ISO-8859-1
generate_locale EUC-JP ja_JP ja_JP.EUC-JP
generate_locale ANSI_X3.4-1968 en_US en_US.ANSI_X3.4-1968

2 changes: 1 addition & 1 deletion timezone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ CFLAGS-scheck.c = -Wno-strict-prototypes -DNOID
# leapseconds.
testdata = $(objpfx)testdata
define build-testdata
GCONV_PATH=${common-objpfx}iconvdata \
GCONV_PATH=${common-objpfx}iconvdata LANGUAGE=C LC_ALL=C \
$(built-program-cmd) -d $(testdata) -y ./yearistype $<
endef

Expand Down

0 comments on commit 71d82db

Please sign in to comment.