* c-strtod.c (C_STRTOD) [!defined LC_ALL_MASK]: Set LC_ALL to "C".
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Sep 2004 17:17:40 +0000 (17:17 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Sep 2004 17:17:40 +0000 (17:17 +0000)
lib/ChangeLog

index 19e6d5f5e44e2adfc1ad4a37c4925b5be97fe264..17b1be92536be3f5f89bcb9dfd020b85c49b1da9 100644 (file)
@@ -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-08  Bruno Haible  <bruno@clisp.org>
 
        * stdint_.h.in: New file, taken from GNU clisp.