Retract the cond.t part of #16249 since the nature
[p5sagit/p5-mst-13.2.git] / ext / threads / shared /
2002-04-28 Jarkko Hietaniemi Retract the cond.t part of #16249 since the nature
2002-04-28 Jarkko Hietaniemi (retracted by #16258)
2002-04-27 Artur Bergman Ahem, look another way.
2002-04-27 Artur Bergman Add test numbers to make "make test" happy. Order is...
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-16 Artur Bergman Added queue.pm and test case, still disabled because...
2002-04-15 Artur Bergman Add support for my $foo : shared;
2002-04-15 Artur Bergman Test arrays containing references, and references to...
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-28 Nick Ing-Simmons 1st attempt at skipping broke threads case.
2002-01-28 Nick Ing-Simmons Skip new threads::shared test unless -Duseithreads
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,
2002-01-04 Andy Bussey threads::shared doc
2002-01-02 Andy Bussey threads::shared disabling
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 Update documentation.
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 More Config::threads to threads::threads changes
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-26 Artur Bergman Add tests for references in hashes.
2001-10-25 Andy Dougherty Omit needless calls to pod2man (perl@12641)
2001-10-25 Artur Bergman Add support for reference members of hashes.
2001-10-25 Artur Bergman Tests shared 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-22 Jarkko Hietaniemi Pod nits, as suggested by Stas Bekman.
2001-10-21 Artur Bergman First support of threads::shared, support shared svs...