This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move I18N::LangTags from ext/ to dist/
[perl5.git] / ext / threads / threads.pm
2009-08-10 Jerry D. HeddenUpgrade to 'threads' 1.74
2009-06-09 Jerry D. HeddenUpgrade to threads 1.73
2009-06-07 Rafael Garcia-SuarezBump version of threads.pm
2009-02-24 Jerry D. HeddenUpgrade to threads 1.72
2008-12-25 Rafael Garcia-SuarezSome source files and documentation files need not...
2008-06-13 Jerry D. Heddenthreads 1.71
2008-02-25 Jerry D. Heddenthreads 1.69
2007-09-19 Jerry D. Heddenthreads 1.67
2007-09-17 Jerry D. Heddenthreads 1.66
2007-09-05 Jerry D. Heddenthreads 1.65
2007-08-20 Jerry D. HeddenFix some typos in threads.pm
2007-08-08 Jerry D. Heddenthreads 1.64 (repost)
2007-06-27 Jerry D. Heddenthreads 1.63
2007-05-18 Jerry D. Heddenthreads 1.62
2007-03-22 Jerry D. Heddenthreads 1.61
2007-02-21 Steve HayRemove unreferenced local variable
2007-02-06 Rafael Garcia-SuarezUpgrade to threads.pm 1.59 (doc tweaks)
2007-01-25 Rafael Garcia-SuarezUpgrade to threads 1.58:
2006-12-21 Jerry D. Heddenthreads 1.57
2006-12-16 Jerry D. Heddenthreads 1.56
2006-12-15 Jerry D. Heddenthreads 1.54 - Adds ->error() method
2006-11-28 Jerry D. Hedden[PATCH[ threads 1.53
2006-11-21 Jerry D. Heddenthreads 1.52
2006-11-16 Jerry D. Heddenthreads 1.51
2006-11-03 Jerry D. Heddenthreads 1.49
2006-10-31 Jerry D. Heddenthreads 1.47
2006-10-30 Jerry D. Heddenthreads 1.46
2006-10-26 Jerry D. Heddenthreads 1.45
2006-10-12 Jerry Heddenthreads 1.44
2006-10-07 Jerry Heddenthreads 1.43 - stringify
2006-10-03 Steve PetersUpgrade to threads-1.42
2006-09-13 Jerry D. HeddenBump version and other misc. changes. 3rd patch from:
2006-08-01 Jerry D. Heddenthreads 1.38
2006-07-21 Rafael Garcia-SuarezMore tweaks to threads 1.37, by Jerry D. Hedden
2006-07-20 Rafael Garcia-SuarezUpgrade to threads 1.37, by Jerry D. Hedden
2006-07-11 Jerry D. Heddenthreads 1.36 - Signalling terminated threads core dumps
2006-07-10 Jerry D. Heddenthreads 1.35 - Borland compiler fix
2006-07-07 Jerry D. Heddenthreads 1.34 - state methods
2006-07-04 Jerry D. Heddenthreads 1.33
2006-06-06 Jerry D. Heddenthreads 1.32
2006-05-23 Rafael Garcia-SuarezTypo fix
2006-05-23 Jerry D. HeddenExplicit thread context
2006-05-18 Jerry D. Heddenthreads core dump in BEGIN
2006-05-18 Jerry D. Heddenthreads 1.28
2006-05-12 Jerry D. HeddenBetter unsafe signals info in threads.pm
2006-05-11 Jerry D. HeddenThread signalling [REVISED]
2006-05-09 Jerry D. Hedden'threads' patch to fix threaded build on Win32
2006-05-05 Jerry D. Heddenthreads - stack size support
2006-05-04 Jerry D. Heddenthreads - formatting [REVISED]
2006-04-26 Jerry D. Heddenthreads - consolidate XS functions
2006-04-25 Jerry D. HeddenContinuing threads sync
2006-04-20 Jerry D. Hedden[REPOST] [PATCH] Remove superfluous counter in threads
2006-04-04 Jan Duboisthreads.pm should overload != operator
2006-04-03 Jerry D. Hedden2nd 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 Duboisthreads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression
2005-10-31 Rafael Garcia-SuarezRobin Houston remarks that mention of a context is...
2005-08-19 Tassilo von Parsevalmake threads.xs emit warnings properly
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2004-07-15 Nicholas Clarkthreads.xs doesn't check the return value of the thread...
2004-07-01 Nicholas ClarkBump version numbers
2004-04-04 Nicholas ClarkHand merge patch from maint back to blead.
2004-04-04 Nicholas ClarkBump version numbers for modules that have changed...
2004-01-25 Rafael Garcia-SuarezRemove the caveat about detached threads crashing on...
2004-01-02 Nicholas ClarkBump $threads::VERSION as the documentation has changed...
2004-01-01 Rafael Garcia-SuarezDocument that detached threads aren't supported on...
2003-10-10 Elizabeth Mattijsenthreads::async + some cleanup
2003-08-13 Nicholas ClarkRe: script wanted
2003-06-19 Richard Soderbergemail address correction
2003-04-16 Jarkko HietaniemiDocument the effect of thread creation context.
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
next