Skip to content

Commit 0ecd2f7

Browse files
committed
perldelta for 1a2b24d
1 parent 1a2b24d commit 0ecd2f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pod/perldelta.pod

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,13 @@ A new magic type C<PERL_MAGIC_extvalue> has been added. This is available for
385385
use like C<PERL_MAGIC_ext>, but is a value magic: upon localization the new
386386
value will not be magical.
387387

388+
=item *
389+
390+
The C<SSNEW()>, C<SSNEWt()>, C<SSNEWa()> and C<SSNEWat()> APIs now
391+
return a C<SSize_t> value. The C<SSPTR()> and C<SSPTRt()> macros now
392+
expect a C<SSize_t> parameter, and enforce that on debugging builds.
393+
[github #20411]
394+
388395
=back
389396

390397
=head1 Selected Bug Fixes

0 commit comments

Comments
 (0)