summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1997-11-14 22:04:58 +0000
committerGurusamy Sarathy <gsar@cpan.org>1997-11-14 22:04:58 +0000
commit2d63e3e140948d3d027cbbf76f121ae5d9c2fa6f (patch)
tree21068467e062aa49fa127017a1d135666bb91b4c /MANIFEST
parentdc0502853eaa4689351eeccc4becf89ec85060e0 (diff)
parent3d57aefb538705242f5ab4c3d9d854139b302aba (diff)
downloadperl-2d63e3e140948d3d027cbbf76f121ae5d9c2fa6f.tar.gz
Integrate mainline changes into win32 branch. Now would be a good time
to reverse integrate the win32 branch into mainline. p4raw-id: //depot/win32/perl@253
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index a82fd45ffb..8f1537d66a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -212,15 +212,19 @@ ext/Thread/Notes Thread notes
ext/Thread/README Thread README
ext/Thread/Thread/Queue.pm Thread synchronised queue objects
ext/Thread/Thread/Semaphore.pm Thread semaphore objects
+ext/Thread/Thread/Specific.pm Thread specific data access
ext/Thread/Thread.pm Thread extension Perl module
ext/Thread/Thread.xs Thread extension external subroutines
ext/Thread/create.t Test thread creation
+ext/Thread/die.t Test thread die()
+ext/Thread/die2.t Test thread die() differently
ext/Thread/io.t Test threads doing simple I/O
ext/Thread/join.t Test thread joining
ext/Thread/join2.t Test thread joining differently
ext/Thread/list.t Test getting list of all threads
ext/Thread/lock.t Test lock primitive
ext/Thread/queue.t Test Thread::Queue module
+ext/Thread/specific.t Test thread-specific user data
ext/Thread/sync.t Test thread synchronisation
ext/Thread/sync2.t Test thread synchronisation
ext/Thread/typemap Thread extension interface types