summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH] update to pp_complement() via CoveritySADAHIRO Tomoyuki2006-04-171-1/+17
* A scalar reference returned from a coderef in @INC is treated as theNicholas Clark2006-04-161-9/+36
* Augment the user filter caching code so that if the user filter returnsNicholas Clark2006-04-151-1/+20
* $foo .= $bar doesn't warn if $foo is undefined, so simplify code.Nicholas Clark2006-04-151-2/+2
* If the downstream caller wants block mode, and we're in line mode,Nicholas Clark2006-04-151-3/+37
* If you return void from a filter subroutine, the caller's status isNicholas Clark2006-04-151-5/+5
* Tests for having multiple pipes open simultaneously.Nicholas Clark2006-04-151-2/+63
* Add more tests for the builtin source filter implementation, and fixNicholas Clark2006-04-151-7/+67
* Add a test for source filters returned from code references in @INC.Nicholas Clark2006-04-151-0/+62
* Bump the expect file count in readdir.t. We keep writing more tests.Nicholas Clark2006-04-151-1/+1
* doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr...Jarkko Hietaniemi2006-04-141-1/+73
* IO::Compress::*Paul Marquess2006-04-141-39/+53
* disable 'split /(?{ split "" })/' test until recursive split is fixedDave Mitchell2006-04-131-1/+4
* [perl #38906] Regex engine does not release MINMODAnimator2006-04-121-0/+2
* Add tests for all the other types that %^H serialisation is supposedNicholas Clark2006-04-121-1/+36
* Test that we can do embedded 0 bytes in hints.Nicholas Clark2006-04-121-1/+8
* pp_sys.c: some Coverity findings: NULL guards for format cvJarkko Hietaniemi2006-04-101-1/+1
* sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=...Jarkko Hietaniemi2006-04-081-8/+13
* Assigning undef to an entry in %ENV shouldn't produce warnings, evenRafael Garcia-Suarez2006-04-051-0/+5
* Re: [perl #38293] chr(65535) should be allowed in regexesSADAHIRO Tomoyuki2006-04-022-2/+120
* Better failure diagnostics from switch.t.Nicholas Clark2006-04-021-128/+154
* Test no mypragma;Nicholas Clark2006-04-011-1/+12
* Automatically set HINT_LOCALIZE_HH whenever %^H is modified.Nicholas Clark2006-04-011-1/+0
* Test that user pragmas work inside string eval.Nicholas Clark2006-04-011-1/+8
* Add Rafael's example user pragma, and convert his demo to a test.Nicholas Clark2006-04-012-0/+74
* If the comment says "(and not ours)" then it should be tested.Nicholas Clark2006-04-011-1/+2
* Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.Nicholas Clark2006-04-011-27/+44
* Propagate cop_hints inside string evals. For the unthreaded case thisNicholas Clark2006-04-011-1/+25
* Re: recursion now removed from the regex engineDominic Dunlop2006-03-311-2/+7
* Test that entries in %^H are actually independant.Nicholas Clark2006-03-311-5/+23
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-3/+70
* Localising hash slices with UTF-8 encoded keys was also buggy.Nicholas Clark2006-03-301-1/+24
* Fix bug #38815 (localising keys which are UTF-8 encoded didn't deleteNicholas Clark2006-03-301-1/+25
* Fix bug 36267 - assigning to a tied hash shouldn't change theNicholas Clark2006-03-301-0/+19
* PATCH t/op/tie.tRobin Barker2006-03-301-0/+8
* It helps to actually add the files you add to MANIFEST. (Thanks DaveNicholas Clark2006-03-271-0/+38
* Avoid "uninitialized value" warnings during 'make test'.Gisle Aas2006-03-201-1/+1
* Also strip $ENV{PATH} dirs writable by world.Gisle Aas2006-03-201-1/+1
* Re: [perl #38710] localised stash sliceRick Delaney2006-03-201-2/+0
* Add a couple of regression tests for the untestedRafael Garcia-Suarez2006-03-161-1/+7
* Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10Paul Marquess2006-03-162-5/+5
* require should ignore directories found when searching @INC not justGisle Aas2006-03-161-1/+1
* Make usage of :unique emit a deprecation warning.Rafael Garcia-Suarez2006-03-141-0/+7
* [perl #38710] localised stash slice Hugo van der Sanden2006-03-141-1/+29
* Sort the ext/ and lib/ tests when running under t/harnessSteve Hay2006-03-081-1/+5
* $[ = 2 should not warn.Rafael Garcia-Suarez2006-03-071-0/+1
* Add and remove files forgotten in change #27384Rafael Garcia-Suarez2006-03-061-564/+0
* Compress::ZlibPaul Marquess2006-03-0613-162/+692
* Re: [perl #38657] -d:Foo=bar broke in 5.8.8Jarkko Hietaniemi2006-03-032-3/+14
* Taint handling for runperl:H.Merijn Brand2006-03-021-16/+21