This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #24940] "sub foo :unique" segfaults
[perl5.git] / ext / threads / t /
2004-01-20 Dave Mitchell[perl #24940] "sub foo :unique" segfaults
2004-01-09 Dave Mitchelltemporarily backout test of thread returning a closure...
2004-01-08 Dave Mitchellsegv in pad.c with threads (was: DBD::Oracle and Perl...
2004-01-01 Dave MitchellFix bug #24383, where hashes with the :unique attribute...
2003-11-16 Elizabeth MattijsenRe:ext/threads/t/problem.t (was: Problems with mod_perl...
2003-10-16 Dave MitchellEnsure PL_comppad/curpad point to PL_main_cv's padlist...
2003-09-03 Jarkko Hietaniemiuse IO; is deprecated.
2003-09-03 Jarkko HietaniemiChanging the test count is a good idea.
2003-09-03 Marcus Holland-MoritzRe: maint@20974 or before broke mp2 ithreads test
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-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-05-25 Jarkko HietaniemiProtect against race conditions: if the pid is not...
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-02-21 Artur BergmanChange regex to be a bit more friendly against various
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-03 Artur BergmanFake what context we are running in for CLONE and DESTR...
2002-12-03 Jarkko HietaniemiFix up #18229.
2002-12-02 Jarkko Hietaniemi$0 mofifying part I
2002-07-10 Artur BergmanMakes list skip the main thread.
2002-05-19 Nick Ing-SimmonsIntegrate mailine
2002-05-18 Dave Mitchellrevised warnings + more tests + docs
2002-05-12 Jarkko HietaniemiAs suggested by Dave Mitchell, adding yield()s at
2002-04-28 Jarkko HietaniemiSigh. #16249 didn't help NetBSD (made it worse,
2002-04-28 Jarkko Hietaniemi(retracted by #16258)
2002-04-28 Artur BergmanAdded test cases and fixed some obvious things.
2002-04-21 Jarkko HietaniemiDo not assume that io buffer flushing happens in the...
2002-04-18 Artur BergmanPort 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-SimmonsIntegrate mainline
2002-02-13 Artur BergmanDo not propagate END blocks to child threads, test.
2002-02-12 Artur BergmanJoin support, however something wierd seems to happen...
2002-02-08 Artur BergmanStart testing for safe localtime functions, TODO, test...
2002-01-09 Jarkko HietaniemiThinko.
2002-01-09 Jarkko HietaniemiAdd a threads stress test for regular expressions
2001-10-26 Artur BergmanMore Config::threads to threads::threads changes
2001-10-22 Nick Ing-SimmonsAll tests pass (legitimately) on ithreads
2001-09-26 Artur BergmanIncrease the amount of time we spend in each thread...
2001-09-26 Artur BergmanThreads can start executing in a different order than...
2001-09-26 Artur BergmanAdd in stress_string.t to stress test threads a bit...
2001-09-19 Jarkko HietaniemiCorrect numbering of the tests is useful.
2001-09-19 Jarkko HietaniemiMore tests now.
2001-09-19 Artur BergmanMake the basic test contain only realy basic API tests
2001-09-19 Jarkko HietaniemiIndent the test a bit.
2001-09-18 Rafael Garcia-Suareztwo test failures
2001-09-18 Artur BergmanMake the test behave properly!
2001-09-18 Artur BergmanAdds the thread 0.05 module. It is now moved to the...