In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/fa126b815dff7ae97d41fddc66264801f119e5ce?hp=2273039810f46a2ccd5940a26c7c04f8e039aa8f>
- Log ----------------------------------------------------------------- commit fa126b815dff7ae97d41fddc66264801f119e5ce Author: Tony Cook <t...@develop-help.com> Date: Fri Oct 5 14:41:09 2018 +1000 perldelta for 2273039810f4 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9f6683f23f..31a427edf7 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -384,6 +384,10 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>. C<pack "u", "invalid uuencoding"> now properly NUL terminates the zero-length SV produced. [perl #132655] +=item * + +Improve the debugging output for calloc() calls with C<-Dm>. [perl #133439] + =back =head1 Known Problems -- Perl5 Master Repository