From 98d3e9934d313915e164a0ddb4fa36250c9f89c7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 24 Jan 2001 22:19:16 +0000 Subject: [PATCH] Update. * stdlib/Makefile (tst-strtod-ENV): New variable. --- ChangeLog | 1 + localedata/locales/cs_CZ | 4 ++-- localedata/locales/el_GR | 16 ++++++++-------- localedata/locales/ru_RU | 16 ++++++++-------- stdlib/Makefile | 2 ++ 5 files changed, 21 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 452153b..4531895 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ * stdlib/tst-strtod.c (locale_test): New function. (main): Call locale_test. + * stdlib/Makefile (tst-strtod-ENV): New variable. 2001-01-24 Mark Kettenis diff --git a/localedata/locales/cs_CZ b/localedata/locales/cs_CZ index 0b57172..df3ea6c 100644 --- a/localedata/locales/cs_CZ +++ b/localedata/locales/cs_CZ @@ -2311,8 +2311,8 @@ END LC_CTYPE LC_MESSAGES -yesexpr "" -noexpr "" +yesexpr "" +noexpr "" yesstr "" nostr "" diff --git a/localedata/locales/el_GR b/localedata/locales/el_GR index f10fd5f..f307b14 100644 --- a/localedata/locales/el_GR +++ b/localedata/locales/el_GR @@ -1958,14 +1958,14 @@ UNDEFINED IGNORE;IGNORE;IGNORE ;;IGNORE;IGNORE ;;IGNORE;IGNORE - ;;;IGNORE - ;;;IGNORE - ;;;IGNORE - ;;;IGNORE - ;;;IGNORE - ;;;IGNORE - ;;;IGNORE - ;;;IGNORE + "";"";"";IGNORE + "";"";"";IGNORE + "";"";"";IGNORE + "";"";"";IGNORE + "";"";"";IGNORE + "";"";"";IGNORE + "";"";"";IGNORE + "";"";"";IGNORE % katakana/hiragana sorting % base is katakana, as this is present in most charsets diff --git a/localedata/locales/ru_RU b/localedata/locales/ru_RU index c5eecb0..26e4a7f 100644 --- a/localedata/locales/ru_RU +++ b/localedata/locales/ru_RU @@ -1924,14 +1924,14 @@ UNDEFINED IGNORE;IGNORE;IGNORE ;;IGNORE;IGNORE ;;IGNORE;IGNORE - ;;;IGNORE - ;;;IGNORE - ;;;IGNORE - ;;;IGNORE - ;;;IGNORE - ;;;IGNORE - ;;;IGNORE - ;;;IGNORE + "";"";"";IGNORE + "";"";"";IGNORE + "";"";"";IGNORE + "";"";"";IGNORE + "";"";"";IGNORE + "";"";"";IGNORE + "";"";"";IGNORE + "";"";"";IGNORE % katakana/hiragana sorting % base is katakana, as this is present in most charsets diff --git a/stdlib/Makefile b/stdlib/Makefile index 1ea8f19..df3b09e 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -131,6 +131,8 @@ endif # Testdir has to be named stdlib and needs to be writable test-canon-ARGS = --test-dir=${common-objpfx}stdlib +tst-strtod-ENV = LOCPATH=$(common-objpfx)localedata + # Run a test on the header files we use. tests: $(objpfx)isomac.out $(objpfx)tst-fmtmsg.out -- 2.7.4