From: Bruno Haible 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: http://erislabs.org.uk/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 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: