Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: fc8063aa51f400394f2e44173fd4f87f080502c9
      
https://github.com/Perl/perl5/commit/fc8063aa51f400394f2e44173fd4f87f080502c9
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2025-05-28 (Wed, 28 May 2025)

  Changed paths:
    M t/op/threads-dirh.t

  Log Message:
  -----------
  Remove dubious thread dirhandle cloning tests

These 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: a1327b5df78d0bc1e56b6cff663aa8b508d4e2d6
      
https://github.com/Perl/perl5/commit/a1327b5df78d0bc1e56b6cff663aa8b508d4e2d6
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2025-05-28 (Wed, 28 May 2025)

  Changed paths:
    M sv.c

  Log Message:
  -----------
  Clone dirhandles without fchdir

This uses fdopendir and dup to dirhandles. Unlike the fchdir approach
these handles share descriptor position among threads.


  Commit: 1f9097b342e0e37d619dfab6ea82ea99611b30bf
      
https://github.com/Perl/perl5/commit/1f9097b342e0e37d619dfab6ea82ea99611b30bf
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2025-05-28 (Wed, 28 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


  Commit: 5c2e7577a3fa70dc39d27c0426db6eb897eee9b1
      
https://github.com/Perl/perl5/commit/5c2e7577a3fa70dc39d27c0426db6eb897eee9b1
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2025-05-28 (Wed, 28 May 2025)

  Changed paths:
    M sv.c

  Log Message:
  -----------
  Remove fchdir based dirhandle cloning code

This is no longer needed now that the fdopendir implementation exists.


Compare: https://github.com/Perl/perl5/compare/79d4169d029d...5c2e7577a3fa

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to