As we're not passing over (or copying in) a NUL, don't need that extra
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / t /
2006-12-20 Jerry D. Hedden threads::shared 1.06
2006-11-28 Jerry D. Hedden [PATCH[ threads 1.53
2006-10-03 Steve Peters Upgrade to threads-shared-1.03
2005-12-14 Dave Mitchell forgot to add new file to change #26350
2004-11-05 H.Merijn Brand Skip failing thread/wait tests on HP-UX 10.20
2004-10-31 Nicholas Clark Skip tests if Devel::Peek not built
2004-06-25 Andy Dougherty Correct detection of absent modules. Based on
2004-06-18 Nicholas Clark Skip test if perl configured without threads::shared
2004-01-13 Nicholas Clark Add VMS to the list of "don't fork" OSes
2004-01-12 Mike Pomraning Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
2004-01-11 Mike Pomraning Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
2003-12-17 Mike Pomraning 2-arg cond_wait, cond_timedwait, tests
2003-11-06 Dave Mitchell bugid #24407: numeric key for shared hash got stringifi...
2003-06-16 Jarkko Hietaniemi Instead of fancy condvar footwork do a simple join,
2003-06-09 Jarkko Hietaniemi On a real multicpu box the child thread could still...
2003-06-09 Artur Bergman Support blessed shared references.
2003-03-11 Jarkko Hietaniemi Patch from Craig Berry to resolve test failures in...
2003-01-03 Artur Bergman Change pp_lock to take a reference instead of a
2002-08-30 Michael G. Schwern Fixes to threads::shared when disabled
2002-07-12 Jarkko Hietaniemi threads::shared::queue and semaphore become Thread...
2002-06-08 Artur Bergman Remove leftover dummy and cleanup the test case.
2002-05-22 Dave Mitchell Re: where threads cond.t hangs
2002-05-19 Nick Ing-Simmons Integrate mailine
2002-05-19 Jarkko Hietaniemi IRIX SMP turned up a few hundred "Use of uninitialized
2002-05-19 Dave Mitchell Re: [PATCH threads] revised warnings + more tests ...
2002-05-18 Jarkko Hietaniemi The thread warnings aren't quite yet working as planned.
2002-05-18 Jarkko Hietaniemi Forgotten from #16685.
2002-05-13 Dave Mitchell Re: 'use threads::shared' noisy with -w
2002-05-09 Dave Mitchell Re: where threads cond.t hangs
2002-05-07 Artur Bergman Fix bad assumptions in test case.
2002-05-02 Jarkko Hietaniemi Ooops. Not everybody does threads.
2002-05-01 Jarkko Hietaniemi Until Arthur fills in semaphore.t.
2002-05-01 Artur Bergman Don't forget to add it to the MANIFEST
2002-05-01 Artur Bergman Fix makefile to put queue.pm correctly, update test...
2002-05-01 Artur Bergman Flush directly to avoid erros when running from test...
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-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...