Use newer 'threads' constructs
[p5sagit/p5-mst-13.2.git] / ext / threads / threads.xs
2007-02-15 Jerry D. Hedden Use newer 'threads' constructs
2007-01-25 Rafael Garcia-Suarez Upgrade to threads 1.58:
2007-01-14 Dave Mitchell make S_ithread_run() call S_ithread_free() in main...
2007-01-14 Dave Mitchell further refinement to #29796 (cleanup veto)
2007-01-13 Dave Mitchell unfreed threads should trigger cleanup veto
2007-01-12 Dave Mitchell Rationalise refcounting of thread structures
2006-12-21 Jerry D. Hedden threads 1.57
2006-12-15 Jerry D. Hedden threads 1.54 - Adds ->error() method
2006-11-28 Jerry D. Hedden [PATCH[ threads 1.53
2006-11-26 Nicholas Clark Eliminated unitialised clone_params value bug accidenta...
2006-11-21 Jerry D. Hedden threads 1.52
2006-11-16 Jerry D. Hedden threads 1.51
2006-11-03 Jerry D. Hedden threads 1.49
2006-10-31 Rafael Garcia-Suarez Fix a case of segfault in ithread destruction
2006-10-31 Jerry D. Hedden threads 1.47
2006-10-30 Jerry D. Hedden threads 1.46
2006-10-27 Jerry D. Hedden Make 'threads' conform to perlguts
2006-09-13 Jerry D. Hedden Bump version and other misc. changes. 3rd patch from:
2006-09-13 Jerry D. Hedden Statically allocate the main thread.
2006-09-13 Jerry D. Hedden Race condition fix in threads.pm
2006-08-01 Jerry D. Hedden threads 1.38
2006-07-21 Rafael Garcia-Suarez More tweaks to threads 1.37, by Jerry D. Hedden
2006-07-20 Rafael Garcia-Suarez Upgrade to threads 1.37, by Jerry D. Hedden
2006-07-11 Jerry D. Hedden threads 1.36 - Signalling terminated threads core dumps
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-17 Dave Mitchell dont warn at exit of detatched threads still running
2006-06-06 Jerry D. Hedden threads 1.32
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-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-28 Jerry D. Hedden threads - miscellaneous
2006-04-26 Jerry D. Hedden threads - consolidate XS functions
2006-04-25 Jerry D. Hedden Continuing threads sync
2006-04-21 Jerry D. Hedden Rework threads destruct call
2006-04-20 Jerry D. Hedden [REPOST] [PATCH] Remove superfluous counter in threads
2006-04-14 Jerry D. Hedden Fix implementation of threads->_handle on unixes.
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
2006-02-13 Nicholas Clark All the bits of clone_params.flags need to be initialis...
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2005-12-31 Dave Mitchell make threads use MY_CXT API rather than using PL_modglobal
2005-10-16 Dave Mitchell static functions should be prefixed S_
2005-10-16 Dave Mitchell free a thread's interpreter after $t->join() rather...
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-06-13 Nicholas Clark We no longer need PL_shared_hek_table
2005-05-25 Nicholas Clark Track the mapping between source shared hash keys and...
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...
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-06-09 Kevin Chase [patch] Windows/Win32 thread handle leak with threads...
2004-01-23 Jan Dubois Re: threads::shared::queue;
2004-01-08 Dave Mitchell segv in pad.c with threads (was: DBD::Oracle and Perl...
2003-08-06 Jarkko Hietaniemi Cast away gcc 3.3 type conversion pickiness.
2003-06-11 Marcus Holland-Moritz Integrate from maint:
2003-06-07 Artur Bergman Major (internal) change to make it much more easy to...
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-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 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-13 Artur Bergman Fix bug #16253, use all the CPU that we can :-)
2003-04-02 Jarkko Hietaniemi Make at least the thread count make sense.
2003-04-01 Ilya Zakharevich Integrate:
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-04 Jarkko Hietaniemi One more (or, rather, less) //.
2003-01-04 Jarkko Hietaniemi Integrate from maintperl:
2003-01-03 Artur Bergman Fixes bug #15273, the return of the object caused
2003-01-03 Artur Bergman Fake what context we are running in for CLONE and DESTR...
2002-11-19 Dave Mitchell trivial typo
2002-07-11 Artur Bergman Don't set the context to the running thread before
2002-07-11 Artur Bergman Problem fixed with detached threads reported by Stacy...
2002-07-10 Artur Bergman Makes list skip the main thread.
2002-06-09 Jarkko Hietaniemi "thread failed to start: " is better than "Died:".
2002-06-08 Artur Bergman Fix for bug [ID 20020602.007].
2002-05-16 Dave Mitchell Re: [PATCH] allow use threads qw(yield)
2002-05-14 Dave Mitchell allow use threads qw(yield)
2002-05-12 Jarkko Hietaniemi Reword the "threads still running" cleanup message.
2002-05-10 Robin Barker format and other warnings
2002-05-01 Artur Bergman Cleanup memory a bit better in some cases.
2002-04-28 Artur Bergman Added test cases and fixed some obvious things.
2002-04-27 Artur Bergman Removed last traces of autodetach.
2002-04-22 Artur Bergman End blocks were not run on Win32.
2002-04-21 Artur Bergman Do not unlock mutex twice.
next