This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename ext/Module/Pluggable to ext/Module-Pluggable
[perl5.git] / ext / threads /
2006-07-10 Jerry D. Heddenthreads 1.35 - Borland compiler fix
2006-07-07 Jerry D. Heddenthreads 1.34 - state methods
2006-07-05 Jerry D. HeddenRE: [PATCH] threads 1.33
2006-07-04 Jerry D. Heddenthreads 1.33
2006-06-17 Dave Mitchelldont warn at exit of detatched threads still running
2006-06-06 Jerry D. Heddenrandom thread test failure
2006-06-06 Jerry D. Heddenthreads 1.32
2006-05-26 Steve PetersStop a warning generated from thread's Makefile.PL
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 Nicholas ClarkThreads and signals. Delicious. Tweak change 28168...
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-28 Jerry D. Heddenthreads - miscellaneous
2006-04-26 Jerry D. Heddenthreads - consolidate XS functions
2006-04-25 Jerry D. HeddenContinuing threads sync
2006-04-21 Jerry D. HeddenRework threads destruct call
2006-04-20 Jerry D. Hedden[REPOST] [PATCH] Remove superfluous counter in threads
2006-04-14 Jerry D. HeddenFix implementation of threads->_handle on unixes.
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
2006-03-16 Rafael Garcia-SuarezMake the threads tests silent with regard to the new...
2006-02-13 Nicholas ClarkAll the bits of clone_params.flags need to be initialis...
2006-01-12 Nicholas ClarkBump $VERSION in many modules that have changed.
2006-01-07 Dave Mitchell[perl #37946] preserve the referent associated with...
2006-01-07 Dave Mitchellfix coredump on 'local $shared[N]' introduced by change...
2006-01-06 Dave Mitchellmake ithreads shared vars smaller/quicker by eliminatin...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-02 Dave Mitchelladd svt_local slot to magic vtable, and fix local ...
2005-12-31 Dave Mitchellmake threads use MY_CXT API rather than using PL_modglobal
2005-12-14 Dave Mitchellforgot to add new file to change #26350
2005-12-14 Jerry D. Hedden[perl #37919] Blessed scalar refs with threads::shared
2005-10-31 Rafael Garcia-SuarezRobin Houston remarks that mention of a context is...
2005-10-16 Dave Mitchellstatic functions should be prefixed S_
2005-10-16 Dave Mitchellfree a thread's interpreter after $t->join() rather...
2005-09-17 Nicholas ClarkHolding a mutex then croak()ing strikes me as deadlock.
2005-08-19 Tassilo von Parsevalmake threads.xs emit warnings properly
2005-07-17 Dave Mitchell[perl #9720] document what can be assigned to a shared...
2005-06-23 Nicholas ClarkThe current implementation of :unique is fundamentally...
2005-06-13 Nicholas ClarkWe no longer need PL_shared_hek_table
2005-05-26 Nicholas ClarkIt helps to set the total keys correctly when duplicati...
2005-05-25 Nicholas ClarkTrack the mapping between source shared hash keys and...
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-12 Dave Mitchellmake join.t threadsafe!
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-19 Dave MitchellAdd CLONE_SKIP() class method to allow individual class...
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #2
2005-04-06 Nicholas ClarkCasting to/from (void *) sufficient to make a C++ compi...
2005-03-21 Alexey TourbinRe: bugzilla.redhat bug #101767 (threads, threads:...
2005-02-26 Dave Mitchellithreads: cond_signal() on a non-shared object coredumped
2004-11-05 H.Merijn BrandSkip failing thread/wait tests on HP-UX 10.20
2004-10-31 Nicholas ClarkSkip tests if Devel::Peek not built
2004-10-30 Dave Mitchell[perl #32033] Using foreach on threads::shared array...
2004-07-16 Nicholas ClarkSome calls to PerlMemShared_alloc() aren't checking...
2004-07-15 Nicholas Clarkthreads.xs doesn't check the return value of the thread...
2004-07-01 Nicholas ClarkBump version numbers
2004-06-25 Andy DoughertyCorrect detection of absent modules. Based on
2004-06-18 Nicholas ClarkSkip test if perl configured without threads::shared
2004-06-09 Kevin Chase[patch] Windows/Win32 thread handle leak with threads...
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-23 Jan DuboisRe: threads::shared::queue;
2004-01-20 Dave Mitchell[perl #24940] "sub foo :unique" segfaults
2004-01-13 Nicholas ClarkAdd VMS to the list of "don't fork" OSes
2004-01-12 Mike PomraningRe: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
2004-01-11 Mike PomraningRe: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
2004-01-09 Dave Mitchelltemporarily backout test of thread returning a closure...
2004-01-08 Dave Mitchellsegv in pad.c with threads (was: DBD::Oracle and Perl...
2004-01-02 Nicholas ClarkBump $threads::VERSION as the documentation has changed...
2004-01-01 Dave MitchellFix bug #24383, where hashes with the :unique attribute...
2004-01-01 Rafael Garcia-SuarezDocument that detached threads aren't supported on...
2003-12-27 Marcus Holland-MoritzRemove Win32 compiler warnings
2003-12-22 Mike PomraningRe: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service...
2003-12-17 Mike Pomraning2-arg cond_wait, cond_timedwait, tests
2003-11-16 Elizabeth MattijsenRe:ext/threads/t/problem.t (was: Problems with mod_perl...
2003-11-06 Dave Mitchellbugid #24407: numeric key for shared hash got stringifi...
2003-11-01 Dave Mitchellwhoops, typo
2003-11-01 Dave Mitchell[perl #24368] seg faults when deleting keys of shared...
2003-10-27 Dave MitchellFix more shared threads leaks: add SAVETMPS to the...
2003-10-23 Nicholas ClarkIntegrate:
2003-10-23 Dave MitchellFix two threads::shared leaks
2003-10-16 Dave MitchellEnsure PL_comppad/curpad point to PL_main_cv's padlist...
2003-10-10 Elizabeth Mattijsenthreads::async + some cleanup
2003-09-23 Marcus Holland-MoritzRC5 and Intel's ICC
2003-09-05 Elizabeth Mattijsenthreads/shared.pm: saves 4K per thread
2003-09-05 Elizabeth Mattijsenversions threads modules
2003-09-03 Jarkko Hietaniemiuse IO; is deprecated.
2003-09-03 Jarkko HietaniemiChanging the test count is a good idea.
2003-09-03 Marcus Holland-MoritzRe: maint@20974 or before broke mp2 ithreads test
2003-08-13 Nicholas ClarkRe: script wanted
2003-08-06 Jarkko HietaniemiCast away gcc 3.3 type conversion pickiness.
2003-07-05 Dave Mitchellfix for ext/threads/t/problems.t failures
next