Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 52f06022a18bb154b7c77169e3e8bdaeee5dcdac https://github.com/Perl/perl5/commit/52f06022a18bb154b7c77169e3e8bdaeee5dcdac Author: Tomasz Konojacki <m...@xenu.pl> Date: 2021-05-21 (Fri, 21 May 2021)
Changed paths: M dist/IO/IO.pm M dist/IO/IO.xs 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: ----------- IO: implement sync() for win32 Commit: e9ef73dff5d02384109a08f908bbb1bbecb4427b https://github.com/Perl/perl5/commit/e9ef73dff5d02384109a08f908bbb1bbecb4427b Author: Tomasz Konojacki <m...@xenu.pl> Date: 2021-05-21 (Fri, 21 May 2021) Changed paths: M dist/IO/t/io_xs.t Log Message: ----------- IO: add a test for sync() We already had a test which called sync(), but the new test exercises a much more common scenario. Compare: https://github.com/Perl/perl5/compare/77d67a71fd39...e9ef73dff5d0