Fix up .gitignore files some more
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / shared.pm
2008-11-25 Jerry D. Hedden threads::shared 1.27
2008-07-16 Jerry D. Hedden threads::shared 1.26
2008-07-15 Rafael Garcia-Suarez Upgrade to threads::shared 1.25 by Jerry D. Hedden
2008-07-02 Jerry D. Hedden threads::shared 1.24
2008-06-19 Jerry D. Hedden threads::shared 1.23
2008-06-13 Jerry D. Hedden threads::shared 1.22
2008-05-16 Jerry D. Hedden threads::shared 1.21
2008-05-10 Jerry D. Hedden threads::shared 1.19
2008-02-27 Jerry D. Hedden threads::shared 1.18
2008-02-25 Jerry D. Hedden threads::shared 1.17
2007-12-19 Jerry D. Hedden threads::shared 1.15
2007-09-24 Rafael Garcia-Suarez Upgrade to threads::shared 1.14
2007-09-05 Jerry D. Hedden threads::shared 1.13
2007-05-24 Jerry D. Hedden threads::shared 1.12
2007-05-16 Jerry D. Hedden Re: Thread fail/hang on HP-UX 10.20
2007-05-14 Jerry D. Hedden threads::shared 1.11
2007-04-25 Jerry D. Hedden Safely store user locks in threads::shared
2007-04-19 Jerry D. Hedden Re: [perl #41574] cond_wait hang ups under MSWin32
2007-04-10 Rafael Garcia-Suarez Upgrade to threads::shared 1.09 :
2007-03-19 Rafael Garcia-Suarez Adjust timing tolerance in threads tests, by Jerry...
2007-03-15 Rafael Garcia-Suarez Upgrade to threads::shared 1.08 :
2007-02-06 Rafael Garcia-Suarez Upgrade to threads::shared 1.07 (doc tweaks)
2006-12-20 Jerry D. Hedden threads::shared 1.06
2006-10-26 Jerry D. Hedden threads-shared 1.05
2006-10-12 Jerry Hedden threads::shared 1.04
2006-10-03 Steve Peters Upgrade to threads-shared-1.03
2006-07-13 Steve Peters Version bumps for z/OS fixes.
2006-01-12 Nicholas Clark Bump $VERSION in many modules that have changed.
2005-07-17 Dave Mitchell [perl #9720] document what can be assigned to a shared...
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2003-12-17 Mike Pomraning 2-arg cond_wait, cond_timedwait, tests
2003-09-05 Elizabeth Mattijsen threads/shared.pm: saves 4K per thread
2003-09-05 Elizabeth Mattijsen versions threads modules
2003-08-13 Nicholas Clark Re: script wanted
2003-06-09 Artur Bergman Support blessed shared references.
2003-02-15 Stas Bekman [doc patch] ext/threads/shared/shared.pm
2002-08-30 Michael G. Schwern Fixes to threads::shared when disabled
2002-07-12 Elizabeth Mattijsen [DOC PATCH] threads::shared.pm, share( $hashref->{key...
2002-07-12 Jarkko Hietaniemi threads::shared::queue and semaphore become Thread...
2002-07-10 Jarkko Hietaniemi Small threads docs cleanups.
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...