History log of /freebsd-10.1-release/share/man/man3/stdarg.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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

# 262190 18-Feb-2014 jhb

MFC 261518:
- Update a few places to account for va_copy().
- Create a separate 'return values' section and move some statements about
return values to that section.
- Note that each invocation of va_start() and va_copy() must be paired with
va_end() in the same function.


# 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


# 140561 21-Jan-2005 ru

Sort sections.


# 131530 03-Jul-2004 ru

Mechanically kill hard sentence breaks and double whitespaces.


# 119893 08-Sep-2003 ru

mdoc(7): Use the new feature of the .In macro.


# 107383 29-Nov-2002 ru

mdoc(7) police: scheduled sweep.

Approved by: re


# 105929 25-Oct-2002 tjr

Update the Standards section for the addition of the C99 va_copy macro.


# 103526 18-Sep-2002 mike

Implement C99's va_copy() macro.


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 81748 16-Aug-2001 dd

Remove unused variable in example.


# 79727 14-Jul-2001 schweikh

Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'

BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...

Reviewed by: Silence from cvs diff -b
MFC after: 7 days


# 73088 26-Feb-2001 ru

.St -ansiC -> .St -isoC


# 68962 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 23466 07-Mar-1997 jmg

add missing cvs Id lines.


# 22116 30-Jan-1997 jmacd

I just found a bug in my program, I was calling va_arg (..., char),
when parsing a printf-like arg list. Looking for someone to blame,
I noticed that the man page has a bad example. It clearly says at
the top that types following the last known argument are passed after
their default type conversions, and then later the example uses

va_arg (..., char);

so I fixed it.


# 1639 30-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1638,
which included commits to RCS files with non-trunk default branches.


# 1638 30-May-1994 rgrimes

BSD 4.4 Lite Share Sources