Branch: refs/heads/leont/thread-dirhandle Home: https://github.com/Perl/perl5 Commit: c057bd3b74da8dfbad35d4368a2f47151866b3b3 https://github.com/Perl/perl5/commit/c057bd3b74da8dfbad35d4368a2f47151866b3b3 Author: Leon Timmermans <faw...@gmail.com> Date: 2025-05-23 (Fri, 23 May 2025)
Changed paths: M t/op/threads-dirh.t Log Message: ----------- Remove dubious thread dirhandle cloning test This tests makes assumptions that are only true for the current fchdir based implementation of dirhandle cloning. In particular that the cloned dirhandle is entirely separate from the original. This is not appropriate for the upcoming fdopendir based implementation. Commit: 974b57aab172dfe2ecb61e22d938cefe727ef69a https://github.com/Perl/perl5/commit/974b57aab172dfe2ecb61e22d938cefe727ef69a Author: Leon Timmermans <faw...@gmail.com> Date: 2025-05-23 (Fri, 23 May 2025) Changed paths: M sv.c Log Message: ----------- Clone dirhandles without fchdir Commit: e5211957452771af5187c26f71a29a12ee5edaec https://github.com/Perl/perl5/commit/e5211957452771af5187c26f71a29a12ee5edaec Author: Leon Timmermans <faw...@gmail.com> Date: 2025-05-23 (Fri, 23 May 2025) Changed paths: M Configure M Cross/config.sh-arm-linux M Cross/config.sh-arm-linux-n770 M Porting/Glossary M Porting/config.sh M config_h.SH M configure.com M plan9/config_sh.sample M win32/config.gc M win32/config.vc Log Message: ----------- Detect presence of fdopendir in Configure Compare: https://github.com/Perl/perl5/compare/a8f1068be76d...e52119574527 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications