This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
4th patch from:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Mon, 1 Jan 2007 20:16:13 +0000 (21:16 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 4 Jan 2007 15:33:16 +0000 (15:33 +0000)
commitbe2597dfdde55c276ac6c4b68dadc448c601d0cc
treeaef6abfecbcea9a7241e50ad3f55ff3d733ebb35
parent6c9570dc5de7137a22f5d4e76431529d4f7342b7
4th patch from:

Subject: [PATCH] Cleanup SVf arguments (2nd try)
Message-ID: <20070101201613.4120d9ef@r2d2>

Introduce an SVfARG() macro for %SVf (%-p here) arguments to
perl's printf

p4raw-id: //depot/perl@29687
21 files changed:
XSUB.h
doio.c
gv.c
hv.c
mg.c
op.c
pad.c
perl.c
perl.h
perlio.c
pp.c
pp_ctl.c
pp_hot.c
pp_sort.c
pp_sys.c
regcomp.c
regexec.c
sv.c
toke.c
universal.c
utf8.c