changeset 12435:39d05e3c2270

c-strtod, c-strtold: Use the multithread-safe implementation on MacOS X.
author Bruno Haible <bruno@clisp.org>
date Sat, 12 Dec 2009 15:13:35 +0100
parents 80b285bbfcda
children 8284eb73fbed
files ChangeLog modules/c-strtod modules/c-strtold
diffstat 3 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/c-strtod
+++ b/modules/c-strtod
@@ -8,6 +8,7 @@
 
 Depends-on:
 extensions
+locale
 strdup-posix
 
 configure.ac:
--- a/modules/c-strtold
+++ b/modules/c-strtold
@@ -9,6 +9,7 @@
 
 Depends-on:
 extensions
+locale
 strdup-posix
 
 configure.ac: