# HG changeset patch # User Bruno Haible # Date 1192878513 -7200 # Node ID 930efddef3ad338ee0478d5b9075ff13b2a2ca94 # Parent dbb64cb4aed937fa7c1306d3855751fe0f009a51 Depend on fprintf-posix. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-10-20 Bruno Haible + + * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use + of %a. + * modules/floorf-tests (Depends-on): Likewise. + * modules/truncf-tests (Depends-on): Likewise. + * modules/trunc-tests (Depends-on): Likewise. + Reported by Ben Pfaff. + 2007-10-19 Jim Meyering * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err". diff --git a/modules/ceilf-tests b/modules/ceilf-tests --- a/modules/ceilf-tests +++ b/modules/ceilf-tests @@ -7,6 +7,7 @@ isnanf-nolibm stdbool stdint +fprintf-posix configure.ac: diff --git a/modules/floorf-tests b/modules/floorf-tests --- a/modules/floorf-tests +++ b/modules/floorf-tests @@ -7,6 +7,7 @@ isnanf-nolibm stdbool stdint +fprintf-posix configure.ac: diff --git a/modules/trunc-tests b/modules/trunc-tests --- a/modules/trunc-tests +++ b/modules/trunc-tests @@ -7,6 +7,7 @@ isnan-nolibm stdbool stdint +fprintf-posix configure.ac: diff --git a/modules/truncf-tests b/modules/truncf-tests --- a/modules/truncf-tests +++ b/modules/truncf-tests @@ -7,6 +7,7 @@ isnanf-nolibm stdbool stdint +fprintf-posix configure.ac: