This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate most *printf-like calls that use a simple "%c" format,
authorNicholas Clark <nick@ccl4.org>
Fri, 5 Oct 2007 19:48:27 +0000 (19:48 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 5 Oct 2007 19:48:27 +0000 (19:48 +0000)
commit5e7aa789c35577c2a092ac2f2d75bcee74e9b7f1
treefc741efdbe8431008d864aed677b5905f676d839
parent85aaa9347a943c63cdf17ef4ee9c73294929e278
Eliminate most *printf-like calls that use a simple "%c" format,
replacing them with constructions that are more efficient because they
avoid the overhead of the *printf format parser and interpreter code.

p4raw-id: //depot/perl@32034
dump.c
regcomp.c
toke.c
utf8.c