changeset 8918:faef119238ca

A "mixin" module that determines whether to require additional safety from *printf-posix.
author Bruno Haible <bruno@clisp.org>
date Wed, 06 Jun 2007 02:19:50 +0000
parents 296a84124dcd
children 42e2847583f9
files modules/printf-safe
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /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
+