Branch: refs/heads/leont/shutdownhook
Home: https://github.com/Perl/perl5
Commit: 2539b5a4f43ffbb20037bd93791f88a11f6eec0b
https://github.com/Perl/perl5/commit/2539b5a4f43ffbb20037bd93791f88a11f6eec0b
Author: Leon Timmermans <[email protected]>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M embed.fnc
M embed.h
M perl.c
M perl.h
M perlvars.h
M proto.h
Log Message:
-----------
Add PL_shutdownhook
Commit: a0fd4bfaee48547d62121291ea865925e0dd25e9
https://github.com/Perl/perl5/commit/a0fd4bfaee48547d62121291ea865925e0dd25e9
Author: Leon Timmermans <[email protected]>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M dosish.h
M unixish.h
M vms/vmsish.h
M win32/win32.c
Log Message:
-----------
Employ PL_shutdownhook
Commit: e659332167228bd790dca61efe00fe670cd2b77e
https://github.com/Perl/perl5/commit/e659332167228bd790dca61efe00fe670cd2b77e
Author: Leon Timmermans <[email protected]>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M dist/threads-shared/shared.xs
Log Message:
-----------
Use shutdown hook to destruct shared interpreter on program termination
Compare: https://github.com/Perl/perl5/compare/df1c77903ac8...e65933216722