| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH] update to pp_complement() via Coverity | SADAHIRO Tomoyuki | 2006-04-17 | 1 | -1/+17 |
* | A scalar reference returned from a coderef in @INC is treated as the | Nicholas Clark | 2006-04-16 | 1 | -9/+36 |
* | Augment the user filter caching code so that if the user filter returns | Nicholas Clark | 2006-04-15 | 1 | -1/+20 |
* | $foo .= $bar doesn't warn if $foo is undefined, so simplify code. | Nicholas Clark | 2006-04-15 | 1 | -2/+2 |
* | If the downstream caller wants block mode, and we're in line mode, | Nicholas Clark | 2006-04-15 | 1 | -3/+37 |
* | If you return void from a filter subroutine, the caller's status is | Nicholas Clark | 2006-04-15 | 1 | -5/+5 |
* | Tests for having multiple pipes open simultaneously. | Nicholas Clark | 2006-04-15 | 1 | -2/+63 |
* | Add more tests for the builtin source filter implementation, and fix | Nicholas Clark | 2006-04-15 | 1 | -7/+67 |
* | Add a test for source filters returned from code references in @INC. | Nicholas Clark | 2006-04-15 | 1 | -0/+62 |
* | Bump the expect file count in readdir.t. We keep writing more tests. | Nicholas Clark | 2006-04-15 | 1 | -1/+1 |
* | doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr... | Jarkko Hietaniemi | 2006-04-14 | 1 | -1/+73 |
* | IO::Compress::* | Paul Marquess | 2006-04-14 | 1 | -39/+53 |
* | disable 'split /(?{ split "" })/' test until recursive split is fixed | Dave Mitchell | 2006-04-13 | 1 | -1/+4 |
* | [perl #38906] Regex engine does not release MINMOD | Animator | 2006-04-12 | 1 | -0/+2 |
* | Add tests for all the other types that %^H serialisation is supposed | Nicholas Clark | 2006-04-12 | 1 | -1/+36 |
* | Test that we can do embedded 0 bytes in hints. | Nicholas Clark | 2006-04-12 | 1 | -1/+8 |
* | pp_sys.c: some Coverity findings: NULL guards for format cv | Jarkko Hietaniemi | 2006-04-10 | 1 | -1/+1 |
* | sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=... | Jarkko Hietaniemi | 2006-04-08 | 1 | -8/+13 |
* | Assigning undef to an entry in %ENV shouldn't produce warnings, even | Rafael Garcia-Suarez | 2006-04-05 | 1 | -0/+5 |
* | Re: [perl #38293] chr(65535) should be allowed in regexes | SADAHIRO Tomoyuki | 2006-04-02 | 2 | -2/+120 |
* | Better failure diagnostics from switch.t. | Nicholas Clark | 2006-04-02 | 1 | -128/+154 |
* | Test no mypragma; | Nicholas Clark | 2006-04-01 | 1 | -1/+12 |
* | Automatically set HINT_LOCALIZE_HH whenever %^H is modified. | Nicholas Clark | 2006-04-01 | 1 | -1/+0 |
* | Test that user pragmas work inside string eval. | Nicholas Clark | 2006-04-01 | 1 | -1/+8 |
* | Add Rafael's example user pragma, and convert his demo to a test. | Nicholas Clark | 2006-04-01 | 2 | -0/+74 |
* | If the comment says "(and not ours)" then it should be tested. | Nicholas Clark | 2006-04-01 | 1 | -1/+2 |
* | Rewrite t/op/getppid.t to remove the assumption that init has PID of 1. | Nicholas Clark | 2006-04-01 | 1 | -27/+44 |
* | Propagate cop_hints inside string evals. For the unthreaded case this | Nicholas Clark | 2006-04-01 | 1 | -1/+25 |
* | Re: recursion now removed from the regex engine | Dominic Dunlop | 2006-03-31 | 1 | -2/+7 |
* | Test that entries in %^H are actually independant. | Nicholas Clark | 2006-03-31 | 1 | -5/+23 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -3/+70 |
* | Localising hash slices with UTF-8 encoded keys was also buggy. | Nicholas Clark | 2006-03-30 | 1 | -1/+24 |
* | Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete | Nicholas Clark | 2006-03-30 | 1 | -1/+25 |
* | Fix bug 36267 - assigning to a tied hash shouldn't change the | Nicholas Clark | 2006-03-30 | 1 | -0/+19 |
* | PATCH t/op/tie.t | Robin Barker | 2006-03-30 | 1 | -0/+8 |
* | It helps to actually add the files you add to MANIFEST. (Thanks Dave | Nicholas Clark | 2006-03-27 | 1 | -0/+38 |
* | Avoid "uninitialized value" warnings during 'make test'. | Gisle Aas | 2006-03-20 | 1 | -1/+1 |
* | Also strip $ENV{PATH} dirs writable by world. | Gisle Aas | 2006-03-20 | 1 | -1/+1 |
* | Re: [perl #38710] localised stash slice | Rick Delaney | 2006-03-20 | 1 | -2/+0 |
* | Add a couple of regression tests for the untested | Rafael Garcia-Suarez | 2006-03-16 | 1 | -1/+7 |
* | Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10 | Paul Marquess | 2006-03-16 | 2 | -5/+5 |
* | require should ignore directories found when searching @INC not just | Gisle Aas | 2006-03-16 | 1 | -1/+1 |
* | Make usage of :unique emit a deprecation warning. | Rafael Garcia-Suarez | 2006-03-14 | 1 | -0/+7 |
* | [perl #38710] localised stash slice | Hugo van der Sanden | 2006-03-14 | 1 | -1/+29 |
* | Sort the ext/ and lib/ tests when running under t/harness | Steve Hay | 2006-03-08 | 1 | -1/+5 |
* | $[ = 2 should not warn. | Rafael Garcia-Suarez | 2006-03-07 | 1 | -0/+1 |
* | Add and remove files forgotten in change #27384 | Rafael Garcia-Suarez | 2006-03-06 | 1 | -564/+0 |
* | Compress::Zlib | Paul Marquess | 2006-03-06 | 13 | -162/+692 |
* | Re: [perl #38657] -d:Foo=bar broke in 5.8.8 | Jarkko Hietaniemi | 2006-03-03 | 2 | -3/+14 |
* | Taint handling for runperl: | H.Merijn Brand | 2006-03-02 | 1 | -16/+21 |