This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't recurse from threads to threads/shared (since
[perl5.git] / ext / threads / threads.pm
2002-07-13 Jarkko HietaniemiDocument that using threads/pseudofork inside BEGINs...
2002-07-12 Elizabeth Mattijsen[DOC PATCH] threads.pm, threads->tid in DESTROY bug
2002-07-12 Jarkko HietaniemiDocument that one cannot "proxy" enable threading.
2002-07-12 Elizabeth MattijsenRe: Thread object by tid?
2002-07-10 Jarkko HietaniemiSmall threads docs cleanups.
2002-06-13 Jarkko HietaniemiThread doc tweaks.
2002-06-05 Jarkko Hietaniemiperlthrtut links.
2002-05-19 Nick Ing-SimmonsIntegrate mailine
2002-05-18 Dave Mitchellrevised warnings + more tests + docs
2002-05-14 Dave Mitchellallow use threads qw(yield)
2002-05-12 Jarkko HietaniemiAdd threadsafety caveats.
2002-05-12 Jarkko HietaniemiReword the "threads still running" cleanup message.
2002-05-12 Jarkko HietaniemiDetypos (and sticking with US spelling since Dan Sugalski
2002-05-07 Artur BergmanDocumentation of async
2002-05-07 Artur BergmanAdd support for async.
2002-04-27 Artur BergmanRemoved last traces of autodetach.
2002-04-18 Artur BergmanPort testcases from thr5005 tests so we don't fail...
2002-04-17 Jarkko HietaniemiAs suggested by Arthur: the threads and threads::shared
2002-04-04 Slaven Rezicleft-over "use 5.7.2" in threads.pm
2002-04-03 Jarkko HietaniemiDetached threads do not help; they still hold resources.
2002-04-03 Jarkko HietaniemiDocument the "Cleanup skipped ..." warning.
2002-01-25 Nick Ing-Simmonsthreads::shared tidy up:
2002-01-19 Nick Ing-SimmonsNearly-working threads re-structuring. Do not integrate,
2002-01-02 Andy Busseythreads::shared disabling
2001-11-16 Jarkko HietaniemiMake Thread a wrapper for both ithreads and 5005threads.
2001-10-28 Artur BergmanManpage updates.
2001-10-26 Artur BergmanMake new() work exactly like create(). Move from Config...
2001-10-26 Artur BergmanDon't display debug data.
2001-10-22 Jarkko HietaniemiPod nits, as suggested by Stas Bekman.
2001-09-26 Artur BergmanDocumention update
2001-09-18 Artur BergmanAdds the thread 0.05 module. It is now moved to the...