perl 5.8.0, FindBin::again
[p5sagit/p5-mst-13.2.git] / ext / threads /
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-16 Elizabeth Mattijsen Re:ext/threads/t/problem.t (was: Problems with mod_perl...
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-10-16 Dave Mitchell Ensure PL_comppad/curpad point to PL_main_cv's padlist...
2003-10-10 Elizabeth Mattijsen threads::async + some cleanup
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-09-03 Jarkko Hietaniemi use IO; is deprecated.
2003-09-03 Jarkko Hietaniemi Changing the test count is a good idea.
2003-09-03 Marcus Holland-Moritz Re: maint@20974 or before broke mp2 ithreads test
2003-08-13 Nicholas Clark Re: script wanted
2003-08-06 Jarkko Hietaniemi Cast away gcc 3.3 type conversion pickiness.
2003-07-05 Dave Mitchell fix for ext/threads/t/problems.t failures
2003-07-04 Jarkko Hietaniemi No energy now to figure out what is wrong with $0
2003-07-04 Jarkko Hietaniemi $0 is pain.
2003-06-30 Jarkko Hietaniemi The 'contiguous' test for argv[], envp[] was bogus
2003-06-30 Jarkko Hietaniemi $0 test tweaks from Andreas.
2003-06-19 Richard Soderberg email address correction
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-11 Marcus Holland-Moritz Integrate from maint:
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-06-07 Artur Bergman Major (internal) change to make it much more easy to...
2003-06-07 Artur Bergman Last patch broke this slightly because INC was wrong.
2003-06-07 Artur Bergman Remove warnings from tests.
2003-06-07 Artur Bergman Work in non core env.
2003-06-05 Jarkko Hietaniemi Even more getspecific patches from Brian De Pradine;
2003-06-05 Jarkko Hietaniemi z/OS threads tweak from Brian De Pradine.
2003-06-03 Jarkko Hietaniemi According to Arthur this should help
2003-05-25 Jarkko Hietaniemi Protect against race conditions: if the pid is not...
2003-05-24 Jarkko Hietaniemi Add a real scan for pthread_attr_setscope().
2003-05-19 Jarkko Hietaniemi Nekkid numbers.
2003-05-19 Jarkko Hietaniemi Meaningless cosmetics.
2003-05-19 Jarkko Hietaniemi Make Perl_ithread_self() a bit more helpful when
2003-05-19 Jarkko Hietaniemi Slightly wrong panic messages.
2003-05-19 Craig A. Berry Based on
2003-05-01 Jarkko Hietaniemi z/OS: More threaded build tweaks from Brian De Pradine--
2003-04-21 Artur Bergman Croak on non ref to shared methods instead of segfault.
2003-04-21 Artur Bergman Fixes bug #17043, resets PL_srand_called before the...
2003-04-16 Artur Bergman Fix double join problem for those places where free
2003-04-16 Jarkko Hietaniemi Document the effect of thread creation context.
2003-04-13 Artur Bergman Fix bug #16253, use all the CPU that we can :-)
2003-04-13 Artur Bergman Fix bug #15893 by creating shared scalars with a refcou...
2003-04-03 Jarkko Hietaniemi Don't recurse from threads to threads/shared (since
2003-04-02 Jarkko Hietaniemi Make at least the thread count make sense.
2003-04-01 Ilya Zakharevich Integrate:
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.
next