From ec7650c027ed0018aca119e075248cca70faed9c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 8 Sep 2004 17:02:01 +0000 Subject: c-strtod.c sets LC_ALL, not LC_NUMERIC. --- lib/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib') diff --git a/lib/ChangeLog b/lib/ChangeLog index 6d59771ab..4e2eb509f 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 -- cgit v1.2.3-54-g00ecf