]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/history - Cleanup.xs
Test that the thread destructors are executed before global destruction
[perl/modules/Thread-Cleanup.git] / Cleanup.xs
2013-08-23 Vincent PitRemove trailing whitespace
2010-05-31 Vincent PitUse a PPCODE: section in CLONE
2010-05-31 Vincent PitFix the thread destructor trick for 5.13.1
2010-04-15 Vincent Pit{ENTER,LEAVE}_with_name are no longer needed starting...
2009-12-29 Vincent PitFix for {ENTER,LEAVE}_with_name
2009-06-04 Vincent PitDon't exit() when dieing during cleanup
2009-03-16 Vincent PitCorrect the stack after calling the hook
2009-03-16 Vincent PitThe perils of copypasta
2009-03-16 Vincent PitInitial import v0.01