Date: Sun, 29 Jun 2008 21:52:40 +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/stdio Makefile.inc printf-pos.c printflocal.h vfprintf.c vfwprintf.c Message-ID: <200806292152.m5TLqmdB023044@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2008-06-29 21:52:40 UTC
FreeBSD src repository
Modified files:
lib/libc/stdio Makefile.inc vfprintf.c vfwprintf.c
Added files:
lib/libc/stdio printf-pos.c printflocal.h
Log:
SVN rev 180104 on 2008-06-29 21:52:40Z by das
Reduce the level of duplication between vfprintf() and vfwprintf()
by moving the positional argument handling code to a new file,
printf-pos.c, and moving common definitions to printflocal.h.
No functional change intended.
Revision Changes Path
1.39 +2 -1 src/lib/libc/stdio/Makefile.inc
1.1 +788 -0 src/lib/libc/stdio/printf-pos.c (new)
1.1 +94 -0 src/lib/libc/stdio/printflocal.h (new)
1.80 +1 -486 src/lib/libc/stdio/vfprintf.c
1.31 +3 -488 src/lib/libc/stdio/vfwprintf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806292152.m5TLqmdB023044>
