c-strtod, c-strtold: Use the multithread-safe implementation on MacOS X.
authorBruno Haible <bruno@clisp.org>
Sat, 12 Dec 2009 14:13:35 +0000 (15:13 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 12 Dec 2009 14:13:35 +0000 (15:13 +0100)
ChangeLog
modules/c-strtod
modules/c-strtold

index 110f697..b7082de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-12-12  Bruno Haible  <bruno@clisp.org>
 
+       c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
+       * modules/c-strtod (Depends-on): Add locale.
+       * modules/c-strtold (Depends-on): Likewise.
+
+2009-12-12  Bruno Haible  <bruno@clisp.org>
+
        * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
 
 2009-12-11  Eric Blake  <ebb9@byu.net>
index 7212e09..3bed825 100644 (file)
@@ -8,6 +8,7 @@ m4/c-strtod.m4
 
 Depends-on:
 extensions
+locale
 strdup-posix
 
 configure.ac:
index 95439b1..e846276 100644 (file)
@@ -9,6 +9,7 @@ m4/c-strtod.m4
 
 Depends-on:
 extensions
+locale
 strdup-posix
 
 configure.ac: