Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: bbc95221521c78873b8feb62ccabe8b4b41a2226
      
https://github.com/Perl/perl5/commit/bbc95221521c78873b8feb62ccabe8b4b41a2226
  Author: Tony Cook <t...@develop-help.com>
  Date:   2023-10-26 (Thu, 26 Oct 2023)

  Changed paths:
    M dist/IO/IO.xs
    M dist/IO/t/io_xs.t

  Log Message:
  -----------
  use the supplied handle in IO::Handle::blocking() on Win32

The refactor in 375ed12a42 meant that fd was initialized to -1,
rather than PerlIO_fileno(f) on Win32.

fixes #17455


  Commit: 28256eeb0de31694da975fac5cfc2f6dc67b9913
      
https://github.com/Perl/perl5/commit/28256eeb0de31694da975fac5cfc2f6dc67b9913
  Author: Tony Cook <t...@develop-help.com>
  Date:   2023-10-26 (Thu, 26 Oct 2023)

  Changed paths:
    M dist/IO/IO.xs

  Log Message:
  -----------
  IO/io_blocking: clean up #if/#endif etc nesting and indentation


  Commit: 7c40c962c46ee960c6afe03fb31cd13c0627f86f
      
https://github.com/Perl/perl5/commit/7c40c962c46ee960c6afe03fb31cd13c0627f86f
  Author: Tony Cook <t...@develop-help.com>
  Date:   2023-10-26 (Thu, 26 Oct 2023)

  Changed paths:
    M dist/IO/IO.pm
    M dist/IO/lib/IO/Dir.pm
    M dist/IO/lib/IO/File.pm
    M dist/IO/lib/IO/Handle.pm
    M dist/IO/lib/IO/Pipe.pm
    M dist/IO/lib/IO/Poll.pm
    M dist/IO/lib/IO/Seekable.pm
    M dist/IO/lib/IO/Select.pm
    M dist/IO/lib/IO/Socket.pm
    M dist/IO/lib/IO/Socket/INET.pm
    M dist/IO/lib/IO/Socket/UNIX.pm

  Log Message:
  -----------
  bump $IO::*::VERSION to 1.54


Compare: https://github.com/Perl/perl5/compare/952309013672...7c40c962c46e

Reply via email to