Re: [PATCH] Test script for DynaLoader
[p5sagit/p5-mst-13.2.git] / ext / threads / threads.xs
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.
2002-04-21 Artur Bergman Got the last memory leak in the while(1) { threads...
2002-04-20 Artur Bergman Remove auto-detach
2002-04-20 Artur Bergman Really let the update of the link list do something.
2002-04-18 Artur Bergman Port testcases from thr5005 tests so we don't fail...
2002-04-17 Jarkko Hietaniemi As suggested by Arthur: the threads and threads::shared
2002-04-11 Jarkko Hietaniemi Unused variables.
2002-04-03 Nick Ing-Simmons Fix segfaults when mainthread exits with other threads...
2002-02-14 Nick Ing-Simmons Integrate mainline
2002-02-13 Artur Bergman rename mutex to make a bit more sense
2002-02-13 Artur Bergman Track active threads....
2002-02-13 Artur Bergman Do not propagate END blocks to child threads, test.
2002-02-12 Artur Bergman Stop failures if you pass an object, sv_dup might not...
2002-02-12 Artur Bergman Join support, however something wierd seems to happen...
2002-01-26 Nick Ing-Simmons Tinkering with thread cleanup mutex-ing - not the problem
2002-01-22 Nick Ing-Simmons Shared scalars working, some shared array ops working.
2002-01-20 Nick Ing-Simmons threads work again on Win32. (Not threads::shared yet)
2002-01-19 Nick Ing-Simmons Nearly-working threads re-structuring. Do not integrate,
2002-01-17 Artur Bergman Simplify the code that duplicates the threads
2001-10-30 Richard Soderberg Mommy, what's a pointer cast?
2001-10-29 Artur Bergman Ugly fix to not die when a thread creator is holding...
2001-10-26 Artur Bergman Make new() work exactly like create(). Move from Config...
2001-10-26 Artur Bergman Allocing a TLS in runtime is not too hot.
2001-10-22 Artur Bergman Flush IO buffers before starting a thread, this mimics...
2001-10-20 Nick Ing-Simmons Avoid calling (now non-existant) Perl_sv_setsv(), by...
2001-10-13 Artur Bergman Set thread stack size if needed.
2001-10-13 Artur Bergman We do want to set the attribute to joinable even on...
2001-10-12 Artur Bergman perhaps pthread_attr_t really needs to be set for the...
2001-10-12 Artur Bergman Apperently OLD PTHREADS API is a bit retarded.
2001-10-12 Artur Bergman (void*) the argument to make sure we work with picky...
next