Bump version and other misc. changes. 3rd patch from:
[p5sagit/p5-mst-13.2.git] / ext / threads / shared /
2006-09-08 Rafael Garcia-Suarez Remove empty typemap file
2006-09-06 Rafael Garcia-Suarez Revert accidental file deletion
2006-09-06 Rafael Garcia-Suarez Remove perlcc and the byteloader
2006-07-13 Steve Peters Version bumps for z/OS fixes.
2006-07-13 Jarkko Hietaniemi z/OS: CPAN-ized ext/ and lib/
2006-01-12 Nicholas Clark Bump $VERSION in many modules that have changed.
2006-01-07 Dave Mitchell [perl #37946] preserve the referent associated with...
2006-01-07 Dave Mitchell fix coredump on 'local $shared[N]' introduced by change...
2006-01-06 Dave Mitchell make ithreads shared vars smaller/quicker by eliminatin...
2006-01-02 Dave Mitchell add svt_local slot to magic vtable, and fix local ...
2005-12-14 Dave Mitchell forgot to add new file to change #26350
2005-12-14 Jerry D. Hedden [perl #37919] Blessed scalar refs with threads::shared
2005-07-17 Dave Mitchell [perl #9720] document what can be assigned to a shared...
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-06 Nicholas Clark Casting to/from (void *) sufficient to make a C++ compi...
2005-03-21 Alexey Tourbin Re: bugzilla.redhat bug #101767 (threads, threads:...
2005-02-26 Dave Mitchell ithreads: cond_signal() on a non-shared object coredumped
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-10-30 Dave Mitchell [perl #32033] Using foreach on threads::shared array...
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-27 Marcus Holland-Moritz Remove Win32 compiler warnings
2003-12-22 Mike Pomraning Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service...
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-11-01 Dave Mitchell whoops, typo
2003-11-01 Dave Mitchell [perl #24368] seg faults when deleting keys of shared...
2003-10-27 Dave Mitchell Fix more shared threads leaks: add SAVETMPS to the...
2003-10-23 Nicholas Clark Integrate:
2003-10-23 Dave Mitchell Fix two threads::shared leaks
2003-09-23 Marcus Holland-Moritz RC5 and Intel's ICC
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-16 Jarkko Hietaniemi Instead of fancy condvar footwork do a simple join,
2003-06-12 Artur Bergman In free we want to destroy, not init, thanks to Tim...
2003-06-12 Artur Bergman Be polite and destroy the mutexes and conditions we...
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-04-21 Artur Bergman Croak on non ref to shared methods instead of segfault.
2003-04-13 Artur Bergman Fix bug #15893 by creating shared scalars with a refcou...
2003-03-11 Jarkko Hietaniemi Patch from Craig Berry to resolve test failures in...
2003-02-15 Stas Bekman [doc patch] ext/threads/shared/shared.pm
2003-01-26 Artur Bergman When we copy things out of a hash and increment the
2003-01-04 Artur Bergman Fix long standing memory leak with pop and shift!
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 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-10 Benjamin Goldberg queue.pm
2002-06-08 Artur Bergman Remove leftover dummy and cleanup the test case.
2002-06-05 Elizabeth Mattijsen [ID 20020602.004] threads::shared::queue new nit
2002-06-05 Jarkko Hietaniemi perlthrtut links.
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-18 Dave Mitchell revised warnings + more tests + docs
2002-05-13 Dave Mitchell various minor fixes in threads.
2002-05-13 Dave Mitchell Re: 'use threads::shared' noisy with -w
2002-05-10 Jarkko Hietaniemi Move pod, add $VERSION.
2002-05-10 Robin Barker format and other warnings
2002-05-09 Dave Mitchell Re: where threads cond.t hangs
2002-05-08 Simon Glover [DOC PATCH] Minor threads::shared nits
2002-05-07 Artur Bergman Documentation added.
2002-05-07 Artur Bergman Add documentation.
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 Now passes old test case.
2002-05-01 Artur Bergman Don't forget to add it to the MANIFEST
2002-05-01 Artur Bergman Add semaphore.pm
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-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
next