Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 80b607a6dd1e0db9611fdd60f6a052ed4e692d5b https://github.com/Perl/perl5/commit/80b607a6dd1e0db9611fdd60f6a052ed4e692d5b Author: Marc Reisner <reisner.m...@gmail.com> Date: 2025-07-30 (Wed, 30 Jul 2025)
Changed paths: M hints/aix.sh Log Message: ----------- Update AIX hints to allow clang to work Commit: 1e0ff1da7302b45d0dac02a6eca73f0ebe6d713a https://github.com/Perl/perl5/commit/1e0ff1da7302b45d0dac02a6eca73f0ebe6d713a Author: Marc Reisner <reisner.m...@gmail.com> Date: 2025-07-30 (Wed, 30 Jul 2025) Changed paths: M makedef.pl M perl.h Log Message: ----------- Add perl_tsa_mutex_* to exported functions When PERL_TSA_ACTIVE is defined, perl_tsa_mutex_lock and perl_tsa_mutex_unlock are required to be defined. However, they are not exported so they cannot be used by core extensions such as re. Commit: ccaf98b0cbe6cfd247f0282c2575968ba35c067c https://github.com/Perl/perl5/commit/ccaf98b0cbe6cfd247f0282c2575968ba35c067c Author: Marc Reisner <reisner.m...@gmail.com> Date: 2025-07-30 (Wed, 30 Jul 2025) Changed paths: M hints/aix_3.sh M hints/aix_4.sh M thread.h Log Message: ----------- Remove NEED_PTHREAD_INIT macro and its usage in AIX hints pthread_init is not a real function (in POSIX or AIX pthread), and doesn't appear to have ever existed. Trying to use it causes a compiler failure when using ibm-clang. Commit: 0218e8f9dcf69f668f810545c7351eadd6df474c https://github.com/Perl/perl5/commit/0218e8f9dcf69f668f810545c7351eadd6df474c Author: Marc Reisner <reisner.m...@gmail.com> Date: 2025-07-30 (Wed, 30 Jul 2025) Changed paths: M README.aix Log Message: ----------- Update AIX README Commit: 655b4c851125ee9b9e129d06b74bd7b81ca5700d https://github.com/Perl/perl5/commit/655b4c851125ee9b9e129d06b74bd7b81ca5700d Author: Marc Reisner <reisner.m...@gmail.com> Date: 2025-07-30 (Wed, 30 Jul 2025) Changed paths: M pod/perldelta.pod Log Message: ----------- Update perldelta Commit: 9a22386f12c71102244e67b45486f82e5be08857 https://github.com/Perl/perl5/commit/9a22386f12c71102244e67b45486f82e5be08857 Author: Marc Reisner <reisner.m...@gmail.com> Date: 2025-07-30 (Wed, 30 Jul 2025) Changed paths: M hints/aix.sh Log Message: ----------- Update AIX hints to default to ibm-clang_r if found Compare: https://github.com/Perl/perl5/compare/ca0726b32a0d...9a22386f12c7 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications