Tweak a few Thread tests.
[p5sagit/p5-mst-13.2.git] / Thread.xs
1997-10-10 Malcolm Beattie Rewrite thread destruction system using linked list...
1997-10-08 Malcolm Beattie Add missing sig_pipe definition to Thread.xs.
1997-10-03 Malcolm Beattie Reliable thread signal handling.
1997-09-22 Malcolm Beattie struct thread now stored in an SV and uses '~'-magic...
1997-09-09 Malcolm Beattie Rewrite synchronisation of subs/methods and add attrs
1997-08-11 Malcolm Beattie Assorted changes for multi-threading (now works rather...
1997-07-24 Malcolm Beattie Start support for fake threads.
1997-04-23 Malcolm Beattie Rewrote programmer-level condition variables from scrat...
1997-04-10 Malcolm Beattie Initial check-in of Thread module.