cvs commit: src/lib/libc/gen fmtcheck.3 fmtcheck.c
David Schultz
das at FreeBSD.org
Sat Aug 2 06:02:54 UTC 2008
das 2008-08-02 06:02:42 UTC
FreeBSD src repository
Modified files:
lib/libc/gen fmtcheck.3 fmtcheck.c
Log:
SVN rev 181154 on 2008-08-02 06:02:42Z by das
Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, and
wide string arguments.
Also simplify the code that handles length modifiers and make it
more conservative. For instance, be explicit about the modifiers
allowed for %d, rather than assuming that anything other than L,
q, t, or z implies an int argument.
Revision Changes Path
1.10 +1 -3 src/lib/libc/gen/fmtcheck.3
1.9 +98 -34 src/lib/libc/gen/fmtcheck.c
More information about the cvs-src
mailing list