From: Bruno Haible <bruno@clisp.org>
Date: Sat, 12 Dec 2009 14:13:35 +0000 (+0100)
Subject: c-strtod, c-strtold: Use the multithread-safe implementation on MacOS X.
X-Git-Tag: v0.1~5052
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=895350a614eb75b5e903abcad532f2ed1b281c1f;p=gnulib.git

c-strtod, c-strtold: Use the multithread-safe implementation on MacOS X.
---

diff --git a/ChangeLog b/ChangeLog
index 110f697987..b7082de54f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
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: