threads::shared 1.12
[p5sagit/p5-mst-13.2.git] / ext / threads / Changes
index 9e70741..86c4138 100755 (executable)
@@ -1,5 +1,40 @@
 Revision history for Perl extension threads.
 
+1.62 Thu May 17 16:10:49 2007
+       - Fixed :all import option
+       - Fixed problems in test suite
+       - Subversion repository on Google
+
+1.61 Wed Mar 21 16:09:15 EDT 2007
+       - Fix 'list/array' context - both keywords are supported
+       - Upgraded ppport.h to Devel::PPPort 3.11
+       - Removed embed.t - unreliable
+
+1.59 - Mon Feb  5 16:05:44 EST 2007
+       - POD tweaks per Wolfgang Laun
+
+1.58 Wed Jan 24 13:15:34 EST 2007
+       - Fix race conditions on thread destruction (Dave Mitchell)
+       - Ignore thread return value(s) in void context
+       - Check for missing args for 'use threads' options
+       - Check that stack size argument is numeric
+
+1.57 Wed Dec 20 13:10:26 EST 2006
+       - Fixes courtesy of Michael J. Pomraning
+           Eliminates self joins.
+           Eliminates multiple, simultaneous joins on a thread.
+           Protects thread->state variable with mutexes.
+           Checks that OS join call is successful.
+
+1.56 Fri Dec 15 12:18:47 EST 2006
+       - More fixes to test suite
+
+1.55 Fri Dec 15 11:24:46 EST 2006
+       - Fixes to test suite
+
+1.54 Thu Dec 14 14:12:30 EST 2006
+       - Added ->error() method
+
 1.53 Mon Nov 27 12:08:27 EST 2006
        - Fix for a thread cloning bug
        - Fixes to test suite