From d261cd2332c8b3527e2a714beafa3948e558eaeb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 8 Sep 2004 17:17:40 +0000 Subject: [PATCH] * c-strtod.c (C_STRTOD) [!defined LC_ALL_MASK]: Set LC_ALL to "C". --- lib/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 19e6d5f5e4..17b1be9253 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-09-08 Paul Eggert + + * c-strtod.c (C_STRTOD) [!defined LC_ALL_MASK]: Set LC_ALL to "C", + not just LC_NUMERIC, to avoid the unlikely possibility of mixed + locales screwing things up. This removes an inconsistency with + the LC_ALL_MASK case. + 2004-09-08 Bruno Haible * stdint_.h.in: New file, taken from GNU clisp. -- 2.30.2