From 895350a614eb75b5e903abcad532f2ed1b281c1f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 12 Dec 2009 15:13:35 +0100 Subject: [PATCH] c-strtod, c-strtold: Use the multithread-safe implementation on MacOS X. --- ChangeLog | 6 ++++++ modules/c-strtod | 1 + modules/c-strtold | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 110f69798..b7082de54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-12-12 Bruno Haible + 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 + * lib/localcharset.c (locale_charset): Add comment about use of GetACP. 2009-12-11 Eric Blake diff --git a/modules/c-strtod b/modules/c-strtod index 7212e09b0..3bed82552 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 95439b120..e846276b7 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: -- 2.11.0