Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7c2d42a7fc929320cd3f6fa97291ee8853fab689 https://github.com/Perl/perl5/commit/7c2d42a7fc929320cd3f6fa97291ee8853fab689 Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk> Date: 2021-08-25 (Wed, 25 Aug 2021)
Changed paths: M embed.fnc M embed.h M proto.h M sv.c Log Message: ----------- Add sv_setrv_noinc() Commit: 11d028376675b37f3e9c5f15bc93ab00562a25d1 https://github.com/Perl/perl5/commit/11d028376675b37f3e9c5f15bc93ab00562a25d1 Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M embed.fnc M embed.h M proto.h M sv.c Log Message: ----------- Add sv_setrv_inc() Commit: ecc6bf9b4b2a775770929c210e3aa9213dfb5d93 https://github.com/Perl/perl5/commit/ecc6bf9b4b2a775770929c210e3aa9213dfb5d93 Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M embed.fnc M embed.h M proto.h M sv.c Log Message: ----------- Add _mg() versions of the sv_setrv* family Commit: 972c8f20eb76a50b81fd2f1d3228a8fff6282347 https://github.com/Perl/perl5/commit/972c8f20eb76a50b81fd2f1d3228a8fff6282347 Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M mg.c M pp.c M sv.c M universal.c Log Message: ----------- Convert some existing uses of SvRV_set() to use the new sv_setrv* family of functions Commit: 790188cd1c4d6c1a940b76e042ed45aac5e99517 https://github.com/Perl/perl5/commit/790188cd1c4d6c1a940b76e042ed45aac5e99517 Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M ext/Devel-Peek/Peek.pm M ext/Devel-Peek/Peek.xs Log Message: ----------- Use new sv_setrv_noinc() in Devel::Peek Commit: 8f6f90a58f91a8783575638479740cd2867ec124 https://github.com/Perl/perl5/commit/8f6f90a58f91a8783575638479740cd2867ec124 Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M dist/threads-shared/lib/threads/shared.pm M dist/threads-shared/shared.xs Log Message: ----------- Use newRV_inc() in threads::shared instead of direct juggling with SvRV_set() Compare: https://github.com/Perl/perl5/compare/3020db6f5b9c...8f6f90a58f91