Date: Sat, 2 Aug 2008 06:02:42 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen fmtcheck.3 fmtcheck.c Message-ID: <200808020602.m7262sgK053717@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808020602.m7262sgK053717>