Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 91e49152f27fa00e0cb6d477928f8098a9367c05
https://github.com/Perl/perl5/commit/91e49152f27fa00e0cb6d477928f8098a9367c05
Author: Tony Cook <[email protected]>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M MANIFEST
M ext/XS-APItest/APItest.xs
A ext/XS-APItest/t/Hoisted.pm
A ext/XS-APItest/t/pl_check.t
Log Message:
-----------
provide a test for the PL_check mis-behaviour
Nicholas Clark's fix for IO makes the test in niner's patch
meaningless, so test it separately.
Commit: e6c7056ba6f1dca6d04e6d36515a0ffc3a5ec02a
https://github.com/Perl/perl5/commit/e6c7056ba6f1dca6d04e6d36515a0ffc3a5ec02a
Author: Stefan Seifert <[email protected]>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M embedvar.h
M globvar.sym
M intrpvar.h
M opcode.h
M perl.c
M perlapi.h
M perlvars.h
M regen/opcode.pl
M sv.c
A t/io/handle.t
M util.c
Log Message:
-----------
Move PL_check to the interp vars to fix threading issues
Fixes issue #14816
Commit: c8b3a65299f4ba972f5fc898d8d582f6a167a6cd
https://github.com/Perl/perl5/commit/c8b3a65299f4ba972f5fc898d8d582f6a167a6cd
Author: Tony Cook <[email protected]>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M ext/XS-APItest/t/pl_check.t
R t/io/handle.t
Log Message:
-----------
un-TODO pl_check.t and remove io/handle.t
io/handle.t depends on IO::Handle using the PL_check hack, but
Nicholas's back portable fix no longer uses that
Fix threaded perl detection, thanks to James Keenan.
Compare: https://github.com/Perl/perl5/compare/bd87019bb7ac...c8b3a65299f4