Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b4915ed1b0cd58c2662234f6215102dc4c07920e https://github.com/Perl/perl5/commit/b4915ed1b0cd58c2662234f6215102dc4c07920e Author: Karl Williamson <k...@cpan.org> Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths: M perl.h Log Message: ----------- perl.h: Use Perl_croak() instead of more specific panic Instead of using locale_panic_(), which is applicable for locales, use the more generic Perl_croak(). This is in preparation for a future commit that will use this code in other situations Commit: 975f9cc3836593a52298732721ba6c5294271d43 https://github.com/Perl/perl5/commit/975f9cc3836593a52298732721ba6c5294271d43 Author: Karl Williamson <k...@cpan.org> Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M perl.h Log Message: ----------- perl.h: Create generic reentrant locks functions Prior to this commit, the only mutex that could be a reentrant lock was the locale mutex. This commit extracts the code that does that so that other mutexes can easily be made reentrant as well. Compare: https://github.com/Perl/perl5/compare/6fe8ec7fe224...975f9cc38365 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications