This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a BUGS section to Fatal.pm, see bug #38790
[perl5.git] / lib / Thread.pm
2002-06-07 Elizabeth MattijsenRe: [DOCPATCH] Thread.pm
2002-06-06 Nick Ing-SimmonsIntegrate mainline
2002-06-06 Elizabeth MattijsenThread.pm
2002-05-01 Artur BergmanFix emulation case when loading both Thread and threads...
2001-11-18 Nick Ing-SimmonsIntegrate mainline - a few Devel::Peak fails.
2001-11-16 Jarkko HietaniemiIt's neither-nor, and protect against the impossible.
2001-11-16 Jarkko Hietaniemi5005threads didn't work because $Thread::VERSION wasn't
2001-11-16 Jarkko HietaniemiFurther discourage old Thread code; tell how to tell
2001-11-16 Jarkko HietaniemiAvoid redefinedness warning for now.
2001-11-16 Jarkko Hietaniemiuse strict.
2001-11-16 Jarkko HietaniemiMake Thread a wrapper for both ithreads and 5005threads.