From b2d043308f9a2cd45991712996e2b50abc83581d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 6 Jun 2007 02:19:50 +0000 Subject: [PATCH] A "mixin" module that determines whether to require additional safety from *printf-posix. --- modules/printf-safe | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 modules/printf-safe diff --git a/modules/printf-safe b/modules/printf-safe new file mode 100644 index 0000000000..8e93366a15 --- /dev/null +++ b/modules/printf-safe @@ -0,0 +1,22 @@ +Description: +Ensures that the *printf() functions provided by the *printf-posix modules +recognize non-IEEE-754 values of 'long double' arguments and display them as +NaN (rather than producing undefined behavior). + +Files: + +Depends-on: + +configure.ac: +m4_divert_text([INIT_PREPARE], [gl_printf_safe=yes]) + +Makefile.am: + +Include: + +License: +LGPL + +Maintainer: +Bruno Haible + -- 2.30.2