| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Upgrade to assertions-0.03 | Steve Peters | 2006-03-01 | 2 | -90/+101 |
* | Move all the de-tainting logic for runperl into test.pl. | Nicholas Clark | 2006-02-27 | 2 | -10/+27 |
* | Fix op/utftaint.t on Win32 following change #27248 | Steve Hay | 2006-02-27 | 1 | -1/+3 |
* | Testing hash key stringification | Anno Siegel | 2006-02-27 | 1 | -1/+18 |
* | Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc... | SADAHIRO Tomoyuki | 2006-02-25 | 1 | -1/+37 |
* | Skip unportable test on VMS | Rafael Garcia-Suarez | 2006-02-24 | 1 | -3/+6 |
* | Add test for RT #2166: foreach spuriously autovivifies | Steve Peters | 2006-02-23 | 1 | -1/+13 |
* | Converted t/op/pos.t to use test.pl and added TODO test for | Steve Peters | 2006-02-23 | 1 | -9/+19 |
* | Fix typos and a missing bracket. | Nicholas Clark | 2006-02-22 | 1 | -2/+2 |
* | Avoid C<study>ing any strings that might change underneath us, such | Nicholas Clark | 2006-02-22 | 1 | -9/+3 |
* | Mark some new study tests as TODO | Rafael Garcia-Suarez | 2006-02-22 | 1 | -3/+9 |
* | Add a test for study() on tied scalars, by Andy Lester after | Rafael Garcia-Suarez | 2006-02-22 | 1 | -0/+50 |
* | Test warnings for converting globs to other forms. | Nicholas Clark | 2006-02-22 | 1 | -1/+29 |
* | Change 24643 made the mistake of assuming that CvCONST can only be true | Nicholas Clark | 2006-02-22 | 1 | -1/+11 |
* | op/magic failure on cygwin after 1.5.19-4 | Yitzchak Scott-Thoennes | 2006-02-20 | 1 | -1/+1 |
* | Trouble with $ENV{CDPATH} after change #27236 | Dominic Dunlop | 2006-02-20 | 1 | -10/+5 |
* | patch@27236 vms glob/readdir/chdir EFS/long filename support | John E. Malmberg | 2006-02-20 | 1 | -0/+1 |
* | utftaint.t won't be able to run tests with -T if you have | Nicholas Clark | 2006-02-20 | 1 | -7/+15 |
* | To make arithmetic on tainted dualvars work properly requires that | Nicholas Clark | 2006-02-19 | 1 | -1/+11 |
* | As Anno Siegel points out, mtime/ctime test should be skipped | Rafael Garcia-Suarez | 2006-02-18 | 1 | -1/+1 |
* | Turn of tainting locally inside swash_init(), as the internal | Nicholas Clark | 2006-02-18 | 1 | -1/+7 |
* | Assume that if runperl is called under tainting, that the caller really | Nicholas Clark | 2006-02-18 | 1 | -0/+9 |
* | Convert utftaint.t to test.pl (from Test.pm) and provide it with | Nicholas Clark | 2006-02-18 | 1 | -82/+42 |
* | [patch] t/lib/warnings/pp_sys | Paul Green | 2006-02-16 | 1 | -2/+2 |
* | CPAN::FirstTime can go as well from the untested module list | Rafael Garcia-Suarez | 2006-02-16 | 1 | -1/+0 |
* | Pod::Plainer is tested, actually (spotted by chromatic) | Rafael Garcia-Suarez | 2006-02-16 | 1 | -1/+0 |
* | One shouldn't be able to dereference a GLOB as a SCALAR. | Yitzchak Scott-Thoennes | 2006-02-14 | 1 | -1/+13 |