Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0f6279cac483c346e9f1dd8bb4b24c5ac3256499 https://github.com/Perl/perl5/commit/0f6279cac483c346e9f1dd8bb4b24c5ac3256499 Author: Karl Williamson <k...@cpan.org> Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths: M embed.fnc M embedvar.h M intrpvar.h M mathoms.c M proto.h Log Message: ----------- Make sure mathoms gets loaded Commit: 2b8cbf5b9e4d6ee9525c7d729a5965aaa1ee21d6 https://github.com/Perl/perl5/commit/2b8cbf5b9e4d6ee9525c7d729a5965aaa1ee21d6 Author: Karl Williamson <k...@cpan.org> Date: 2025-07-28 (Mon, 28 Jul 2025) Changed paths: M embed.fnc M embed.h M intrpvar.h M mathoms.c M pod/perldelta.pod M proto.h Log Message: ----------- Reapply "Attempt to remove deprecated sv_locking/unlocking" This reverts commit f3a5b2b22f875a08c4d1253a866327c4551f0d73. That commit reverted 3afafdb6cda45b8879aa284d5fb90c3446584bfc. The reason was one of the removed deprecated functions being present in mathoms had an extra purpose, making sure that the functions in mathoms.c get loaded. The commit just prior to this one created a different mechanism for forcing that load, so the the reason for the original revert is gone, so it can be reapplied. Compare: https://github.com/Perl/perl5/compare/5df7a2e2277b...2b8cbf5b9e4d To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications