This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Adds the thread 0.05 module. It is now moved to the core from CPAN.
authorArtur Bergman <sky@nanisky.com>
Tue, 18 Sep 2001 14:13:26 +0000 (14:13 +0000)
committerArtur Bergman <sky@nanisky.com>
Tue, 18 Sep 2001 14:13:26 +0000 (14:13 +0000)
commit47ba87809fbf35eecb6fc2ac6e979d62b1d62fd5
tree1d0bda1eae341e440e0836e07125ea3be83f9274
parent8285277a58446d16db1b52350429229d9df795f8
Adds the thread 0.05 module. It is now moved to the core from CPAN.
The test will fail because of Test.pm not knowing about threads.
basic needs to be manually tested
compile time warnings on IV2PTR conversions need to be fixed

p4raw-id: //depot/perl@12068
MANIFEST
ext/threads/Changes [new file with mode: 0755]
ext/threads/README [new file with mode: 0755]
ext/threads/t/basic.t [new file with mode: 0755]
ext/threads/threads.h [new file with mode: 0755]
ext/threads/threads.pm [new file with mode: 0755]
ext/threads/threads.xs [new file with mode: 0755]