Remove op_pmnext from PMOPs, and instead store the list for reset as
[p5sagit/p5-mst-13.2.git] / ext / threads / t /
2007-03-22 Jerry D. Hedden threads 1.61
2007-02-06 Rafael Garcia-Suarez Upgrade to threads.pm 1.59 (doc tweaks)
2007-01-25 Rafael Garcia-Suarez Upgrade to threads 1.58:
2006-12-21 Jerry D. Hedden threads 1.57
2006-12-16 Jerry D. Hedden threads 1.56
2006-12-15 Jerry D. Hedden threads 1.54 - Adds ->error() method
2006-11-28 Jerry D. Hedden [PATCH[ threads 1.53
2006-11-21 Jerry D. Hedden threads 1.52
2006-11-16 Jerry D. Hedden threads 1.51
2006-11-03 Jerry D. Hedden threads 1.49
2006-10-31 Jerry D. Hedden threads 1.47
2006-10-30 Jerry D. Hedden threads 1.46
2006-10-26 Jerry D. Hedden threads 1.45
2006-10-12 Jerry Hedden threads 1.44
2006-10-07 Jerry Hedden threads 1.43 - stringify
2006-10-03 Steve Peters Upgrade to threads-1.42
2006-09-13 Jerry D. Hedden Bump version and other misc. changes. 3rd patch from:
2006-08-01 Jerry D. Hedden threads 1.38
2006-07-21 Rafael Garcia-Suarez More tweaks to threads 1.37, by Jerry D. Hedden
2006-07-20 Rafael Garcia-Suarez Upgrade to threads 1.37, by Jerry D. Hedden
2006-07-18 Jerry D. Hedden [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4...
2006-07-11 Rafael Garcia-Suarez Adjust test count in threads test
2006-07-11 Jerry D. Hedden threads 1.36 - Signalling terminated threads core dumps
2006-07-10 Jerry D. Hedden threads 1.35 - Borland compiler fix
2006-07-07 Jerry D. Hedden threads 1.34 - state methods
2006-07-05 Jerry D. Hedden RE: [PATCH] threads 1.33
2006-07-04 Jerry D. Hedden threads 1.33
2006-06-17 Dave Mitchell dont warn at exit of detatched threads still running
2006-06-06 Jerry D. Hedden random thread test failure
2006-06-06 Jerry D. Hedden threads 1.32
2006-05-23 Jerry D. Hedden Explicit thread context
2006-05-18 Jerry D. Hedden threads core dump in BEGIN
2006-05-18 Jerry D. Hedden threads 1.28
2006-05-12 Nicholas Clark Threads and signals. Delicious. Tweak change 28168...
2006-05-11 Jerry D. Hedden Thread signalling [REVISED]
2006-05-05 Jerry D. Hedden threads - stack size support
2006-05-04 Jerry D. Hedden threads - formatting [REVISED]
2006-04-28 Jerry D. Hedden threads - miscellaneous
2006-04-25 Jerry D. Hedden Continuing threads sync
2006-04-21 Jerry D. Hedden Rework threads destruct call
2006-04-04 Jan Dubois threads.pm should overload != operator
2006-04-03 Jerry D. Hedden 2nd patch to sync blead 'threads' with CPAN [REPOST]
2006-03-24 Jerry D. Hedden (2nd revised) 1st patch to sync blead 'threads' with...
2006-03-16 Rafael Garcia-Suarez Make the threads tests silent with regard to the new...
2005-06-23 Nicholas Clark The current implementation of :unique is fundamentally...
2005-05-26 Nicholas Clark It helps to set the total keys correctly when duplicati...
2005-05-12 Dave Mitchell make join.t threadsafe!
2005-04-19 Dave Mitchell Add CLONE_SKIP() class method to allow individual class...
2004-10-31 Nicholas Clark Skip tests if Devel::Peek not built
2004-01-20 Dave Mitchell [perl #24940] "sub foo :unique" segfaults
2004-01-09 Dave Mitchell temporarily backout test of thread returning a closure...
2004-01-08 Dave Mitchell segv in pad.c with threads (was: DBD::Oracle and Perl...
2004-01-01 Dave Mitchell Fix bug #24383, where hashes with the :unique attribute...
2003-11-16 Elizabeth Mattijsen Re:ext/threads/t/problem.t (was: Problems with mod_perl...
2003-10-16 Dave Mitchell Ensure PL_comppad/curpad point to PL_main_cv's padlist...
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-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-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-05-25 Jarkko Hietaniemi Protect against race conditions: if the pid is not...
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-02-21 Artur Bergman Change regex to be a bit more friendly against various
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-03 Artur Bergman Fake what context we are running in for CLONE and DESTR...
2002-12-03 Jarkko Hietaniemi Fix up #18229.
2002-12-02 Jarkko Hietaniemi $0 mofifying part I
2002-07-10 Artur Bergman Makes list skip the main thread.
2002-05-19 Nick Ing-Simmons Integrate mailine
2002-05-18 Dave Mitchell revised warnings + more tests + docs
2002-05-12 Jarkko Hietaniemi As suggested by Dave Mitchell, adding yield()s at
2002-04-28 Jarkko Hietaniemi Sigh. #16249 didn't help NetBSD (made it worse,
2002-04-28 Jarkko Hietaniemi (retracted by #16258)
2002-04-28 Artur Bergman Added test cases and fixed some obvious things.
2002-04-21 Jarkko Hietaniemi Do not assume that io buffer flushing happens in the...
2002-04-18 Artur Bergman Port testcases from thr5005 tests so we don't fail...
2002-03-19 Robert Spier [DOC PATCH] end.t (was RE: perl@15300 )
2002-02-14 Nick Ing-Simmons Integrate mainline
2002-02-13 Artur Bergman Do not propagate END blocks to child threads, test.
2002-02-12 Artur Bergman Join support, however something wierd seems to happen...
2002-02-08 Artur Bergman Start testing for safe localtime functions, TODO, test...
2002-01-09 Jarkko Hietaniemi Thinko.
2002-01-09 Jarkko Hietaniemi Add a threads stress test for regular expressions
2001-10-26 Artur Bergman More Config::threads to threads::threads changes
2001-10-22 Nick Ing-Simmons All tests pass (legitimately) on ithreads
2001-09-26 Artur Bergman Increase the amount of time we spend in each thread...
2001-09-26 Artur Bergman Threads can start executing in a different order than...
2001-09-26 Artur Bergman Add in stress_string.t to stress test threads a bit...
2001-09-19 Jarkko Hietaniemi Correct numbering of the tests is useful.
2001-09-19 Jarkko Hietaniemi More tests now.
2001-09-19 Artur Bergman Make the basic test contain only realy basic API tests
2001-09-19 Jarkko Hietaniemi Indent the test a bit.
next