In perl.git, the branch smoke-me/khw-harness has been created <http://perl5.git.perl.org/perl.git/commitdiff/8d9fb9c146a49fdd150c41bde17a1623abb47409?hp=0000000000000000000000000000000000000000>
at 8d9fb9c146a49fdd150c41bde17a1623abb47409 (commit) - Log ----------------------------------------------------------------- commit 8d9fb9c146a49fdd150c41bde17a1623abb47409 Author: Karl Williamson <k...@cpan.org> Date: Fri Mar 3 11:39:57 2017 -0700 l M t/harness commit b903766c447d99b93910e45376d9c446cb8519cf Author: Karl Williamson <k...@cpan.org> Date: Mon Mar 6 12:25:21 2017 -0700 PATCH: [perl #130921]: Don't use Newx in decoding UTF-8 The bottom level UTF-8 decoding routine can be used during periods when using Newx is prohibited, as diagnosed by Dave Mitchell for this ticket. The particular use of Newx was unnecessary, as it is just large enough to hold a single character, and that can be done by an automatic variable on the C stack, and probably more efficiently. M utf8.c ----------------------------------------------------------------------- -- Perl5 Master Repository