Clarify the return values of pos, particularly 0 and undef, as
[p5sagit/p5-mst-13.2.git] / ext / threads / t /
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.
2001-09-18 Rafael Garcia-Suarez two test failures
2001-09-18 Artur Bergman Make the test behave properly!
2001-09-18 Artur Bergman Adds the thread 0.05 module. It is now moved to the...