This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate from maint:
[perl5.git] / ext / threads /
2003-08-13 Nicholas ClarkRe: script wanted
2003-08-06 Jarkko HietaniemiCast away gcc 3.3 type conversion pickiness.
2003-07-05 Dave Mitchellfix for ext/threads/t/problems.t failures
2003-07-04 Jarkko HietaniemiNo energy now to figure out what is wrong with $0
2003-07-04 Jarkko Hietaniemi$0 is pain.
2003-06-30 Jarkko HietaniemiThe 'contiguous' test for argv[], envp[] was bogus
2003-06-30 Jarkko Hietaniemi$0 test tweaks from Andreas.
2003-06-19 Richard Soderbergemail address correction
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-11 Marcus Holland-MoritzIntegrate from maint:
2003-06-09 Jarkko HietaniemiOn a real multicpu box the child thread could still...
2003-06-09 Artur BergmanSupport blessed shared references.
2003-06-07 Artur BergmanMajor (internal) change to make it much more easy to...
2003-06-07 Artur BergmanLast patch broke this slightly because INC was wrong.
2003-06-07 Artur BergmanRemove warnings from tests.
2003-06-07 Artur BergmanWork in non core env.
2003-06-05 Jarkko HietaniemiEven more getspecific patches from Brian De Pradine;
2003-06-05 Jarkko Hietaniemiz/OS threads tweak from Brian De Pradine.
2003-06-03 Jarkko HietaniemiAccording to Arthur this should help
2003-05-25 Jarkko HietaniemiProtect against race conditions: if the pid is not...
2003-05-24 Jarkko HietaniemiAdd a real scan for pthread_attr_setscope().
2003-05-19 Jarkko HietaniemiNekkid numbers.
2003-05-19 Jarkko HietaniemiMeaningless cosmetics.
2003-05-19 Jarkko HietaniemiMake Perl_ithread_self() a bit more helpful when
2003-05-19 Jarkko HietaniemiSlightly wrong panic messages.
2003-05-19 Craig A. BerryBased on
2003-05-01 Jarkko Hietaniemiz/OS: More threaded build tweaks from Brian De Pradine--
2003-04-21 Artur BergmanCroak on non ref to shared methods instead of segfault.
2003-04-21 Artur BergmanFixes bug #17043, resets PL_srand_called before the...
2003-04-16 Artur BergmanFix double join problem for those places where free
2003-04-16 Jarkko HietaniemiDocument the effect of thread creation context.
2003-04-13 Artur BergmanFix bug #16253, use all the CPU that we can :-)
2003-04-13 Artur BergmanFix bug #15893 by creating shared scalars with a refcou...
2003-04-03 Jarkko HietaniemiDon't recurse from threads to threads/shared (since
2003-04-02 Jarkko HietaniemiMake at least the thread count make sense.
2003-04-01 Ilya ZakharevichIntegrate:
2003-03-11 Jarkko HietaniemiPatch from Craig Berry to resolve test failures in...
2003-02-21 Artur BergmanChange regex to be a bit more friendly against various
2003-02-15 Stas Bekman[doc patch] ext/threads/shared/shared.pm
2003-02-01 Artur BergmanFix bug #15837, temporary from storable call hadn't...
2003-02-01 Artur BergmanDon't free thread before using it, breaks platforms...
2003-01-26 Artur BergmanWhen we copy things out of a hash and increment the
2003-01-04 Rafael Garcia-SuarezIntegrate change #18420 from maint-5.8:
2003-01-04 Artur BergmanForgot to add problems.t with change #18419
2003-01-04 Jarkko HietaniemiOne more (or, rather, less) //.
2003-01-04 Jarkko HietaniemiIntegrate from maintperl:
2003-01-04 Artur BergmanFix long standing memory leak with pop and shift!
2003-01-03 Artur BergmanFixes bug #15273, the return of the object caused
2003-01-03 Artur BergmanFake what context we are running in for CLONE and DESTR...
2003-01-03 Artur BergmanChange pp_lock to take a reference instead of a
2002-12-03 Jarkko HietaniemiFix up #18229.
2002-12-02 Jarkko Hietaniemi$0 mofifying part I
2002-11-19 Dave Mitchelltrivial typo
2002-08-30 Michael G. SchwernFixes to threads::shared when disabled
2002-07-13 Jarkko HietaniemiDocument that using threads/pseudofork inside BEGINs...
2002-07-12 Elizabeth Mattijsen[DOC PATCH] threads::shared.pm, share( $hashref->{key...
2002-07-12 Elizabeth Mattijsen[DOC PATCH] threads.pm, threads->tid in DESTROY bug
2002-07-12 Jarkko Hietaniemithreads::shared::queue and semaphore become Thread...
2002-07-12 Jarkko HietaniemiDocument that one cannot "proxy" enable threading.
2002-07-12 Elizabeth MattijsenRe: Thread object by tid?
2002-07-11 Artur BergmanDon't set the context to the running thread before
2002-07-11 Artur BergmanProblem fixed with detached threads reported by Stacy...
2002-07-10 Jarkko HietaniemiSmall threads docs cleanups.
2002-07-10 Dave Mitchell[DOC PATCH] ext/threads/shared/shared.pm
2002-07-10 Artur BergmanMakes list skip the main thread.
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-09 Jarkko Hietaniemi"thread failed to start: " is better than "Died:".
2002-06-08 Artur BergmanRemove leftover dummy and cleanup the test case.
2002-06-08 Artur BergmanFix for bug [ID 20020602.007].
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-16 Dave MitchellRe: [PATCH] allow use threads qw(yield)
2002-05-14 Dave Mitchellallow use threads qw(yield)
2002-05-13 Dave Mitchellvarious minor fixes in threads.
2002-05-13 Dave MitchellRe: 'use threads::shared' noisy with -w
2002-05-12 Jarkko HietaniemiAdd threadsafety caveats.
2002-05-12 Jarkko HietaniemiReword the "threads still running" cleanup message.
2002-05-12 Jarkko HietaniemiAs suggested by Dave Mitchell, adding yield()s at
2002-05-12 Jarkko HietaniemiDetypos (and sticking with US spelling since Dan Sugalski
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 of async
2002-05-07 Artur BergmanDocumentation added.
2002-05-07 Artur BergmanAdd support for async.
2002-05-07 Artur BergmanAdd documentation.
next