Missed test changes and a bit of debugging code that should
[p5sagit/p5-mst-13.2.git] / ext / threads /
2005-09-17 Nicholas Clark Holding a mutex then croak()ing strikes me as deadlock.
2005-08-19 Tassilo von Parseval make threads.xs emit warnings properly
2005-07-17 Dave Mitchell [perl #9720] document what can be assigned to a shared...
2005-06-23 Nicholas Clark The current implementation of :unique is fundamentally...
2005-06-13 Nicholas Clark We no longer need PL_shared_hek_table
2005-05-26 Nicholas Clark It helps to set the total keys correctly when duplicati...
2005-05-25 Nicholas Clark Track the mapping between source shared hash keys and...
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-05-12 Dave Mitchell make join.t threadsafe!
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-19 Dave Mitchell Add CLONE_SKIP() class method to allow individual class...
2005-04-08 Steve Peters Refactoring to Sv*_set() macros - patch #2
2005-04-06 Nicholas Clark Casting to/from (void *) sufficient to make a C++ compi...
2005-03-21 Alexey Tourbin Re: bugzilla.redhat bug #101767 (threads, threads:...
2005-02-26 Dave Mitchell ithreads: cond_signal() on a non-shared object coredumped
2004-11-05 H.Merijn Brand Skip failing thread/wait tests on HP-UX 10.20
2004-10-31 Nicholas Clark Skip tests if Devel::Peek not built
2004-10-30 Dave Mitchell [perl #32033] Using foreach on threads::shared array...
2004-07-16 Nicholas Clark Some calls to PerlMemShared_alloc() aren't checking...
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-06-25 Andy Dougherty Correct detection of absent modules. Based on
2004-06-18 Nicholas Clark Skip test if perl configured without threads::shared
2004-06-09 Kevin Chase [patch] Windows/Win32 thread handle leak with threads...
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-23 Jan Dubois Re: threads::shared::queue;
2004-01-20 Dave Mitchell [perl #24940] "sub foo :unique" segfaults
2004-01-13 Nicholas Clark Add VMS to the list of "don't fork" OSes
2004-01-12 Mike Pomraning Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
2004-01-11 Mike Pomraning Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
2004-01-09 Dave Mitchell temporarily backout test of thread returning a closure...
2004-01-08 Dave Mitchell segv in pad.c with threads (was: DBD::Oracle and Perl...
2004-01-02 Nicholas Clark Bump $threads::VERSION as the documentation has changed...
2004-01-01 Dave Mitchell Fix bug #24383, where hashes with the :unique attribute...
2004-01-01 Rafael Garcia-Suarez Document that detached threads aren't supported on...
2003-12-27 Marcus Holland-Moritz Remove Win32 compiler warnings
2003-12-22 Mike Pomraning Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service...
2003-12-17 Mike Pomraning 2-arg cond_wait, cond_timedwait, tests
2003-11-16 Elizabeth Mattijsen Re:ext/threads/t/problem.t (was: Problems with mod_perl...
2003-11-06 Dave Mitchell bugid #24407: numeric key for shared hash got stringifi...
2003-11-01 Dave Mitchell whoops, typo
2003-11-01 Dave Mitchell [perl #24368] seg faults when deleting keys of shared...
2003-10-27 Dave Mitchell Fix more shared threads leaks: add SAVETMPS to the...
2003-10-23 Nicholas Clark Integrate:
2003-10-23 Dave Mitchell Fix two threads::shared leaks
2003-10-16 Dave Mitchell Ensure PL_comppad/curpad point to PL_main_cv's padlist...
2003-10-10 Elizabeth Mattijsen threads::async + some cleanup
2003-09-23 Marcus Holland-Moritz RC5 and Intel's ICC
2003-09-05 Elizabeth Mattijsen threads/shared.pm: saves 4K per thread
2003-09-05 Elizabeth Mattijsen versions threads modules
2003-09-03 Jarkko Hietaniemi use IO; is deprecated.
2003-09-03 Jarkko Hietaniemi Changing the test count is a good idea.
2003-09-03 Marcus Holland-Moritz Re: maint@20974 or before broke mp2 ithreads test
2003-08-13 Nicholas Clark Re: script wanted
2003-08-06 Jarkko Hietaniemi Cast away gcc 3.3 type conversion pickiness.
2003-07-05 Dave Mitchell fix for ext/threads/t/problems.t failures
2003-07-04 Jarkko Hietaniemi No energy now to figure out what is wrong with $0
2003-07-04 Jarkko Hietaniemi $0 is pain.
2003-06-30 Jarkko Hietaniemi The 'contiguous' test for argv[], envp[] was bogus
2003-06-30 Jarkko Hietaniemi $0 test tweaks from Andreas.
2003-06-19 Richard Soderberg email address correction
2003-06-16 Jarkko Hietaniemi Instead of fancy condvar footwork do a simple join,
2003-06-12 Artur Bergman In free we want to destroy, not init, thanks to Tim...
2003-06-12 Artur Bergman Be polite and destroy the mutexes and conditions we...
2003-06-11 Marcus Holland-Moritz Integrate from maint:
2003-06-09 Jarkko Hietaniemi On a real multicpu box the child thread could still...
2003-06-09 Artur Bergman Support blessed shared references.
2003-06-07 Artur Bergman Major (internal) change to make it much more easy to...
2003-06-07 Artur Bergman Last patch broke this slightly because INC was wrong.
2003-06-07 Artur Bergman Remove warnings from tests.
2003-06-07 Artur Bergman Work in non core env.
2003-06-05 Jarkko Hietaniemi Even more getspecific patches from Brian De Pradine;
2003-06-05 Jarkko Hietaniemi z/OS threads tweak from Brian De Pradine.
2003-06-03 Jarkko Hietaniemi According to Arthur this should help
2003-05-25 Jarkko Hietaniemi Protect against race conditions: if the pid is not...
2003-05-24 Jarkko Hietaniemi Add a real scan for pthread_attr_setscope().
2003-05-19 Jarkko Hietaniemi Nekkid numbers.
2003-05-19 Jarkko Hietaniemi Meaningless cosmetics.
2003-05-19 Jarkko Hietaniemi Make Perl_ithread_self() a bit more helpful when
2003-05-19 Jarkko Hietaniemi Slightly wrong panic messages.
2003-05-19 Craig A. Berry Based on
2003-05-01 Jarkko Hietaniemi z/OS: More threaded build tweaks from Brian De Pradine--
2003-04-21 Artur Bergman Croak on non ref to shared methods instead of segfault.
2003-04-21 Artur Bergman Fixes bug #17043, resets PL_srand_called before the...
2003-04-16 Artur Bergman Fix double join problem for those places where free
2003-04-16 Jarkko Hietaniemi Document the effect of thread creation context.
2003-04-13 Artur Bergman Fix bug #16253, use all the CPU that we can :-)
2003-04-13 Artur Bergman Fix bug #15893 by creating shared scalars with a refcou...
2003-04-03 Jarkko Hietaniemi Don't recurse from threads to threads/shared (since
2003-04-02 Jarkko Hietaniemi Make at least the thread count make sense.
2003-04-01 Ilya Zakharevich Integrate:
2003-03-11 Jarkko Hietaniemi Patch from Craig Berry to resolve test failures in...
2003-02-21 Artur Bergman Change regex to be a bit more friendly against various
2003-02-15 Stas Bekman [doc patch] ext/threads/shared/shared.pm
2003-02-01 Artur Bergman Fix bug #15837, temporary from storable call hadn't...
2003-02-01 Artur Bergman Don't free thread before using it, breaks platforms...
2003-01-26 Artur Bergman When we copy things out of a hash and increment the
2003-01-04 Rafael Garcia-Suarez Integrate change #18420 from maint-5.8:
next