summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-12 15:13:35 +0100
committerBruno Haible <bruno@clisp.org>2009-12-12 15:13:35 +0100
commit895350a614eb75b5e903abcad532f2ed1b281c1f (patch)
treeeb67ccaa5635fb5a983d60c554af065459d433fa
parentbdd5d7e82925592731fd33e92f861f30711fca8a (diff)
downloadgnulib-895350a614eb75b5e903abcad532f2ed1b281c1f.tar.gz
c-strtod, c-strtold: Use the multithread-safe implementation on MacOS X.
-rw-r--r--ChangeLog6
-rw-r--r--modules/c-strtod1
-rw-r--r--modules/c-strtold1
3 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 110f697987..b7082de54f 100644
--- 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>
diff --git a/modules/c-strtod b/modules/c-strtod
index 7212e09b02..3bed82552c 100644
--- a/modules/c-strtod
+++ b/modules/c-strtod
@@ -8,6 +8,7 @@ m4/c-strtod.m4
Depends-on:
extensions
+locale
strdup-posix
configure.ac:
diff --git a/modules/c-strtold b/modules/c-strtold
index 95439b1207..e846276b76 100644
--- a/modules/c-strtold
+++ b/modules/c-strtold
@@ -9,6 +9,7 @@ m4/c-strtod.m4
Depends-on:
extensions
+locale
strdup-posix
configure.ac: