History log of /freebsd-10-stable/lib/libc/stdio/printflocal.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 189268 02-Mar-2009 das

The argument corresponding to %zn is supposed to be an ssize_t *, not
a size_t *, although the distinction is moot in practice.


# 180106 29-Jun-2008 das

Correctly handle malloc() failure. While here, reduce the code size a
bit by removing some calls to the inline function addtype().


# 180104 29-Jun-2008 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.