diff options
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <eggert@cs.ucla.edu> + + * 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 <eggert@cs.ucla.edu> Port to diet libc. Problem reported by Felix von Leitner in |