Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 10/19/2000 12:45:32
Module Name:	basesrc
Committed By:	kleink
Date:		Thu Oct 19 09:45:32 UTC 2000

Modified Files:
	basesrc/lib/libc/stdio: printf.3 snprintf.c vsnprintf.c

Log Message:
C99: Passing a null pointer as the buffer argument to snprintf() and
vsnprintf() is permitted when the size argument is zero as well; mostly
from Peter Seebach in PR standards/9603.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/lib/libc/stdio/printf.3 \
    basesrc/lib/libc/stdio/vsnprintf.c
cvs rdiff -r1.12 -r1.13 basesrc/lib/libc/stdio/snprintf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.