projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a6717
)
Hand merge patch from maint back to blead.
author
Nicholas Clark
<nick@ccl4.org>
Sun, 4 Apr 2004 16:32:54 +0000
(16:32 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sun, 4 Apr 2004 16:32:54 +0000
(16:32 +0000)
p4raw-id: //depot/perl@22646
ext/threads/threads.pm
patch
|
blob
|
history
diff --git
a/ext/threads/threads.pm
b/ext/threads/threads.pm
index
68bcb43
..
56b0c01
100755
(executable)
--- a/
ext/threads/threads.pm
+++ b/
ext/threads/threads.pm
@@
-56,7
+56,8
@@
our $VERSION = '1.03';
# || 0 to ensure compatibility with previous versions
sub equal { ($_[0]->tid == $_[1]->tid) || 0 }
-# use "goto" trick to avoid pad problems from 5.8.1, should also be faster
+# use "goto" trick to avoid pad problems from 5.8.1 (fixed in 5.8.2)
+# should also be faster
sub async (&;@) { unshift @_,'threads'; goto &new }
sub object {