# HG changeset patch # User Bruno Haible # Date 1260627215 -3600 # Node ID 39d05e3c227018dc012b9eb94589385133e740f9 # Parent 80b285bbfcda507d79a150d5240d7e3ec2b7b725 c-strtod, c-strtold: Use the multithread-safe implementation on MacOS X. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/modules/c-strtod +++ b/modules/c-strtod @@ -8,6 +8,7 @@ Depends-on: extensions +locale strdup-posix configure.ac: diff --git a/modules/c-strtold b/modules/c-strtold --- a/modules/c-strtold +++ b/modules/c-strtold @@ -9,6 +9,7 @@ Depends-on: extensions +locale strdup-posix configure.ac: