This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95609a2
)
perldelta 8bfeb7823012732f6bfd9c65485ae3ad9c0cce8d
author
Zefram
<zefram@fysh.org>
Fri, 15 Dec 2017 00:56:11 +0000
(
00:56
+0000)
committer
Zefram
<zefram@fysh.org>
Fri, 15 Dec 2017 00:56:11 +0000
(
00:56
+0000)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
f412fbd
..
574fecc
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-433,6
+433,11
@@
handle. [perl #115814]
The default typemap, by avoiding C<newGVgen>, now no longer leaks when
XSUBs return file handles (C<PerlIO *> or C<FILE *>). [perl #115814]
+=item *
+
+Creating a C<BEGIN> block as an XS subroutine with a prototype no longer
+crashes because of the early freeing of the subroutine.
+
=back
=head1 Known Problems