Nearly-working threads re-structuring. Do not integrate,
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / shared.xs
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...