threads 1.35 - Borland compiler fix
[p5sagit/p5-mst-13.2.git] / ext / threads / threads.pm
2006-07-10 Jerry D. Hedden threads 1.35 - Borland compiler fix
2006-07-07 Jerry D. Hedden threads 1.34 - state methods
2006-07-04 Jerry D. Hedden threads 1.33
2006-06-06 Jerry D. Hedden threads 1.32
2006-05-23 Rafael Garcia-Suarez Typo fix
2006-05-23 Jerry D. Hedden Explicit thread context
2006-05-18 Jerry D. Hedden threads core dump in BEGIN
2006-05-18 Jerry D. Hedden threads 1.28
2006-05-12 Jerry D. Hedden Better unsafe signals info in threads.pm
2006-05-11 Jerry D. Hedden Thread signalling [REVISED]
2006-05-09 Jerry D. Hedden 'threads' patch to fix threaded build on Win32
2006-05-05 Jerry D. Hedden threads - stack size support
2006-05-04 Jerry D. Hedden threads - formatting [REVISED]
2006-04-26 Jerry D. Hedden threads - consolidate XS functions
2006-04-25 Jerry D. Hedden Continuing threads sync
2006-04-20 Jerry D. Hedden [REPOST] [PATCH] Remove superfluous counter in threads
2006-04-04 Jan Dubois threads.pm should overload != operator
2006-04-03 Jerry D. Hedden 2nd patch to sync blead 'threads' with CPAN [REPOST]
2006-03-24 Jerry D. Hedden (2nd revised) 1st patch to sync blead 'threads' with...
2006-03-17 Jan Dubois threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression
2005-10-31 Rafael Garcia-Suarez Robin Houston remarks that mention of a context is...
2005-08-19 Tassilo von Parseval make threads.xs emit warnings properly
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2004-07-15 Nicholas Clark threads.xs doesn't check the return value of the thread...
2004-07-01 Nicholas Clark Bump version numbers
2004-04-04 Nicholas Clark Hand merge patch from maint back to blead.
2004-04-04 Nicholas Clark Bump version numbers for modules that have changed...
2004-01-25 Rafael Garcia-Suarez Remove the caveat about detached threads crashing on...
2004-01-02 Nicholas Clark Bump $threads::VERSION as the documentation has changed...
2004-01-01 Rafael Garcia-Suarez Document that detached threads aren't supported on...
2003-10-10 Elizabeth Mattijsen threads::async + some cleanup
2003-08-13 Nicholas Clark Re: script wanted
2003-06-19 Richard Soderberg email address correction
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...