Added queue.pm and test case, still disabled because of discovered race (or am I...
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / t /
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-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 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-02 Andy Bussey threads::shared disabling
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 Add tests for references in hashes.
2001-10-25 Artur Bergman Tests shared hashes.
2001-10-24 Artur Bergman Add support for basic support for AVs, references not...
2001-10-21 Artur Bergman First support of threads::shared, support shared svs...