Document the effect of thread creation context.
[p5sagit/p5-mst-13.2.git] / ext / threads / threads.pm
2003-04-16 Jarkko Hietaniemi Document the effect of thread creation context.
2002-07-13 Jarkko Hietaniemi Document that using threads/pseudofork inside BEGINs...
2002-07-12 Elizabeth Mattijsen [DOC PATCH] threads.pm, threads->tid in DESTROY bug
2002-07-12 Jarkko Hietaniemi Document that one cannot "proxy" enable threading.
2002-07-12 Elizabeth Mattijsen Re: Thread object by tid?
2002-07-10 Jarkko Hietaniemi Small threads docs cleanups.
2002-06-13 Jarkko Hietaniemi Thread doc tweaks.
2002-06-05 Jarkko Hietaniemi perlthrtut links.
2002-05-19 Nick Ing-Simmons Integrate mailine
2002-05-18 Dave Mitchell revised warnings + more tests + docs
2002-05-14 Dave Mitchell allow use threads qw(yield)
2002-05-12 Jarkko Hietaniemi Add threadsafety caveats.
2002-05-12 Jarkko Hietaniemi Reword the "threads still running" cleanup message.
2002-05-12 Jarkko Hietaniemi Detypos (and sticking with US spelling since Dan Sugalski
2002-05-07 Artur Bergman Documentation of async
2002-05-07 Artur Bergman Add support for async.
2002-04-27 Artur Bergman Removed last traces of autodetach.
2002-04-18 Artur Bergman Port testcases from thr5005 tests so we don't fail...
2002-04-17 Jarkko Hietaniemi As suggested by Arthur: the threads and threads::shared
2002-04-04 Slaven Rezic left-over "use 5.7.2" in threads.pm
2002-04-03 Jarkko Hietaniemi Detached threads do not help; they still hold resources.
2002-04-03 Jarkko Hietaniemi Document the "Cleanup skipped ..." warning.
2002-01-25 Nick Ing-Simmons threads::shared tidy up:
2002-01-19 Nick Ing-Simmons Nearly-working threads re-structuring. Do not integrate,
2002-01-02 Andy Bussey threads::shared disabling
2001-11-16 Jarkko Hietaniemi Make Thread a wrapper for both ithreads and 5005threads.
2001-10-28 Artur Bergman Manpage updates.
2001-10-26 Artur Bergman Make new() work exactly like create(). Move from Config...
2001-10-26 Artur Bergman Don't display debug data.
2001-10-22 Jarkko Hietaniemi Pod nits, as suggested by Stas Bekman.
2001-09-26 Artur Bergman Documention update
2001-09-18 Artur Bergman Adds the thread 0.05 module. It is now moved to the...