This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
XS contents changes versus VERSION non-changes.
[perl5.git] / ext / threads / shared /
2003-08-13 Nicholas ClarkRe: script wanted
2003-06-16 Jarkko HietaniemiInstead of fancy condvar footwork do a simple join,
2003-06-12 Artur BergmanIn free we want to destroy, not init, thanks to Tim...
2003-06-12 Artur BergmanBe polite and destroy the mutexes and conditions we...
2003-06-09 Jarkko HietaniemiOn a real multicpu box the child thread could still...
2003-06-09 Artur BergmanSupport blessed shared references.
2003-04-21 Artur BergmanCroak on non ref to shared methods instead of segfault.
2003-04-13 Artur BergmanFix bug #15893 by creating shared scalars with a refcou...
2003-03-11 Jarkko HietaniemiPatch from Craig Berry to resolve test failures in...
2003-02-15 Stas Bekman[doc patch] ext/threads/shared/shared.pm
2003-01-26 Artur BergmanWhen we copy things out of a hash and increment the
2003-01-04 Artur BergmanFix long standing memory leak with pop and shift!
2003-01-03 Artur BergmanChange pp_lock to take a reference instead of a
2002-08-30 Michael G. SchwernFixes to threads::shared when disabled
2002-07-12 Elizabeth Mattijsen[DOC PATCH] threads::shared.pm, share( $hashref->{key...
2002-07-12 Jarkko Hietaniemithreads::shared::queue and semaphore become Thread...
2002-07-10 Jarkko HietaniemiSmall threads docs cleanups.
2002-07-10 Dave Mitchell[DOC PATCH] ext/threads/shared/shared.pm
2002-07-09 Jarkko HietaniemiDetypo.
2002-07-09 Artur BergmanUpdate documentation with &share() non prototype checki...
2002-06-13 Jarkko HietaniemiThread doc tweaks.
2002-06-13 Jarkko HietaniemiDocument the tied/magical/shared array/hash non-autoviv...
2002-06-10 Benjamin Goldbergqueue.pm
2002-06-08 Artur BergmanRemove leftover dummy and cleanup the test case.
2002-06-05 Elizabeth Mattijsen[ID 20020602.004] threads::shared::queue new nit
2002-06-05 Jarkko Hietaniemiperlthrtut links.
2002-05-22 Dave MitchellRe: where threads cond.t hangs
2002-05-19 Nick Ing-SimmonsIntegrate mailine
2002-05-19 Jarkko HietaniemiIRIX SMP turned up a few hundred "Use of uninitialized
2002-05-19 Dave MitchellRe: [PATCH threads] revised warnings + more tests ...
2002-05-18 Jarkko HietaniemiThe thread warnings aren't quite yet working as planned.
2002-05-18 Jarkko HietaniemiForgotten from #16685.
2002-05-18 Dave Mitchellrevised warnings + more tests + docs
2002-05-13 Dave Mitchellvarious minor fixes in threads.
2002-05-13 Dave MitchellRe: 'use threads::shared' noisy with -w
2002-05-10 Jarkko HietaniemiMove pod, add $VERSION.
2002-05-10 Robin Barkerformat and other warnings
2002-05-09 Dave MitchellRe: where threads cond.t hangs
2002-05-08 Simon Glover[DOC PATCH] Minor threads::shared nits
2002-05-07 Artur BergmanDocumentation added.
2002-05-07 Artur BergmanAdd documentation.
2002-05-07 Artur BergmanFix bad assumptions in test case.
2002-05-02 Jarkko HietaniemiOoops. Not everybody does threads.
2002-05-01 Jarkko HietaniemiUntil Arthur fills in semaphore.t.
2002-05-01 Artur BergmanNow passes old test case.
2002-05-01 Artur BergmanDon't forget to add it to the MANIFEST
2002-05-01 Artur BergmanAdd semaphore.pm
2002-05-01 Artur BergmanFix makefile to put queue.pm correctly, update test...
2002-05-01 Artur BergmanFlush directly to avoid erros when running from test...
2002-04-28 Jarkko HietaniemiRetract the cond.t part of #16249 since the nature
2002-04-28 Jarkko Hietaniemi(retracted by #16258)
2002-04-27 Artur BergmanAhem, look another way.
2002-04-27 Artur BergmanAdd test numbers to make "make test" happy. Order is...
2002-04-27 Artur BergmanFixed race condtions and deadlocks in interaction with
2002-04-27 Artur BergmanSaving locks after we set it to 0 was kind of pointless.
2002-04-17 Jarkko HietaniemiAs suggested by Arthur: the threads and threads::shared
2002-04-16 Artur BergmanAdded queue.pm and test case, still disabled because...
2002-04-15 Artur BergmanAdd support for my $foo : shared;
2002-04-15 Artur BergmanTest arrays containing references, and references to...
2002-04-11 Jarkko HietaniemiUnused variables.
2002-03-04 Jarkko HietaniemiIntegrate perlio:
2002-03-04 Nick Ing-SimmonsRemove debugging assert
2002-01-28 Nick Ing-Simmons1st attempt at skipping broke threads case.
2002-01-28 Nick Ing-SimmonsSkip new threads::shared test unless -Duseithreads
2002-01-25 Nick Ing-Simmonsthreads::shared tidy up:
2002-01-23 Nick Ing-SimmonsSvTEMP_off to stop private PV's being stolen and stored...
2002-01-23 Nick Ing-Simmonsthread::shared nearly working again - remaining issue
2002-01-22 Nick Ing-SimmonsImplement recursive lock and use of scope for PL_shared...
2002-01-22 Nick Ing-SimmonsShared scalars working, some shared array ops working.
2002-01-21 Nick Ing-SimmonsXS side of new threads::shared designed, coded and...
2002-01-20 Nick Ing-Simmonsthreads work again on Win32. (Not threads::shared yet)
2002-01-19 Nick Ing-SimmonsNearly-working threads re-structuring. Do not integrate,
2002-01-04 Andy Busseythreads::shared doc
2002-01-02 Andy Busseythreads::shared disabling
2001-11-12 Jeffrey Friedla few typo fixes
2001-10-30 Richard SoderbergMommy, what's a pointer cast?
2001-10-29 Artur BergmanUgly fix to not die when a thread creator is holding...
2001-10-28 Artur BergmanUpdate documentation.
2001-10-28 Artur BergmanAnd here we use the prototypes.
2001-10-26 Artur BergmanGet the new functions right, do not export lock since...
2001-10-26 Artur BergmanAnd then finally cond_wait cond_signal and cond_broadca...
2001-10-26 Artur BergmanMore Config::threads to threads::threads changes
2001-10-26 Artur BergmanExtend support of change #12672 to support arrays and...
2001-10-26 Artur BergmanFix case where shared reference does not exist in curre...
2001-10-26 Artur BergmanSupport for references in shared arrays.
2001-10-26 Artur BergmanAdd tests for references in hashes.
2001-10-25 Andy DoughertyOmit needless calls to pod2man (perl@12641)
2001-10-25 Artur BergmanAdd support for reference members of hashes.
2001-10-25 Artur BergmanTests shared hashes.
2001-10-25 Artur BergmanFix threadcounts for arrays and hashes.
2001-10-24 Jarkko HietaniemiTru64 compiler nit.
2001-10-24 Artur BergmanChange #12623 inflicted an infinite hang. Fixed.
2001-10-24 Artur BergmanAdds support for hashes. Neither hashes nor arrays...
2001-10-24 Artur BergmanWe need to do sharedsv_find in the original perl context.
2001-10-24 Artur BergmanAdd support for basic support for AVs, references not...
2001-10-24 Artur BergmanWe only need to fetch the SV from the backend if the...
2001-10-22 Jarkko HietaniemiPod nits, as suggested by Stas Bekman.
2001-10-21 Artur BergmanFirst support of threads::shared, support shared svs...