Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 84c75204391437a2f1d2f579c545b4592014b1cb
https://github.com/Perl/perl5/commit/84c75204391437a2f1d2f579c545b4592014b1cb
Author: Richard Leach <[email protected]>
Date: 2021-07-03 (Sat, 03 Jul 2021)
Changed paths:
M embed.fnc
M embed.h
M inline.h
M proto.h
Log Message:
-----------
Add inline av_fetch_simple and av_store_simple functions
Commit: 310f47b68123831258bf28d4105fd80f8ed59430
https://github.com/Perl/perl5/commit/310f47b68123831258bf28d4105fd80f8ed59430
Author: Richard Leach <[email protected]>
Date: 2021-07-03 (Sat, 03 Jul 2021)
Changed paths:
M pad.c
Log Message:
-----------
Perl_pad_alloc: simplify av_fetch() calls
The nature of PL_comppad allows this.
Compare: https://github.com/Perl/perl5/compare/c683824536c9...310f47b68123