Branch: refs/heads/leont/shutdownhook
Home: https://github.com/Perl/perl5
Commit: 3d1a0582102b67f8ad14e886040b923732f890e1
https://github.com/Perl/perl5/commit/3d1a0582102b67f8ad14e886040b923732f890e1
Author: Leon Timmermans <[email protected]>
Date: 2021-08-12 (Thu, 12 Aug 2021)
Changed paths:
M embed.fnc
M embed.h
M globvar.sym
M perl.c
M perl.h
M perlvars.h
M proto.h
Log Message:
-----------
Add PL_shutdownhook
Commit: d77103d3a48cf09bac5db96f7c2a1c3e296045b7
https://github.com/Perl/perl5/commit/d77103d3a48cf09bac5db96f7c2a1c3e296045b7
Author: Leon Timmermans <[email protected]>
Date: 2021-08-12 (Thu, 12 Aug 2021)
Changed paths:
M dosish.h
M unixish.h
M vms/vmsish.h
M win32/win32.c
Log Message:
-----------
Employ PL_shutdownhook
Commit: df1c77903ac8f9ff62a356fa1f6d8ce4ac043aec
https://github.com/Perl/perl5/commit/df1c77903ac8f9ff62a356fa1f6d8ce4ac043aec
Author: Leon Timmermans <[email protected]>
Date: 2021-08-12 (Thu, 12 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/2e22df8fa69c...df1c77903ac8