summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-08 17:02:01 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-08 17:02:01 +0000
commitec7650c027ed0018aca119e075248cca70faed9c (patch)
tree0087af460e0396432b1fcff7a729d7f801f1e6f5 /lib
parent248313ef6a6935a72daaa9e07bc4f45bc37ecb9f (diff)
downloadcoreutils-ec7650c027ed0018aca119e075248cca70faed9c.tar.xz
c-strtod.c sets LC_ALL, not LC_NUMERIC.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog7
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