From: Paul Eggert Date: Wed, 8 Sep 2004 17:02:01 +0000 (+0000) Subject: c-strtod.c sets LC_ALL, not LC_NUMERIC. X-Git-Tag: v5.3.0~725 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec7650c027ed0018aca119e075248cca70faed9c;p=thirdparty%2Fcoreutils.git c-strtod.c sets LC_ALL, not LC_NUMERIC. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 6d59771ab1..4e2eb509f8 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-02 Paul Eggert Port to diet libc. Problem reported by Felix von Leitner in