Date: Thu, 15 Jan 2009 04:49:43 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/stdio printfcommon.h vfprintf.c vfwprintf.c Message-ID: <200901150449.n0F4ntFN075269@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2009-01-15 04:49:43 UTC FreeBSD src repository Modified files: lib/libc/stdio printfcommon.h vfprintf.c vfwprintf.c Log: SVN rev 187284 on 2009-01-15 04:49:43Z by das Reduce code duplication by moving functions that are identical in both vfprintf.c and vfwprintf.c (except for char/wchar_t differences) to a common header file. Revision Changes Path 1.2 +216 -0 src/lib/libc/stdio/printfcommon.h 1.85 +0 -213 src/lib/libc/stdio/vfprintf.c 1.36 +0 -214 src/lib/libc/stdio/vfwprintf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901150449.n0F4ntFN075269>