perl.perl5.changes
https://www.nntp.perl.org/group/perl.perl5.changes/
...Copyright 1998-2025 perl.orgSat, 14 Jun 2025 10:31:33 +0000[email protected][Perl/perl5] fdbbfb: Simplify the recommended alternatives to rand() by Robert Rothenberg via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: fdbbfbf41538c26b8b3c6edf37c5d861394c8af6<br/> https://github.com/Perl/perl5/commit/fdbbfbf41538c26b8b3c6edf37c5d861394c8af6<br/> Author: Robert Rothenberg <[email protected]><br/> Date: 2025-06-13 (Fri, 13 Jun 2025)<br/><br/> Changed paths:<br/> M pod/perlfunc.pod<br/><br/> Log Message:<br/> -----------<br/> Simplify the recommended alternatives to rand()<br/><br/>The CPAN Security Group (CPANSec) is currently working on guides to<br/>generating security-quality random data [1]. We are focusing on modules<br/>that have secure defaults and are fairly lightweight.<br/><br/>We would like to change the recommended modules to ones that we think<br/>are better options.<br/><br/>Crypt::URandom is portable, has fewer prerequisites than Crypt::Random,<br/>Math::Random::Secure or Data::Entropy, and works with Windows.<br/><br/>Crypt::PRNG has secure defaults and methods for generating different<br/>kinds of random data.<br/><br/>Math::TrulyRandom hasn't been updated since 1996, and is a solution<br/>intended for systems without something like /dev/random.<br/><br/>Data::Entropy had a security issue that was recently fixed, and the<br/>latest version is marked as deprecated.<br/><br/>[1] https://security.metacpan.org/docs/guides/random-data-for-security.html<br/><br/><br/> Commit: 8c71d4a0b542607dbfe67a67fc2fee44f2452d5d<br/> https://github.com/Perl/perl5/commit/8c71d4a0b542607dbfe67a67fc2fee44f2452d5d<br/> Author: Robert Rothenberg <[email protected]><br/> Date: 2025-06-13 (Fri, 13 Jun 2025)<br/><br/> Changed paths:<br/> M t/porting/known_pod_issues.dat<br/><br/> Log Message:<br/> -----------<br/> Update known_pod_issues.dat for tests<br/><br/><br/>Compare: https://github.com/Perl/perl5/compare/d6f09a896842...8c71d4a0b542<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64544.htmlFri, 13 Jun 2025 12:10:06 +0000[Perl/perl5] 08dffa: Use PerlLIO_dup_cloexec in Perl_dirp_dup to setO_... by Leon Timmermans via perl5-changes Branch: refs/heads/maint-5.40<br/> Home: https://github.com/Perl/perl5<br/> Commit: 08dffa08a0a3822d9eaae5bd7aea9c3a5b67a3f3<br/> https://github.com/Perl/perl5/commit/08dffa08a0a3822d9eaae5bd7aea9c3a5b67a3f3<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-12 (Thu, 12 Jun 2025)<br/><br/> Changed paths:<br/> M sv.c<br/><br/> Log Message:<br/> -----------<br/> Use PerlLIO_dup_cloexec in Perl_dirp_dup to set O_CLOEXEC<br/><br/>dup doesn't mark the new descriptor as close-on-exec, which can lead to<br/>a descriptor leaking to the new process.<br/><br/>(cherry picked from commit d6f09a896842e5288af5d3817756b67a919ad7ad)<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64543.htmlThu, 12 Jun 2025 20:35:34 +0000[Perl/perl5] 0bb170: Use PerlLIO_dup_cloexec in Perl_dirp_dup to setO_... by Leon Timmermans via perl5-changes Branch: refs/heads/maint-5.38<br/> Home: https://github.com/Perl/perl5<br/> Commit: 0bb170146084d626e1ff0dee1936b9eb92a68cf9<br/> https://github.com/Perl/perl5/commit/0bb170146084d626e1ff0dee1936b9eb92a68cf9<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-12 (Thu, 12 Jun 2025)<br/><br/> Changed paths:<br/> M sv.c<br/><br/> Log Message:<br/> -----------<br/> Use PerlLIO_dup_cloexec in Perl_dirp_dup to set O_CLOEXEC<br/><br/>dup doesn't mark the new descriptor as close-on-exec, which can lead to<br/>a descriptor leaking to the new process.<br/><br/>(cherry picked from commit d6f09a896842e5288af5d3817756b67a919ad7ad)<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64542.htmlThu, 12 Jun 2025 20:35:27 +0000[Perl/perl5] 0ebba2: Need to run `make regen` on previous commit by James E Keenan via perl5-changes Branch: refs/heads/maint-5.38<br/> Home: https://github.com/Perl/perl5<br/> Commit: 0ebba20a1068c882d02647abca011be856d77441<br/> https://github.com/Perl/perl5/commit/0ebba20a1068c882d02647abca011be856d77441<br/> Author: James E Keenan <[email protected]><br/> Date: 2025-06-12 (Thu, 12 Jun 2025)<br/><br/> Changed paths:<br/> M uconfig.h<br/><br/> Log Message:<br/> -----------<br/> Need to run `make regen` on previous commit<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64541.htmlThu, 12 Jun 2025 19:48:10 +0000[Perl/perl5] 499c85: prepare perldelta for the release of v5.42.0 by perl5-changes Branch: refs/heads/book/perl5420delta<br/> Home: https://github.com/Perl/perl5<br/> Commit: 499c850e050a9403a57bf5ec695874280908a9e4<br/> https://github.com/Perl/perl5/commit/499c850e050a9403a57bf5ec695874280908a9e4<br/> Author: Philippe Bruhat (BooK) <[email protected]><br/> Date: 2025-06-11 (Wed, 11 Jun 2025)<br/><br/> Changed paths:<br/> M pod/perldelta.pod<br/><br/> Log Message:<br/> -----------<br/> prepare perldelta for the release of v5.42.0<br/><br/>Co-authored-by: Thibault Duponchelle <[email protected]><br/>Co-authored-by: Eric Herman <[email protected]><br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64540.htmlWed, 11 Jun 2025 17:04:30 +0000[Perl/perl5] d6f09a: Use PerlLIO_dup_cloexec in Perl_dirp_dup to setO_... by Leon Timmermans via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: d6f09a896842e5288af5d3817756b67a919ad7ad<br/> https://github.com/Perl/perl5/commit/d6f09a896842e5288af5d3817756b67a919ad7ad<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-10 (Tue, 10 Jun 2025)<br/><br/> Changed paths:<br/> M sv.c<br/><br/> Log Message:<br/> -----------<br/> Use PerlLIO_dup_cloexec in Perl_dirp_dup to set O_CLOEXEC<br/><br/>dup doesn't mark the new descriptor as close-on-exec, which can lead to<br/>a descriptor leaking to the new process.<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64539.htmlMon, 09 Jun 2025 23:15:55 +0000[Perl/perl5] 3de375: Use PerlLIO_dup_cloexec in Perl_dirp_dup to setO_... by Leon Timmermans via perl5-changes Branch: refs/heads/leont/fdopendir-dup<br/> Home: https://github.com/Perl/perl5<br/> Commit: 3de37537d6d4f0321645973790ecc9805266501f<br/> https://github.com/Perl/perl5/commit/3de37537d6d4f0321645973790ecc9805266501f<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-09 (Mon, 09 Jun 2025)<br/><br/> Changed paths:<br/> M sv.c<br/><br/> Log Message:<br/> -----------<br/> Use PerlLIO_dup_cloexec in Perl_dirp_dup to set O_CLOEXEC<br/><br/>dup doesn't mark the new descriptor as close-on-exec, which can lead to<br/>a descriptor leaking to the new process.<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64538.htmlMon, 09 Jun 2025 21:40:23 +0000[Perl/perl5] 1b9578: Use PerlLIO_dup_cloexec in Perl_dirp_dup to setO_... by Leon Timmermans via perl5-changes Branch: refs/heads/leont/fdopendir-dup<br/> Home: https://github.com/Perl/perl5<br/> Commit: 1b95783d383ba69c75a048429f4845575064696f<br/> https://github.com/Perl/perl5/commit/1b95783d383ba69c75a048429f4845575064696f<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-09 (Mon, 09 Jun 2025)<br/><br/> Changed paths:<br/> M sv.c<br/><br/> Log Message:<br/> -----------<br/> Use PerlLIO_dup_cloexec in Perl_dirp_dup to set O_CLOEXEC<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64537.htmlMon, 09 Jun 2025 21:32:01 +0000[Perl/perl5] c87d90: perlintern: my_cxt_init is not string handling by Karl Williamson via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: c87d901958645280ce0fe5ef0bb627d3702a23bb<br/> https://github.com/Perl/perl5/commit/c87d901958645280ce0fe5ef0bb627d3702a23bb<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-06-08 (Sun, 08 Jun 2025)<br/><br/> Changed paths:<br/> M util.c<br/><br/> Log Message:<br/> -----------<br/> perlintern: my_cxt_init is not string handling<br/><br/>Instead, the other cxt API elements are in XS<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64536.htmlSun, 08 Jun 2025 21:40:53 +0000[Perl/perl5] d0e392: perlop: Clean up here-doc documentation by Karl Williamson via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: d0e392e5880476ecb25d5c57394056ae744dd4eb<br/> https://github.com/Perl/perl5/commit/d0e392e5880476ecb25d5c57394056ae744dd4eb<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-06-08 (Sun, 08 Jun 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Clean up here-doc documentation<br/><br/>The documentation for indented here-docs had a bunch of duplicated<br/>concepts with the documentation of plain here-docs.<br/><br/>This commit melds them into a single coherent section.<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64535.htmlSun, 08 Jun 2025 21:36:40 +0000[Perl/perl5] 6fbe2c: pack "s>" was introduced in perl-5.10 by "H.Merijn Brand" via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: 6fbe2c7e05ae0e078795b74815bcefd10be12c56<br/> https://github.com/Perl/perl5/commit/6fbe2c7e05ae0e078795b74815bcefd10be12c56<br/> Author: H.Merijn Brand <[email protected]><br/> Date: 2025-06-03 (Tue, 03 Jun 2025)<br/><br/> Changed paths:<br/> M Configure<br/><br/> Log Message:<br/> -----------<br/> pack "s>" was introduced in perl-5.10<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64534.htmlTue, 03 Jun 2025 07:29:49 +0000[Perl/perl5] 48fcc0: Skip two ping tests on cygwin by Leon Timmermans via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: 48fcc079d550361b93a66bd60f0fa3c41d561158<br/> https://github.com/Perl/perl5/commit/48fcc079d550361b93a66bd60f0fa3c41d561158<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-03 (Tue, 03 Jun 2025)<br/><br/> Changed paths:<br/> M dist/Net-Ping/t/450_service.t<br/><br/> Log Message:<br/> -----------<br/> Skip two ping tests on cygwin<br/><br/><br/> Commit: d14b406b4c0ad41c81f4f258f0aa79a26b0840b6<br/> https://github.com/Perl/perl5/commit/d14b406b4c0ad41c81f4f258f0aa79a26b0840b6<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-03 (Tue, 03 Jun 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run mingw64 and cygwin tests on latest Windows Server<br/><br/><br/> Commit: 424868772341b55b334408838cfffc31c25d00b6<br/> https://github.com/Perl/perl5/commit/424868772341b55b334408838cfffc31c25d00b6<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-03 (Tue, 03 Jun 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run msvc tests on latest Windows Server 2025<br/><br/><br/> Commit: 1229cbae3a0a32a11413562a95766ea0715aadbf<br/> https://github.com/Perl/perl5/commit/1229cbae3a0a32a11413562a95766ea0715aadbf<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-03 (Tue, 03 Jun 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Properly mark new MSVC as v143<br/><br/><br/>Compare: https://github.com/Perl/perl5/compare/d19a96bcde20...1229cbae3a0a<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64533.htmlMon, 02 Jun 2025 23:07:08 +0000[Perl/perl5] f307c8: Skip two ping tests on cygwin by Leon Timmermans via perl5-changes Branch: refs/heads/windows-ci<br/> Home: https://github.com/Perl/perl5<br/> Commit: f307c84bf27e67bf00ff10509752aba6d9828dfe<br/> https://github.com/Perl/perl5/commit/f307c84bf27e67bf00ff10509752aba6d9828dfe<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-02 (Mon, 02 Jun 2025)<br/><br/> Changed paths:<br/> M dist/Net-Ping/t/450_service.t<br/><br/> Log Message:<br/> -----------<br/> Skip two ping tests on cygwin<br/><br/><br/> Commit: 1308632acb7f8652a98ac550416c132f33e65803<br/> https://github.com/Perl/perl5/commit/1308632acb7f8652a98ac550416c132f33e65803<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-02 (Mon, 02 Jun 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run mingw64 and cygwin tests on latest Windows Server<br/><br/><br/> Commit: 8527732bea54dfc410cbc8c3fe88c6356f86328f<br/> https://github.com/Perl/perl5/commit/8527732bea54dfc410cbc8c3fe88c6356f86328f<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-02 (Mon, 02 Jun 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run msvc tests on latest Windows Server 2025<br/><br/><br/> Commit: a817b52d70de01bba87821152ad05a583247020c<br/> https://github.com/Perl/perl5/commit/a817b52d70de01bba87821152ad05a583247020c<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-02 (Mon, 02 Jun 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Properly mark new MSVC as v143<br/><br/><br/>Compare: https://github.com/Perl/perl5/compare/aa45709bb9cd...a817b52d70de<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64532.htmlMon, 02 Jun 2025 17:21:56 +0000[Perl/perl5] by Leon Timmermans via perl5-changes Branch: refs/heads/windows-ci<br/> Home: https://github.com/Perl/perl5<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64531.htmlSun, 01 Jun 2025 23:57:59 +0000[Perl/perl5] aa4570: Run msvc tests on latest Windows Server 2025 by Leon Timmermans via perl5-changes Branch: refs/heads/windows-ci<br/> Home: https://github.com/Perl/perl5<br/> Commit: aa45709bb9cdc7ff1b174de75bde30003c4d7073<br/> https://github.com/Perl/perl5/commit/aa45709bb9cdc7ff1b174de75bde30003c4d7073<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-01 (Sun, 01 Jun 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run msvc tests on latest Windows Server 2025<br/><br/><br/> Commit: 83e16e7b8f773ef0771fb8c196b81cee2db9204d<br/> https://github.com/Perl/perl5/commit/83e16e7b8f773ef0771fb8c196b81cee2db9204d<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-01 (Sun, 01 Jun 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> TMP<br/><br/><br/>Compare: https://github.com/Perl/perl5/compare/ac6b04ffade9...83e16e7b8f77<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64530.htmlSun, 01 Jun 2025 15:51:53 +0000[Perl/perl5] 824179: Run mingw64 and cygwin tests on latest WindowsServer by Leon Timmermans via perl5-changes Branch: refs/heads/windows-ci<br/> Home: https://github.com/Perl/perl5<br/> Commit: 8241792934fd040ffdc2aa3a7746ee4ecc8c6a27<br/> https://github.com/Perl/perl5/commit/8241792934fd040ffdc2aa3a7746ee4ecc8c6a27<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-01 (Sun, 01 Jun 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run mingw64 and cygwin tests on latest Windows Server<br/><br/><br/> Commit: e56713db8bf3e10e15e66bde98e9efa3d54e2e7d<br/> https://github.com/Perl/perl5/commit/e56713db8bf3e10e15e66bde98e9efa3d54e2e7d<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-01 (Sun, 01 Jun 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run msvc tests on latest Windows Server 2025<br/><br/><br/> Commit: ac6b04ffade9310b6abf821838769a200e523379<br/> https://github.com/Perl/perl5/commit/ac6b04ffade9310b6abf821838769a200e523379<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-01 (Sun, 01 Jun 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> TMP<br/><br/><br/>Compare: https://github.com/Perl/perl5/compare/9f64cc682415...ac6b04ffade9<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64529.htmlSun, 01 Jun 2025 15:36:29 +0000[Perl/perl5] 4dd769: Skip two ping tests on cygwin by Leon Timmermans via perl5-changes Branch: refs/heads/windows-ci<br/> Home: https://github.com/Perl/perl5<br/> Commit: 4dd769f265a51f18b5c5dffedadea8b7a33e4af5<br/> https://github.com/Perl/perl5/commit/4dd769f265a51f18b5c5dffedadea8b7a33e4af5<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-01 (Sun, 01 Jun 2025)<br/><br/> Changed paths:<br/> M dist/Net-Ping/t/450_service.t<br/><br/> Log Message:<br/> -----------<br/> Skip two ping tests on cygwin<br/><br/><br/> Commit: 9f64cc682415f4c6f143e942192663c0388c94b8<br/> https://github.com/Perl/perl5/commit/9f64cc682415f4c6f143e942192663c0388c94b8<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-06-01 (Sun, 01 Jun 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run mingw64 and cygwin tests on latest Windows Server<br/><br/><br/>Compare: https://github.com/Perl/perl5/compare/5967c1446227...9f64cc682415<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64528.htmlSun, 01 Jun 2025 14:40:15 +0000[Perl/perl5] b088e9: Minor corrections to1f9097b342e0e37d619dfab6ea82e... by Steve Hay via perl5-changes Branch: refs/heads/maint-5.40<br/> Home: https://github.com/Perl/perl5<br/> Commit: b088e97848411fcff31efe817397985da30a664d<br/> https://github.com/Perl/perl5/commit/b088e97848411fcff31efe817397985da30a664d<br/> Author: Steve Hay <[email protected]><br/> Date: 2025-06-01 (Sun, 01 Jun 2025)<br/><br/> Changed paths:<br/> M Cross/config.sh-arm-linux<br/> M Cross/config.sh-arm-linux-n770<br/> M config_h.SH<br/> M plan9/config_sh.sample<br/><br/> Log Message:<br/> -----------<br/> Minor corrections to 1f9097b342e0e37d619dfab6ea82ea99611b30bf<br/><br/>(cherry picked from commit d19a96bcde20e2c6d237c843120d4a2dda0bda6e)<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64527.htmlSun, 01 Jun 2025 09:39:57 +0000[Perl/perl5] d2b2d2: Minor corrections to1f9097b342e0e37d619dfab6ea82e... by Steve Hay via perl5-changes Branch: refs/heads/maint-5.38<br/> Home: https://github.com/Perl/perl5<br/> Commit: d2b2d257ccfff6574f13b1e869b9456738ef6318<br/> https://github.com/Perl/perl5/commit/d2b2d257ccfff6574f13b1e869b9456738ef6318<br/> Author: Steve Hay <[email protected]><br/> Date: 2025-06-01 (Sun, 01 Jun 2025)<br/><br/> Changed paths:<br/> M Cross/config.sh-arm-linux<br/> M Cross/config.sh-arm-linux-n770<br/> M config_h.SH<br/> M plan9/config_sh.sample<br/><br/> Log Message:<br/> -----------<br/> Minor corrections to 1f9097b342e0e37d619dfab6ea82ea99611b30bf<br/><br/>(cherry picked from commit d19a96bcde20e2c6d237c843120d4a2dda0bda6e)<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64526.htmlSun, 01 Jun 2025 09:39:21 +0000[Perl/perl5] d19a96: Minor corrections to1f9097b342e0e37d619dfab6ea82e... by Steve Hay via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: d19a96bcde20e2c6d237c843120d4a2dda0bda6e<br/> https://github.com/Perl/perl5/commit/d19a96bcde20e2c6d237c843120d4a2dda0bda6e<br/> Author: Steve Hay <[email protected]><br/> Date: 2025-06-01 (Sun, 01 Jun 2025)<br/><br/> Changed paths:<br/> M Cross/config.sh-arm-linux<br/> M Cross/config.sh-arm-linux-n770<br/> M config_h.SH<br/> M plan9/config_sh.sample<br/><br/> Log Message:<br/> -----------<br/> Minor corrections to 1f9097b342e0e37d619dfab6ea82ea99611b30bf<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/06/msg64525.htmlSun, 01 Jun 2025 09:38:25 +0000[Perl/perl5] 5967c1: Run mingw64 and cygwin tests on Windows Server2025 by Leon Timmermans via perl5-changes Branch: refs/heads/windows-ci<br/> Home: https://github.com/Perl/perl5<br/> Commit: 5967c1446227d8de8c3beeb74702e5a10a0b27d1<br/> https://github.com/Perl/perl5/commit/5967c1446227d8de8c3beeb74702e5a10a0b27d1<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-05-31 (Sat, 31 May 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run mingw64 and cygwin tests on Windows Server 2025<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64524.htmlSat, 31 May 2025 21:55:59 +0000[Perl/perl5] 84be06: CVE-2025-40909: Clone dirhandles without fchdir by Leon Timmermans via perl5-changes Branch: refs/heads/maint-5.40<br/> Home: https://github.com/Perl/perl5<br/> Commit: 84be063eb88c5b1dd26cb4c418b94d39e60b7049<br/> https://github.com/Perl/perl5/commit/84be063eb88c5b1dd26cb4c418b94d39e60b7049<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-05-31 (Sat, 31 May 2025)<br/><br/> Changed paths:<br/> M Configure<br/> M Cross/config.sh-arm-linux<br/> M Cross/config.sh-arm-linux-n770<br/> M Porting/Glossary<br/> M Porting/config.sh<br/> M config_h.SH<br/> M configure.com<br/> M plan9/config_sh.sample<br/> M sv.c<br/> M t/op/threads-dirh.t<br/> M win32/config.gc<br/> M win32/config.vc<br/><br/> Log Message:<br/> -----------<br/> CVE-2025-40909: Clone dirhandles without fchdir<br/><br/>This uses fdopendir and dup to dirhandles. This means it won't change<br/>working directory during thread cloning, which prevents race conditions<br/>that can happen if a third thread is active at the same time.<br/><br/>(cherry picked from commit 918bfff86ca8d6d4e4ec5b30994451e0bd74aba9)<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64523.htmlSat, 31 May 2025 20:24:55 +0000[Perl/perl5] 06da91: CVE-2025-40909: Clone dirhandles without fchdir by Steve Hay via perl5-changes Branch: refs/heads/maint-5.38<br/> Home: https://github.com/Perl/perl5<br/> Commit: 06da917bc78c4084776b0116bb71d675f6358437<br/> https://github.com/Perl/perl5/commit/06da917bc78c4084776b0116bb71d675f6358437<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-05-31 (Sat, 31 May 2025)<br/><br/> Changed paths:<br/> M Configure<br/> M Cross/config.sh-arm-linux<br/> M Cross/config.sh-arm-linux-n770<br/> M Porting/Glossary<br/> M Porting/config.sh<br/> M config_h.SH<br/> M configure.com<br/> M plan9/config_sh.sample<br/> M sv.c<br/> M t/op/threads-dirh.t<br/> M win32/config.gc<br/> M win32/config.vc<br/><br/> Log Message:<br/> -----------<br/> CVE-2025-40909: Clone dirhandles without fchdir<br/><br/>This uses fdopendir and dup to dirhandles. This means it won't change<br/>working directory during thread cloning, which prevents race conditions<br/>that can happen if a third thread is active at the same time.<br/><br/>(cherry picked from commit 918bfff86ca8d6d4e4ec5b30994451e0bd74aba9)<br/><br/><br/> Commit: 5d5d9fd7346e8c9e84d90c0fc23c886ec5803e2a<br/> https://github.com/Perl/perl5/commit/5d5d9fd7346e8c9e84d90c0fc23c886ec5803e2a<br/> Author: Steve Hay <[email protected]><br/> Date: 2025-05-31 (Sat, 31 May 2025)<br/><br/> Changed paths:<br/> M uconfig.sh<br/> M uconfig64.sh<br/><br/> Log Message:<br/> -----------<br/> Fixes for porting/checkcfgvar.t in maint-5.38<br/><br/><br/> Commit: ddcb9041f38f5c0159284a0038b8a13a7d104cf9<br/> https://github.com/Perl/perl5/commit/ddcb9041f38f5c0159284a0038b8a13a7d104cf9<br/> Author: Steve Hay <[email protected]><br/> Date: 2025-05-31 (Sat, 31 May 2025)<br/><br/> Changed paths:<br/> M uconfig.h<br/><br/> Log Message:<br/> -----------<br/> Fix for porting/regen.t in maint-5.38<br/><br/>(Ran: ./perl -Ilib regen/uconfig_h.pl)<br/><br/><br/>Compare: https://github.com/Perl/perl5/compare/f3568ab0e531...ddcb9041f38f<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64522.htmlSat, 31 May 2025 20:24:50 +0000[Perl/perl5] cd8721: Run mingw64 and cygwin tests on Windows Server2025 by Leon Timmermans via perl5-changes Branch: refs/heads/windows-ci<br/> Home: https://github.com/Perl/perl5<br/> Commit: cd8721f8b03541207d361c20583d1097f4ae3cce<br/> https://github.com/Perl/perl5/commit/cd8721f8b03541207d361c20583d1097f4ae3cce<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-05-31 (Sat, 31 May 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run mingw64 and cygwin tests on Windows Server 2025<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64521.htmlSat, 31 May 2025 20:06:24 +0000[Perl/perl5] ffc2a0: Deprecate PERLIO_K_DUMMY as it doesn't doanything by Leon Timmermans via perl5-changes Branch: refs/heads/leont/safe-utf8<br/> Home: https://github.com/Perl/perl5<br/> Commit: ffc2a049b09dd4f2884e7d12110a031c0ee9fc87<br/> https://github.com/Perl/perl5/commit/ffc2a049b09dd4f2884e7d12110a031c0ee9fc87<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M perlio.c<br/> M perliol.h<br/><br/> Log Message:<br/> -----------<br/> Deprecate PERLIO_K_DUMMY as it doesn't do anything<br/><br/>In fact, it hasn't done anything for like a decade<br/><br/><br/> Commit: ed4d1291a21bf8484d51dc8ddd0301bcc6fdb7d5<br/> https://github.com/Perl/perl5/commit/ed4d1291a21bf8484d51dc8ddd0301bcc6fdb7d5<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-05-31 (Sat, 31 May 2025)<br/><br/> Changed paths:<br/> M lib/PerlIO.pm<br/> M perlio.c<br/><br/> Log Message:<br/> -----------<br/> Make :bytes actually pop off non-byte layers<br/><br/><br/> Commit: 841de31cfae2b78c149a4a674bf05c57dfb72671<br/> https://github.com/Perl/perl5/commit/841de31cfae2b78c149a4a674bf05c57dfb72671<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-05-31 (Sat, 31 May 2025)<br/><br/> Changed paths:<br/> M cpan/CPAN-Meta-YAML/t/11_read_string.t<br/> M lib/PerlIO.pm<br/> M perlio.c<br/> M perliol.h<br/> M pod/perldiag.pod<br/> M pod/perlfunc.pod<br/> M pod/perliol.pod<br/> M pod/perlunifaq.pod<br/> M pod/perluniintro.pod<br/> M t/io/crlf.t<br/> M t/io/layers.t<br/> M t/io/utf8.t<br/> M universal.c<br/><br/> Log Message:<br/> -----------<br/> Made :utf8 an actual layer<br/><br/>It will check the input for validity, by default strict validity though less strict forms are provided. This also means PerlIO::get_layers doesn't return a "utf8" pseudo-layer anymore, which can break some code making that assumption.<br/><br/><br/>Compare: https://github.com/Perl/perl5/compare/ffc2a049b09d%5E...841de31cfae2<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64520.htmlFri, 30 May 2025 23:03:14 +0000[Perl/perl5] 97a819: perlop: Fix heading levels for quote-likeoperators by Karl Williamson via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: 97a81983fdfdc3ff4151b113c37c52117d9cc945<br/> https://github.com/Perl/perl5/commit/97a81983fdfdc3ff4151b113c37c52117d9cc945<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Fix heading levels for quote-like operators<br/><br/>There is a "=head2 Quote and Quote-like Operators" that applies to<br/>several subsequent sections. Those sections should be =head3, as they<br/>are really subsections to that more general one. But until this commit<br/>they were =head2.<br/><br/><br/> Commit: e729bd4f114506e67924af621fdea16519635238<br/> https://github.com/Perl/perl5/commit/e729bd4f114506e67924af621fdea16519635238<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Create a heading for tr///; adjust other headings<br/><br/>For symmetry and being able to find it, the tr/// command should have a<br/>heading. This means that what we now call Quote-Like Operators no<br/>longer includes it, so rename it.<br/><br/><br/> Commit: f9d1ecdb4e3a32ee002d062294dc02e4ce5fdab0<br/> https://github.com/Perl/perl5/commit/f9d1ecdb4e3a32ee002d062294dc02e4ce5fdab0<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> Move simpler to first<br/><br/>The single and double quote operators are simplest to understand; they<br/>should be the first ones describedl<br/><br/><br/>Compare: https://github.com/Perl/perl5/compare/2f0bc53381c1...f9d1ecdb4e3a<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64519.htmlFri, 30 May 2025 21:01:37 +0000[Perl/perl5] 2f0bc5: perlintern: Note that prefer inline function toPL_Sv by Karl Williamson via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: 2f0bc53381c1c92b5b68d5cae1e8ccff931520fc<br/> https://github.com/Perl/perl5/commit/2f0bc53381c1c92b5b68d5cae1e8ccff931520fc<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M intrpvar.h<br/><br/> Log Message:<br/> -----------<br/> perlintern: Note that prefer inline function to PL_Sv<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64518.htmlFri, 30 May 2025 16:01:37 +0000[Perl/perl5] d0ebd2: perlop: Update advice on relational ops andUnicode by Karl Williamson via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: d0ebd20126a453cecd6945ed73d8ca5ade27adbf<br/> https://github.com/Perl/perl5/commit/d0ebd20126a453cecd6945ed73d8ca5ade27adbf<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Update advice on relational ops and Unicode<br/><br/>Enhancements have been made in the last few releases to using these<br/>operators on UTF-8 locales; but this advice was not updated, so until<br/>this commit, said don't do that.<br/><br/><br/> Commit: a1dff122a4d301266dc1a6e78753b622a82ea282<br/> https://github.com/Perl/perl5/commit/a1dff122a4d301266dc1a6e78753b622a82ea282<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Move isa() section to proper place<br/><br/>This document is supposed to be in decreasing operator precedence order.<br/>isa() is higher than the relational operators, so move it to there.<br/><br/><br/> Commit: ed250f0f1d83fc38659cbd328cf13ef18237be29<br/> https://github.com/Perl/perl5/commit/ed250f0f1d83fc38659cbd328cf13ef18237be29<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Change 'if(' to 'if ('<br/><br/>It is more customary to separate an 'if' from its paren.<br/><br/><br/> Commit: dda9d6abce9f32f71af693214f9ab133308d88dc<br/> https://github.com/Perl/perl5/commit/dda9d6abce9f32f71af693214f9ab133308d88dc<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Fix grammatical nits<br/><br/><br/> Commit: 453fbb316a4025f767be0e73add24900940f401d<br/> https://github.com/Perl/perl5/commit/453fbb316a4025f767be0e73add24900940f401d<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Move trivial case to prominence<br/><br/>Otherwise this dangling sentence gets lost after the main part of the<br/>section.<br/><br/><br/> Commit: 01d02b27ff4e148a42500e1b9864bdfae8cdb60c<br/> https://github.com/Perl/perl5/commit/01d02b27ff4e148a42500e1b9864bdfae8cdb60c<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> Move discussion of relational ops into proper section<br/><br/>These paragraphs were separated from the main area where all but one of<br/>their subjects, 'cmp', were discussed. Move them, and provide a link<br/>to the outlier, and back to the main discussion.<br/><br/><br/> Commit: 640ca2e1da2f4457e12ec50ceac92444e79d7ea2<br/> https://github.com/Perl/perl5/commit/640ca2e1da2f4457e12ec50ceac92444e79d7ea2<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Add some C< >.<br/><br/><br/> Commit: be69c7954e43e540e44a10740279f4bdb62945bc<br/> https://github.com/Perl/perl5/commit/be69c7954e43e540e44a10740279f4bdb62945bc<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Fix up smartmatch section<br/><br/>This has the same precedence as other operators, so should not be in a<br/>separate section with the same heading level.<br/><br/>Solve this by making it at a sublevel. This fits nicely with another<br/>sublevel section on smartmatch that follows immediately. There are now<br/>to subsections.<br/><br/><br/> Commit: 16e15cec55d435d6eaddc5972f94c9b0e9a465f7<br/> https://github.com/Perl/perl5/commit/16e15cec55d435d6eaddc5972f94c9b0e9a465f7<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Fix up a couple X<><br/><br/>This gets things more rationally ordered<br/><br/><br/> Commit: 1c10605b9688e4b5b7d3a905bd3df5fcecf8f62f<br/> https://github.com/Perl/perl5/commit/1c10605b9688e4b5b7d3a905bd3df5fcecf8f62f<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Use formal terminology to distinguish or, xor<br/><br/><br/> Commit: 6283f1edc44d3f65ab4ef1da76aca8b6abf9722e<br/> https://github.com/Perl/perl5/commit/6283f1edc44d3f65ab4ef1da76aca8b6abf9722e<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Add detail about xor<br/><br/>Fixes #18565<br/><br/><br/> Commit: cf8bea59bd57045c13fbb9d8f12ca9899dc0be9b<br/> https://github.com/Perl/perl5/commit/cf8bea59bd57045c13fbb9d8f12ca9899dc0be9b<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Move discussion into proper sections<br/><br/>This detail for two sections was combined in a whole other section.<br/>This splits the detail into text appropriate for each section to which<br/>it applies, and moves it there.<br/><br/><br/> Commit: da8c2d96a41118bb4c3ec8ef55affb3c93eb1378<br/> https://github.com/Perl/perl5/commit/da8c2d96a41118bb4c3ec8ef55affb3c93eb1378<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Combine equal precedence ops into same section<br/><br/>The design of this pod is each section is for all operators of the same<br/>precedence. This was being violated<br/><br/><br/> Commit: e285151ab144d06a341a73aca474f22a638cf7d1<br/> https://github.com/Perl/perl5/commit/e285151ab144d06a341a73aca474f22a638cf7d1<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Specifically give an operations' results<br/><br/><br/> Commit: 98e39afa6bc5a1ba3c0cd48dd96717b970f999c0<br/> https://github.com/Perl/perl5/commit/98e39afa6bc5a1ba3c0cd48dd96717b970f999c0<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: A few clarifications<br/><br/><br/> Commit: 80f6e069fef6e4dd038d4775d0ad0d6f40fddaf2<br/> https://github.com/Perl/perl5/commit/80f6e069fef6e4dd038d4775d0ad0d6f40fddaf2<br/> Author: Karl Williamson <[email protected]><br/> Date: 2025-05-30 (Fri, 30 May 2025)<br/><br/> Changed paths:<br/> M pod/perlop.pod<br/><br/> Log Message:<br/> -----------<br/> perlop: Specifically mention this document's structure<br/><br/><br/>Compare: https://github.com/Perl/perl5/compare/bc8ebc5eb7ff...80f6e069fef6<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64517.htmlFri, 30 May 2025 16:00:18 +0000[Perl/perl5] bc8ebc: ExtUtils-CBuilder: fix test failure when CXXenv v... by Graham Knop via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: bc8ebc5eb7ff46db8b32b2ed7660ee8ef1ff28be<br/> https://github.com/Perl/perl5/commit/bc8ebc5eb7ff46db8b32b2ed7660ee8ef1ff28be<br/> Author: Graham Knop <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M dist/ExtUtils-CBuilder/t/03-cplusplus.t<br/><br/> Log Message:<br/> -----------<br/> ExtUtils-CBuilder: fix test failure when CXX env var is set<br/><br/>The test is checking how searching for a C++ compiler behaves, so<br/>ignoring an external CXX environment variable is appropriate.<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64516.htmlThu, 29 May 2025 19:59:24 +0000[Perl/perl5] 0c32a9: Run i386 tests on debian instead of ubuntu by Leon Timmermans via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: 0c32a9fc51c869e39aa52a71d3fc4f61aaa56dcd<br/> https://github.com/Perl/perl5/commit/0c32a9fc51c869e39aa52a71d3fc4f61aaa56dcd<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run i386 tests on debian instead of ubuntu<br/><br/>It appears Ubuntu has pulled their 18.04LTS i386 images (and they don't have more recent i386 images), so we need to switch to Debian instead.<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64515.htmlThu, 29 May 2025 16:13:27 +0000[Perl/perl5] 5db41c: ExtUtils-CBuilder: fix test failure when CXXenv v... by Graham Knop via perl5-changes Branch: refs/heads/haarg/cbuilder-cope-with-cxx<br/> Home: https://github.com/Perl/perl5<br/> Commit: 5db41c10287c383e6632318f61dce1117ed81621<br/> https://github.com/Perl/perl5/commit/5db41c10287c383e6632318f61dce1117ed81621<br/> Author: Graham Knop <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M dist/ExtUtils-CBuilder/t/03-cplusplus.t<br/><br/> Log Message:<br/> -----------<br/> ExtUtils-CBuilder: fix test failure when CXX env var is set<br/><br/>The test is checking how searching for a C++ compiler behaves, so<br/>ignoring an external CXX environment variable is appropriate.<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64514.htmlThu, 29 May 2025 15:46:20 +0000[Perl/perl5] ce4ce4: hints/darwin.sh: skip ldflags in lddlflags by Sevan Janiyan via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: ce4ce44028bffa7d185790cda3e599c63e7e2604<br/> https://github.com/Perl/perl5/commit/ce4ce44028bffa7d185790cda3e599c63e7e2604<br/> Author: Sevan Janiyan <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M hints/darwin.sh<br/><br/> Log Message:<br/> -----------<br/> hints/darwin.sh: skip ldflags in lddlflags<br/><br/>It has not effect.<br/>"adopting flags from ldflags is supposed to happen in Configure, not in<br/>hints." - leont<br/><br/>Configuring a build of perl with -Aappend:ldflags=" -L/var/empty"<br/>and checking the output of 'perl -V:ldflags -V:lddlflags' shows<br/><br/>ldflags=' -L/var/empty';<br/>lddlflags='-bundle -undefined dynamic_lookup -L/var/empty';<br/><br/>Found when analysing issue #9437<br/>Tested on OS X 10.4 aka Darwin 8.<br/><br/><br/> Commit: a1964502bb3f2c196106c32396402660ac2ddbec<br/> https://github.com/Perl/perl5/commit/a1964502bb3f2c196106c32396402660ac2ddbec<br/> Author: Sevan Janiyan <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M hints/darwin.sh<br/><br/> Log Message:<br/> -----------<br/> hints/darwin.sh: define $lddlflags earlier<br/><br/>So it can be appended, otherwise it just hardcodes lddlflags="-bundle -undefined dynamic_lookup"<br/>Make sure MACOSX_DEPLOYMENT_TARGET is added to $lddlflags.<br/><br/><br/> Commit: 11712424a2ad07cc283c1d26a3b15f76c422353d<br/> https://github.com/Perl/perl5/commit/11712424a2ad07cc283c1d26a3b15f76c422353d<br/> Author: Sevan Janiyan <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M hints/darwin.sh<br/><br/> Log Message:<br/> -----------<br/> hints/darwin.sh: hint at newer OS'<br/><br/>Need to be explicit with OS' for macOS 11 and up here. Otherwise:<br/>Unexpected MACOSX_DEPLOYMENT_TARGET=11<br/><br/><br/> Commit: 55b5890c26936402c07d7ae9e41b2b9842e36842<br/> https://github.com/Perl/perl5/commit/55b5890c26936402c07d7ae9e41b2b9842e36842<br/> Author: Sevan Janiyan <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M hints/darwin.sh<br/><br/> Log Message:<br/> -----------<br/> hints/darwin.sh: drop $prodvers<br/><br/>Unless MACOSX_DEPLOYMENT_TARGET is passed into the build, just ride<br/>the defaults of the OS' toolchain.<br/>This code assumes OS X versioning (10.15.x ) and tries to drop the patch version<br/>from the product version so that you're targetting macOS 10.15, rather<br/>than 10.15.1. Unfortunately with macOS 11 and up, it ends up targetting<br/>the patch version and since we're no longer appending $ld to $lddlflags<br/>we end up with the core targetting the major version and the modules<br/>targetting the patch version. Resulting in warnings<br/>ld: warning: object file (/Users/runner/work/perl5/perl5/cpan/Compress-Raw-Bzip2/Bzip2.o) was built for newer 'macOS' version (14.7) than being linked (14.0)<br/><br/><br/>Compare: https://github.com/Perl/perl5/compare/74ec8b834a72...55b5890c2693<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64513.htmlThu, 29 May 2025 15:21:49 +0000[Perl/perl5] 1759c9: Run i386 tests on debian instead of ubuntu by Leon Timmermans via perl5-changes Branch: refs/heads/leont/i386-ci<br/> Home: https://github.com/Perl/perl5<br/> Commit: 1759c9b58e815cb8a4ee1fe411b2fdecb97191b0<br/> https://github.com/Perl/perl5/commit/1759c9b58e815cb8a4ee1fe411b2fdecb97191b0<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run i386 tests on debian instead of ubuntu<br/><br/>It appears Ubuntu has pulled their 18.04LTS i386 images (and they don't have more recent i386 images), so we need to switch to Debian instead.<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64512.htmlThu, 29 May 2025 15:07:26 +0000[Perl/perl5] 74ec8b: op/readline_nb: non-threaded win32 croaksinstead ... by Tony Cook via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: 74ec8b834a72a66306f16a20f375079c9f596716<br/> https://github.com/Perl/perl5/commit/74ec8b834a72a66306f16a20f375079c9f596716<br/> Author: Tony Cook <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M t/op/readline_nb.t<br/><br/> Log Message:<br/> -----------<br/> op/readline_nb: non-threaded win32 croaks instead of failing on ioctl(nonsocket)<br/><br/>And since it never succeeds on Win32, just skip.<br/><br/>Fixes #23335<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64511.htmlThu, 29 May 2025 15:03:04 +0000[Perl/perl5] b8bf7f: Run i386 tests on debian instead of ubuntu by Leon Timmermans via perl5-changes Branch: refs/heads/leont/i386-ci<br/> Home: https://github.com/Perl/perl5<br/> Commit: b8bf7f32e50f4b8893e559d0acc42d563cc8eac6<br/> https://github.com/Perl/perl5/commit/b8bf7f32e50f4b8893e559d0acc42d563cc8eac6<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run i386 tests on debian instead of ubuntu<br/><br/>It appears Ubuntu has pulled their 18.04LTS i386 images (and they don't have more recent i386 images), so we need to switch to Debian instead.<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64510.htmlThu, 29 May 2025 14:04:08 +0000[Perl/perl5] 0c18de: Run i386 tests on debian instead of ubuntu by Leon Timmermans via perl5-changes Branch: refs/heads/leont/i386-ci<br/> Home: https://github.com/Perl/perl5<br/> Commit: 0c18de8c68a8516aee5dc9b8538b80b9eaa03f11<br/> https://github.com/Perl/perl5/commit/0c18de8c68a8516aee5dc9b8538b80b9eaa03f11<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run i386 tests on debian instead of ubuntu<br/><br/>It appears Ubuntu has pulled their 18.04LTS i386 images (and they don't have more recent i386 images), so we need to switch to Debian instead.<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64509.htmlThu, 29 May 2025 13:52:33 +0000[Perl/perl5] 26e50b: Run i386 tests on debian instead of ubuntu by Leon Timmermans via perl5-changes Branch: refs/heads/leont/i386-ci<br/> Home: https://github.com/Perl/perl5<br/> Commit: 26e50b5e678c8ad8ee19ec252133dc9d1b802658<br/> https://github.com/Perl/perl5/commit/26e50b5e678c8ad8ee19ec252133dc9d1b802658<br/> Author: Leon Timmermans <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M .github/workflows/testsuite.yml<br/><br/> Log Message:<br/> -----------<br/> Run i386 tests on debian instead of ubuntu<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64508.htmlThu, 29 May 2025 13:50:57 +0000[Perl/perl5] 3b1529: bump Op_private.pm version (make regen) by David Mitchell via perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: 3b15294a52ff0f947b6676950df69349516fe673<br/> https://github.com/Perl/perl5/commit/3b15294a52ff0f947b6676950df69349516fe673<br/> Author: David Mitchell <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M lib/B/Op_private.pm<br/><br/> Log Message:<br/> -----------<br/> bump Op_private.pm version (make regen)<br/><br/>This got missed during the recent perl version bump<br/><br/><br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64507.htmlThu, 29 May 2025 08:21:58 +0000[Perl/perl5] c89246: add epigraph for 5.41.13 by perl5-changes Branch: refs/heads/blead<br/> Home: https://github.com/Perl/perl5<br/> Commit: c8924660110e4c2909e6ffcaaf29e4bc22156424<br/> https://github.com/Perl/perl5/commit/c8924660110e4c2909e6ffcaaf29e4bc22156424<br/> Author: Philippe Bruhat (BooK) <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M Porting/epigraphs.pod<br/><br/> Log Message:<br/> -----------<br/> add epigraph for 5.41.13<br/><br/><br/> Commit: 2f7407037cb7133086847f0b1c0daf29226889b1<br/> https://github.com/Perl/perl5/commit/2f7407037cb7133086847f0b1c0daf29226889b1<br/> Author: Philippe Bruhat (BooK) <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M MANIFEST<br/> M Makefile.SH<br/> M pod/.gitignore<br/> M pod/perl.pod<br/> A pod/perl54113delta.pod<br/> M pod/perldelta.pod<br/> M vms/descrip_mms.template<br/> M win32/GNUmakefile<br/> M win32/Makefile<br/> M win32/pod.mak<br/><br/> Log Message:<br/> -----------<br/> New perldelta for 5.41.14<br/><br/><br/> Commit: e5ea770f32dcd8c8f265b7b8ec10f99a655ac122<br/> https://github.com/Perl/perl5/commit/e5ea770f32dcd8c8f265b7b8ec10f99a655ac122<br/> Author: Philippe Bruhat (BooK) <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M Cross/config.sh-arm-linux<br/> M Cross/config.sh-arm-linux-n770<br/> M INSTALL<br/> M META.json<br/> M META.yml<br/> M Porting/config.sh<br/> M Porting/config_H<br/> M Porting/perldelta_template.pod<br/> M Porting/todo.pod<br/> M README.haiku<br/> M README.macosx<br/> M README.os2<br/> M README.vms<br/> M hints/catamount.sh<br/> M patchlevel.h<br/> M plan9/config_sh.sample<br/> M win32/GNUmakefile<br/> M win32/Makefile<br/><br/> Log Message:<br/> -----------<br/> Bump the perl version in various places for 5.41.14<br/><br/><br/> Commit: 6f0707dce12c4e2585fb169fe943f8fd778c5d6c<br/> https://github.com/Perl/perl5/commit/6f0707dce12c4e2585fb169fe943f8fd778c5d6c<br/> Author: Philippe Bruhat (BooK) <[email protected]><br/> Date: 2025-05-29 (Thu, 29 May 2025)<br/><br/> Changed paths:<br/> M dist/Module-CoreList/Changes<br/> M dist/Module-CoreList/lib/Module/CoreList.pm<br/> M dist/Module-CoreList/lib/Module/CoreList/Utils.pm<br/><br/> Log Message:<br/> -----------<br/> Update Module::CoreList for 5.41.14<br/><br/><br/>Compare: https://github.com/Perl/perl5/compare/d2160cfe5bf8...6f0707dce12c<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64506.htmlThu, 29 May 2025 07:30:31 +0000[Perl/perl5] by perl5-changes Branch: refs/tags/v5.41.13<br/> Home: https://github.com/Perl/perl5<br/><br/>To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications<br/>https://www.nntp.perl.org/group/perl.perl5.changes/2025/05/msg64505.htmlThu, 29 May 2025 06:59:15 +0000