A "mixin" module that determines whether to require additional safety from
authorBruno Haible <bruno@clisp.org>
Wed, 6 Jun 2007 02:19:50 +0000 (02:19 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 6 Jun 2007 02:19:50 +0000 (02:19 +0000)
*printf-posix.

modules/printf-safe [new file with mode: 0644]

diff --git a/modules/printf-safe b/modules/printf-safe
new file mode 100644 (file)
index 0000000..8e93366
--- /dev/null
@@ -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
+