Win32 counterpart of change #19065
[p5sagit/p5-mst-13.2.git] / ext / threads /
2003-03-11 Jarkko Hietaniemi Patch from Craig Berry to resolve test failures in...
2003-02-21 Artur Bergman Change 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 Bergman Fix bug #15837, temporary from storable call hadn't...
2003-02-01 Artur Bergman Don't free thread before using it, breaks platforms...
2003-01-26 Artur Bergman When we copy things out of a hash and increment the
2003-01-04 Rafael Garcia-Suarez Integrate change #18420 from maint-5.8:
2003-01-04 Artur Bergman Forgot to add problems.t with change #18419
2003-01-04 Jarkko Hietaniemi One more (or, rather, less) //.
2003-01-04 Jarkko Hietaniemi Integrate from maintperl:
2003-01-04 Artur Bergman Fix long standing memory leak with pop and shift!
2003-01-03 Artur Bergman Fixes bug #15273, the return of the object caused
2003-01-03 Artur Bergman Fake what context we are running in for CLONE and DESTR...
2003-01-03 Artur Bergman Change pp_lock to take a reference instead of a
2002-12-03 Jarkko Hietaniemi Fix up #18229.
2002-12-02 Jarkko Hietaniemi $0 mofifying part I
2002-11-19 Dave Mitchell trivial typo
2002-08-30 Michael G. Schwern Fixes to threads::shared when disabled
2002-07-13 Jarkko Hietaniemi Document 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 Hietaniemi threads::shared::queue and semaphore become Thread...
2002-07-12 Jarkko Hietaniemi Document that one cannot "proxy" enable threading.
2002-07-12 Elizabeth Mattijsen Re: Thread object by tid?
2002-07-11 Artur Bergman Don't set the context to the running thread before
2002-07-11 Artur Bergman Problem fixed with detached threads reported by Stacy...
2002-07-10 Jarkko Hietaniemi Small threads docs cleanups.
2002-07-10 Dave Mitchell [DOC PATCH] ext/threads/shared/shared.pm
2002-07-10 Artur Bergman Makes list skip the main thread.
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-09 Jarkko Hietaniemi "thread failed to start: " is better than "Died:".
2002-06-08 Artur Bergman Remove leftover dummy and cleanup the test case.
2002-06-08 Artur Bergman Fix for bug [ID 20020602.007].
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-16 Dave Mitchell Re: [PATCH] allow use threads qw(yield)
2002-05-14 Dave Mitchell allow use threads qw(yield)
2002-05-13 Dave Mitchell various minor fixes in threads.
2002-05-13 Dave Mitchell Re: 'use threads::shared' noisy with -w
2002-05-12 Jarkko Hietaniemi Add threadsafety caveats.
2002-05-12 Jarkko Hietaniemi Reword the "threads still running" cleanup message.
2002-05-12 Jarkko Hietaniemi As suggested by Dave Mitchell, adding yield()s at
2002-05-12 Jarkko Hietaniemi Detypos (and sticking with US spelling since Dan Sugalski
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 of async
2002-05-07 Artur Bergman Documentation added.
2002-05-07 Artur Bergman Add support for async.
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 Cleanup memory a bit better in some cases.
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 Sigh. #16249 didn't help NetBSD (made it worse,
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-28 Artur Bergman Added test cases and fixed some obvious things.
2002-04-27 Artur Bergman Removed last traces of autodetach.
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-22 Artur Bergman End blocks were not run on Win32.
2002-04-21 Artur Bergman Do not unlock mutex twice.
2002-04-21 Jarkko Hietaniemi Do not assume that io buffer flushing happens in the...
2002-04-21 Artur Bergman Got the last memory leak in the while(1) { threads...
2002-04-20 Artur Bergman Remove auto-detach
2002-04-20 Artur Bergman Really let the update of the link list do something.
2002-04-18 Artur Bergman Port testcases from thr5005 tests so we don't fail...
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-04-04 Slaven Rezic left-over "use 5.7.2" in threads.pm
2002-04-03 Jarkko Hietaniemi Detached threads do not help; they still hold resources.
2002-04-03 Jarkko Hietaniemi Document the "Cleanup skipped ..." warning.
2002-04-03 Nick Ing-Simmons Fix segfaults when mainthread exits with other threads...
2002-03-19 Robert Spier [DOC PATCH] end.t (was RE: perl@15300 )
2002-03-04 Jarkko Hietaniemi Integrate perlio:
2002-03-04 Nick Ing-Simmons Remove debugging assert
2002-02-14 Nick Ing-Simmons Integrate mainline
next