view modules/printf-safe @ 9426:3384ef16a830

Remove some temp files leftover from tests. * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files. * modules/freadable-tests (MOSTLYCLEANFILES): Likewise. * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
author Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
date Tue, 30 Oct 2007 07:05:41 +0100
parents faef119238ca
children
line wrap: on
line source

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