diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-16 04:37:52 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-16 04:37:52 +0000 |
commit | 43d3ddbe925b286b82a05bbdbe845c119bb8b987 (patch) | |
tree | 562b71e31a481a18e022cb1afc6663e22835b57c /MANIFEST | |
parent | 212c535a5149b8e2f51db0bc56d121117c0911aa (diff) | |
download | perl-43d3ddbe925b286b82a05bbdbe845c119bb8b987.tar.gz |
Make Thread a wrapper for both ithreads and 5005threads.
Needs a lot of work and Arthur's eyeballing (and finishing
few missing odds and ends of threads.pm). Now Thread
is an extension without its own .pm.
If there are people who have experience working with
either the 5005threads or the ithreads: cleaning up
the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
and porting the various Thread::* modules, like Thread::Queue,
to work also with ithreads, is needed.
Removed the 5005threads requirement from the 5005 tests
for easier testing (not all of them work yet since
they use the Thread::* modules that have not been made
to work with ithreads). Leave the 5005 tests named as
*.tx so that they are not run by "make test".
p4raw-id: //depot/perl@13036
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -561,7 +561,6 @@ ext/Thread/specific.tx Test thread-specific user data ext/Thread/sync.tx Test thread synchronisation ext/Thread/sync2.tx Test thread synchronisation ext/Thread/thr5005.t Test 5.005-style threading (skipped if no use5005threads) -ext/Thread/Thread.pm Thread extension Perl module ext/Thread/Thread.xs Thread extension external subroutines ext/Thread/Thread/Queue.pm Thread synchronised queue objects ext/Thread/Thread/Semaphore.pm Thread semaphore objects @@ -1260,6 +1259,7 @@ lib/Text/TabsWrap/t/fill.t See if Text::Wrap::fill works lib/Text/TabsWrap/t/tabs.t See if Text::Tabs works lib/Text/TabsWrap/t/wrap.t See if Text::Wrap::wrap works lib/Text/Wrap.pm Paragraph formatter +lib/Thread.pm Thread extensions frontend lib/Tie/Array.pm Base class for tied arrays lib/Tie/Array/push.t Test for Tie::Array lib/Tie/Array/splice.t Test for Tie::Array::SPLICE |