Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d7e5a0936638ae2282ce575dc353654b8beef5e4 https://github.com/Perl/perl5/commit/d7e5a0936638ae2282ce575dc353654b8beef5e4 Author: Karl Williamson <k...@cpan.org> Date: 2025-07-30 (Wed, 30 Jul 2025)
Changed paths: M av.h M embed.fnc M embed.h M inline.h M proto.h Log Message: ----------- AvFILL: Evaluate argument exactly once Macros should not evaluate their arguments more than once due to the possibility of the argument being an expression with side effects. This commit creates an inlined helper function to do the main processing. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications