This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweaking the order of op creation/op free in Perl_ck_require to Larry's
[perl5.git] / ext / threads /
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
2003-07-04 Jarkko HietaniemiNo energy now to figure out what is wrong with $0
2003-07-04 Jarkko Hietaniemi$0 is pain.
2003-06-30 Jarkko HietaniemiThe 'contiguous' test for argv[], envp[] was bogus
2003-06-30 Jarkko Hietaniemi$0 test tweaks from Andreas.
2003-06-19 Richard Soderbergemail address correction
2003-06-16 Jarkko HietaniemiInstead of fancy condvar footwork do a simple join,
2003-06-12 Artur BergmanIn free we want to destroy, not init, thanks to Tim...
2003-06-12 Artur BergmanBe polite and destroy the mutexes and conditions we...
2003-06-11 Marcus Holland-MoritzIntegrate from maint:
2003-06-09 Jarkko HietaniemiOn a real multicpu box the child thread could still...
2003-06-09 Artur BergmanSupport blessed shared references.
2003-06-07 Artur BergmanMajor (internal) change to make it much more easy to...
2003-06-07 Artur BergmanLast patch broke this slightly because INC was wrong.
2003-06-07 Artur BergmanRemove warnings from tests.
2003-06-07 Artur BergmanWork in non core env.
2003-06-05 Jarkko HietaniemiEven more getspecific patches from Brian De Pradine;
2003-06-05 Jarkko Hietaniemiz/OS threads tweak from Brian De Pradine.
2003-06-03 Jarkko HietaniemiAccording to Arthur this should help
2003-05-25 Jarkko HietaniemiProtect against race conditions: if the pid is not...
2003-05-24 Jarkko HietaniemiAdd a real scan for pthread_attr_setscope().
2003-05-19 Jarkko HietaniemiNekkid numbers.
2003-05-19 Jarkko HietaniemiMeaningless cosmetics.
2003-05-19 Jarkko HietaniemiMake Perl_ithread_self() a bit more helpful when
2003-05-19 Jarkko HietaniemiSlightly wrong panic messages.
2003-05-19 Craig A. BerryBased on
2003-05-01 Jarkko Hietaniemiz/OS: More threaded build tweaks from Brian De Pradine--
2003-04-21 Artur BergmanCroak on non ref to shared methods instead of segfault.
2003-04-21 Artur BergmanFixes bug #17043, resets PL_srand_called before the...
2003-04-16 Artur BergmanFix double join problem for those places where free
next