p5sagit/p5-mst-13.2.git
1997-10-15 Malcolm Beattie Remove out-of-date test Thread/cond.t.
1997-10-15 Malcolm Beattie Finish thread state machine: fixes global destruction...
1997-10-15 Malcolm Beattie Started rewriting thread state machine.
1997-10-10 Malcolm Beattie Tweak a few Thread tests.
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-10-02 Malcolm Beattie Added Thread/queue.t.
1997-10-02 Malcolm Beattie Update README.threads amd Thread/README
1997-10-02 Malcolm Beattie Fixed broken typemap for Thread.
1997-09-22 Malcolm Beattie struct thread now stored in an SV and uses '~'-magic...
1997-09-10 Malcolm Beattie Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
1997-09-10 Malcolm Beattie Move Thread/Queue.pm to Thread/Thread/Queue.pm
1997-09-09 Malcolm Beattie Add Thread modules Queue.pm and Semaphore.pm
1997-09-09 Malcolm Beattie Add debug info to Thread typemap.
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-06-12 Malcolm Beattie Tweak README.
1997-04-23 Malcolm Beattie Rewrote programmer-level condition variables from scrat...
1997-04-10 Malcolm Beattie Initial check-in of Thread module.