Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 10/20/2000 21:46:10
Module Name: basesrc
Committed By: briggs
Date: Fri Oct 20 18:46:10 UTC 2000
Modified Files:
basesrc/include: stdlib.h
basesrc/lib/libc: shlib_version
basesrc/lib/libc/gen: Makefile.inc
basesrc/lib/libc/include: namespace.h
Added Files:
basesrc/lib/libc/gen: fmtcheck.3 fmtcheck.c
Log Message:
Add {__,}fmtcheck(), a function specified by Bill Sommerfeld to check
a user-supplied format string against a fallback format string to ensure
that they will consume arguments of the same type.
libc minor bump for new API entry point.
To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 basesrc/include/stdlib.h
cvs rdiff -r1.94 -r1.95 basesrc/lib/libc/shlib_version
cvs rdiff -r1.104 -r1.105 basesrc/lib/libc/gen/Makefile.inc
cvs rdiff -r0 -r1.1 basesrc/lib/libc/gen/fmtcheck.3 \
basesrc/lib/libc/gen/fmtcheck.c
cvs rdiff -r1.58 -r1.59 basesrc/lib/libc/include/namespace.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.