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:
847428b
)
add perldelta entry for overload fixes
author
David Mitchell
<davem@iabyn.com>
Sun, 23 May 2010 14:04:37 +0000
(15:04 +0100)
committer
David Mitchell
<davem@iabyn.com>
Sun, 23 May 2010 14:04:37 +0000
(15:04 +0100)
pod/perl5132delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5132delta.pod
b/pod/perl5132delta.pod
index
0ae2ecc
..
69d1b60
100644
(file)
--- a/
pod/perl5132delta.pod
+++ b/
pod/perl5132delta.pod
@@
-133,7
+133,11
@@
L</Modules and Pragmata>.
=item *
-XXX
+Overloading now works properly in conjunction with tied variables. What
+formerly happened was that most ops checked their arguments for overloading
+I<before> checking for magic, so for example an overloaded object returned
+by a tied array access would usually be treated as not overloaded
+(RT #57012).
=back
@@
-157,7
+161,8
@@
XXX Changes which affect the interface available to C<XS> code go here.
=item *
-XXX
+The following new functions or macros have been added to the public API:
+C<SvNV_nomg>, C<sv_2nv_flags>.
=back