Subject: CVS commit: basesrc/lib/libc/stdio
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 12/02/2001 22:12:03
Module Name: basesrc
Committed By: kleink
Date: Sun Dec 2 20:12:03 UTC 2001
Modified Files:
basesrc/lib/libc/stdio: printf.3 vfprintf.c
Log Message:
C99:
* Recognize %F.
* Convert {Infinity,NaN} to {"inf","nan"} for %[efg], and to
{"INF","NAN"} for %[EFG].
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 basesrc/lib/libc/stdio/printf.3
cvs rdiff -r1.40 -r1.41 basesrc/lib/libc/stdio/vfprintf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.