[DOC PATCH] ext/threads/shared/shared.pm
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / shared.pm
2002-07-10 Dave Mitchell [DOC PATCH] ext/threads/shared/shared.pm
2002-07-09 Jarkko Hietaniemi Detypo.
2002-07-09 Artur Bergman Update documentation with ...
2002-06-13 Jarkko Hietaniemi Thread doc tweaks.
2002-06-13 Jarkko Hietaniemi Document the tied/magical/shared array/hash non-autoviv...
2002-06-08 Artur Bergman Remove leftover dummy and cleanup the test case.
2002-06-05 Jarkko Hietaniemi perlthrtut links.
2002-05-19 Nick Ing-Simmons Integrate mailine
2002-05-18 Dave Mitchell revised warnings + more tests + docs
2002-05-13 Dave Mitchell Re: 'use threads::shared' noisy with -w
2002-05-08 Simon Glover [DOC PATCH] Minor threads::shared nits
2002-04-17 Jarkko Hietaniemi As suggested by Arthur: the threads and threads::shared
2002-04-15 Artur Bergman Add support for my $foo : shared;
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 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-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-29 Artur Bergman Ugly fix to not die when a thread creator is holding...
2001-10-28 Artur Bergman Update documentation.
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-25 Artur Bergman Fix threadcounts for arrays and hashes.
2001-10-24 Artur Bergman Adds support for hashes. Neither hashes nor arrays...
2001-10-24 Artur Bergman Add support for basic support for AVs, references not...
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...