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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=895350a614eb75b5e903abcad532f2ed1b281c1f;p=pspp 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 + + 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. 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: