gavin
37a5968ad3
Remove two unused variables, left over from the refactoring in r180104.
...
PR: bin/152551
Submitted by: Henning Petersen <henning.petersen t-online.de>
MFC after: 2 weeks
2010-12-02 13:40:21 +00:00
das
f45a0d48ab
The argument corresponding to %zn is supposed to be an ssize_t *, not
...
a size_t *, although the distinction is moot in practice.
2009-03-02 04:07:58 +00:00
das
8f720cc667
Make sure %zd treats negative arguments properly on 32-bit platforms.
...
Fix harmless but related bugs in %_$zd and %_$tu.
PR: 131880
MFC after: 1 week
2009-02-28 04:58:18 +00:00
das
87e572f6a6
Fix a bogon in the previous commit and add some missing error checks.
2008-06-29 23:46:06 +00:00
das
68710b0990
Correctly handle malloc() failure. While here, reduce the code size a
...
bit by removing some calls to the inline function addtype().
2008-06-29 22:54:26 +00:00
das
38f0d9da85
Factor out the code that builds the argument table. We don't need separate
...
normal and wide character versions of it.
No functional change.
2008-06-29 22:04:25 +00:00
das
8d5e7f14f6
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.
2008-06-29 21:52:40 +00:00