Changes for threads::shared to all building with g++.
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / shared.xs
2006-10-21 Steve Peters Changes for threads::shared to all building with g++.
2006-10-03 Steve Peters Upgrade to threads-shared-1.03
2006-07-13 Jarkko Hietaniemi z/OS: CPAN-ized ext/ and lib/
2006-01-07 Dave Mitchell [perl #37946] preserve the referent associated with...
2006-01-07 Dave Mitchell fix coredump on 'local $shared[N]' introduced by change...
2006-01-06 Dave Mitchell make ithreads shared vars smaller/quicker by eliminatin...
2006-01-02 Dave Mitchell add svt_local slot to magic vtable, and fix local ...
2005-12-14 Jerry D. Hedden [perl #37919] Blessed scalar refs with threads::shared
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-06 Nicholas Clark Casting to/from (void *) sufficient to make a C++ compi...
2005-02-26 Dave Mitchell ithreads: cond_signal() on a non-shared object coredumped
2004-10-30 Dave Mitchell [perl #32033] Using foreach on threads::shared array...
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-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-09-23 Marcus Holland-Moritz RC5 and Intel's ICC
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-09 Artur Bergman Support blessed shared references.
2003-04-21 Artur Bergman Croak on non ref to shared methods instead of segfault.
2003-04-13 Artur Bergman Fix bug #15893 by creating shared scalars with a refcou...
2003-01-26 Artur Bergman When we copy things out of a hash and increment the
2003-01-04 Artur Bergman Fix long standing memory leak with pop and shift!
2002-07-09 Artur Bergman Update documentation with ...
2002-05-19 Nick Ing-Simmons Integrate mailine
2002-05-18 Dave Mitchell revised warnings + more tests + docs
2002-05-13 Dave Mitchell various minor fixes in threads.
2002-05-10 Robin Barker format and other warnings
2002-04-27 Artur Bergman Fixed race condtions and deadlocks in interaction with
2002-04-27 Artur Bergman Saving locks after we set it to 0 was kind of pointless.
2002-04-17 Jarkko Hietaniemi As suggested by Arthur: the threads and threads::shared
2002-04-11 Jarkko Hietaniemi Unused variables.
2002-03-04 Jarkko Hietaniemi Integrate perlio:
2002-03-04 Nick Ing-Simmons Remove debugging assert
2002-01-25 Nick Ing-Simmons threads::shared tidy up:
2002-01-23 Nick Ing-Simmons SvTEMP_off to stop private PV's being stolen and stored...
2002-01-23 Nick Ing-Simmons thread::shared nearly working again - remaining issue
2002-01-22 Nick Ing-Simmons Implement recursive lock and use of scope for PL_shared...
2002-01-22 Nick Ing-Simmons Shared scalars working, some shared array ops working.
2002-01-21 Nick Ing-Simmons XS side of new threads::shared designed, coded and...
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,
2001-11-12 Jeffrey Friedl a few typo fixes
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-28 Artur Bergman And here we use the prototypes.
2001-10-26 Artur Bergman Get the new functions right, do not export lock since...
2001-10-26 Artur Bergman And then finally cond_wait cond_signal and cond_broadca...
2001-10-26 Artur Bergman Extend support of change #12672 to support arrays and...
2001-10-26 Artur Bergman Fix case where shared reference does not exist in curre...
2001-10-26 Artur Bergman Support for references in shared arrays.
2001-10-25 Artur Bergman Add support for reference members of hashes.
2001-10-25 Artur Bergman Fix threadcounts for arrays and hashes.
2001-10-24 Jarkko Hietaniemi Tru64 compiler nit.
2001-10-24 Artur Bergman Change #12623 inflicted an infinite hang. Fixed.
2001-10-24 Artur Bergman Adds support for hashes. Neither hashes nor arrays...
2001-10-24 Artur Bergman We need to do sharedsv_find in the original perl context.
2001-10-24 Artur Bergman Add support for basic support for AVs, references not...
2001-10-24 Artur Bergman We only need to fetch the SV from the backend if the...
2001-10-21 Artur Bergman First support of threads::shared, support shared svs...