From 9198d683b6ef24ea8477356380f14b45ae28574d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 14 Jul 2024 18:39:29 +0200 Subject: [PATCH] Activate strtold workarounds. * modules/c-strtold-tests (Depends-on): Add strtold. * modules/ldtoastr (Depends-on): Add strtold. --- ChangeLog | 6 ++++++ modules/c-strtold-tests | 1 + modules/ldtoastr | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9cd8f14566..2d98ce074d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-07-14 Bruno Haible + + Activate strtold workarounds. + * modules/c-strtold-tests (Depends-on): Add strtold. + * modules/ldtoastr (Depends-on): Add strtold. + 2024-07-14 Bruno Haible strtold: Work around major mingw bugs. diff --git a/modules/c-strtold-tests b/modules/c-strtold-tests index 7686da9755..fb1b6a80e0 100644 --- a/modules/c-strtold-tests +++ b/modules/c-strtold-tests @@ -17,6 +17,7 @@ signbit setlocale thread nanosleep +strtold configure.ac: gt_LOCALE_FR diff --git a/modules/ldtoastr b/modules/ldtoastr index 40d69f3d6c..15d39162cd 100644 --- a/modules/ldtoastr +++ b/modules/ldtoastr @@ -9,6 +9,7 @@ lib/ldtoastr.c Depends-on: extensions intprops +strtold configure.ac: -- 2.39.5