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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"