summaryrefslogtreecommitdiff
path: root/ext/threads/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'ext/threads/Changes')
-rwxr-xr-xext/threads/Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/threads/Changes b/ext/threads/Changes
index 637926f87d..6eec3691d8 100755
--- a/ext/threads/Changes
+++ b/ext/threads/Changes
@@ -1,5 +1,11 @@
Revision history for Perl extension threads.
+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.