Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack.
[p5sagit/p5-mst-13.2.git] / t / run /
2010-05-17 David Mitchell further fix for RT #23810
2009-11-15 David Golden Change perl -v version format
2009-10-08 Nicholas Clark Move script.t from t/comp to t/run, as it's a test...
2009-10-03 Rafael Garcia-Suarez Adapt test to accept local uncommitted changes
2009-09-23 Nicholas Clark For miniperl, disable PERL_UNICODE and -C.
2009-09-13 Bo Borgerson split: Remove implicit split to @_
2009-09-08 Rafael Garcia-Suarez Remove code specific to MacOS Classic from core tests
2009-08-26 Nicholas Clark t/TEST shouldn't use -M options until we've tested...
2009-08-04 Reini Urban WIFEXITED() cygwin regression
2009-07-27 Nicholas Clark Avoid using embedded newlines in the "one"liners passed...
2009-07-26 Nicholas Clark Add tests for where -C differs between then #! and...
2009-07-26 Father Chrysostomos Allow -C on the #! line when it is identical to -C...
2009-07-18 Craig A. Berry Some of the TODOs in switches.t actually work on VMS.
2009-07-07 Steffen Mueller use strict by default if "use 5.011" is in effect!
2009-06-25 Rafael Garcia-Suarez Trim all trailing / from "." in @INC when filling %INC
2009-05-16 Craig A. Berry tt is a reserved device name on VMS
2009-05-13 Christoph Lamprecht do/require don't treat '.\foo' or '..\foo' as "absolute...
2009-04-26 Michael G Schwern [PATCH] Allow PERL5OPT=-W
2009-02-17 Nicholas Clark Tests for S_incpush_use_sep() splitting on : (or platfo...
2009-02-17 Nicholas Clark In runenv.t, break apart running perl and testing the...
2009-01-05 John Malmberg VMS posix exit fixes
2008-12-31 Yves Orton much better git related version numbering in our (...
2008-12-26 Rafael Garcia-Suarez Better fix for bug #6665
2008-12-26 Rafael Garcia-Suarez Revert "[perl #6665] Different behavior using the ...
2008-12-25 Renee Baecker [perl #6665] Different behavior using the -Idir option...
2008-12-20 Nicholas Clark f6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be...
2008-11-10 John E. Malmberg [patch@34779] Get posix exit mode working/tested on VMS
2008-08-28 Nicholas Clark Fix #30660: Repeated spaces on shebang line stops optio...
2008-08-08 Nicholas Clark Convert all unimaginative (ie race condition) temporary...
2008-08-08 Nicholas Clark Use test.pl, not Test.pm, in t/run/*.t
2008-06-10 Steve Hay Fix run/switches test on Win32
2008-06-01 Steve Peters Probably starting with the changes in change #33897,
2008-05-11 Florian Ragwitz Handle PL_minus_E before PL_minus_{n,p}.
2008-04-17 Nicholas Clark Test dbmopen more thoroughly, including closing the...
2008-03-02 Robin Barker for -M:Foo, extended and revised
2008-01-11 Nicholas Clark Note the U8 sized space created by removing -P, and...
2008-01-11 Rafael Garcia-Suarez Remove the -P switch
2007-09-07 Rafael Garcia-Suarez Remove the 'err' keyword
2007-08-25 Nicholas Clark Test that all the unknown command line flags are unknown.
2007-08-09 Jerry D. Hedden Test '-x dir'
2007-06-21 Jerry D. Hedden cloexec.t works under Cygwin
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-01-30 Marcus Holland-Moritz Re: run/cloexec.t is failing
2007-01-29 Gisle Aas Avoid test failure with for a -Dusesitecustomize perl.
2006-11-06 Andrew Savige Re: the new t/run/cloexec.t failing in Solaris and...
2006-11-04 Andrew Savige New test for close-on-exec ($^F): t/run/cloexec.t
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-07-12 Jarkko Hietaniemi z/OS: t/ - mostly EBCDIC fixes
2006-03-03 Jarkko Hietaniemi Re: [perl #38657] -d:Foo=bar broke in 5.8.8
2006-01-06 Gisle Aas Move "DEVEL####" marker to the 'perl -v' output.
2006-01-06 Gisle Aas Make '-s' on the shebang line able to parse -foo=bar...
2005-12-21 Robin Houston Feature bundle is now :5.10, and add -E switch
2005-12-20 Rafael Garcia-Suarez Remove some hardcoded references to ./perl in tests
2005-12-12 Gisle Aas Oops, change 26326 broke t/run/switches.t
2005-10-16 John E. Malmberg [patch@25763] Fix VMS error/exit handling, update kill...
2005-08-11 John E. Malmberg [patch] blead@25282
2005-07-28 Michael G. Schwern Being more careful about newlines
2005-06-20 Rafael Garcia-Suarez Same fix, for the test, now.
2005-06-14 Salvador Fandiño better assertion support
2005-05-27 Steve Hay Skip signals and core dump tests on Win32
2005-05-20 Rafael Garcia-Suarez Gisle noted an unused variable
2005-05-19 Rafael Garcia-Suarez Fix the new exit() tests, by Gisle Aas :
2005-05-19 Rafael Garcia-Suarez Adjust VMS test count
2005-05-18 Gisle Aas Well defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-03-22 Rafael Garcia-Suarez minitest fix
2005-01-02 Nicholas Clark Change 23727 broke code that relied on \ being escaped.
2004-08-02 Steve Hay Fix breakage caused by Change 23179
2004-08-01 Marcus Holland-Moritz Skip test when building without Encode.
2004-07-09 Jarkko Hietaniemi Re: Segfault using HTML::Entities
2004-06-25 Rafael Garcia-Suarez More @INC test fixes
2004-04-23 Dave Mitchell Include variable names in "Use of uninitialized value...
2004-01-06 Rafael Garcia-Suarez Fix bug #24813 : the -0 wasn't recognized on the #...
2003-09-14 Jarkko Hietaniemi Use $Config{_exe}.
2003-09-14 Ilya Zakharevich Re: [PATCH 5.8.1 @20218] OS/2 API
2003-09-13 Jarkko Hietaniemi Make the new glob tests pass (well, skip) even with...
2003-09-03 Jarkko Hietaniemi VMS does not have quite UNIX glob semantics.
2003-09-01 Gurusamy Sarathy glob() bug
2003-08-31 Jarkko Hietaniemi Add test for -i.
2003-08-31 Jarkko Hietaniemi Add tests for -h and (unknown) -z.
2003-08-31 Jarkko Hietaniemi Add test for -v.
2003-08-31 Jarkko Hietaniemi List the switches tested in switches.t.
2003-08-26 Adrian M. Enache Re: [PATCH] valgrind and /#/x
2003-06-17 Rafael Garcia-Suarez Some docs for the assertions.
2003-06-05 Yitzchak Scott-Tho... Re: SPUG:-s option doesn't always work!
2003-05-24 Dave Mitchell [PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-05-02 Jarkko Hietaniemi Forgot to check in the -d: file.
2003-05-02 Jarkko Hietaniemi The [perl #21890] (Devel::Coverage breakage) has been...
2003-03-31 Jarkko Hietaniemi Some low-hanging fruit for EBCDIC portability
2003-03-12 Jarkko Hietaniemi Integrate:
2003-03-10 Jarkko Hietaniemi VMS has an extra \n at the end, and I assume Windows...
2003-03-06 Rafael Garcia-Suarez Make the -A switch work without an assertion name.
2003-03-06 Adrian M. Enache cleaning up tests of the 'eval { decl. } <=> runtime...
2003-03-02 Jarkko Hietaniemi Narrow down the -C test skippage.
2003-03-02 Jarkko Hietaniemi The -CI cannot be easily tested under UTF-8 locale...
2003-02-25 Jarkko Hietaniemi Add tests for the -C switch. Depending on the
2003-02-18 Hugo van der Sanden Shouldn't have added as t/run/switchA.t in #18739 ...
2003-02-18 Salvador Fandiño Re: Did the assertion patch/feature submission get...
2003-02-05 Jarkko Hietaniemi Add the test of [perl #8760] (fixed by change #18656).
2003-02-04 Jarkko Hietaniemi Fix "[perl #20667] unicode regex vs non-unicode regex".
next