| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ‘require func()’ work with .pm abs pathv5.14.0-RC3 | Father Chrysostomos | 2011-05-11 | 1 | -1/+15 |
* | PATCH: [perl #89750]: Unicode regex negated case-insensitivity | Karl Williamson | 2011-05-03 | 2 | -0/+7 |
* | skip t/io/eintr.t on production releases | David Mitchell | 2011-05-03 | 1 | -1/+6 |
* | skip a problematic test on openbsd/thread | Tony Cook | 2011-04-27 | 1 | -0/+2 |
* | Skup sigdispatch tests on VMS as they hang the VMS smokers. | Craig A. Berry | 2011-04-21 | 1 | -1/+1 |
* | On Win32, skip the tests added in 011c3814, as alarm can't interrupt select.v5.14.0-RC1 | Nicholas Clark | 2011-04-20 | 1 | -1/+3 |
* | dispatch signals when leaving an eval | David Mitchell | 2011-04-19 | 1 | -2/+24 |
* | porting/cmp_version.t: skip threads 1.83 | David Mitchell | 2011-04-19 | 1 | -0/+1 |
* | fix blurb at top of t/porting/cmp_version.t | David Mitchell | 2011-04-19 | 1 | -2/+3 |
* | t/porting/cmp_version.t: add version skip facility | David Mitchell | 2011-04-19 | 1 | -0/+10 |
* | Add a test for keys $tied | Father Chrysostomos | 2011-04-18 | 1 | -1/+2 |
* | Make push, etc., work on tied scalars | Father Chrysostomos | 2011-04-18 | 1 | -1/+2 |
* | Make keys $scalar an lvalue | Father Chrysostomos | 2011-04-18 | 1 | -0/+8 |
* | Make keys/value/each $scalar accept only unblessed refs | Father Chrysostomos | 2011-04-18 | 1 | -45/+91 |
* | Make push/shift $scalar accept only unblessed aryrefs | Father Chrysostomos | 2011-04-18 | 2 | -7/+12 |
* | TODO some of the new sigdispatch tests on VMS. | Craig A. Berry | 2011-04-17 | 1 | -4/+12 |
* | Followup to 088225f/[perl #88132]: packages ending with : | Father Chrysostomos | 2011-04-15 | 2 | -5/+50 |
* | [perl #88420] BOM support on Windows broken in 5.13.11 | Jan Dubois | 2011-04-13 | 1 | -0/+14 |
* | [perl #88132] broken ISA lookup after aliasing packages ending with :: | Father Chrysostomos | 2011-04-13 | 2 | -33/+51 |
* | handle freed backref array in global cleanup | David Mitchell | 2011-04-13 | 1 | -1/+55 |
* | reg_eval_scope.t: skip coring tests on all arches | David Mitchell | 2011-04-12 | 1 | -1/+3 |
* | add tests for $tied op= $tied | David Mitchell | 2011-04-12 | 1 | -11/+27 |
* | add $tied ^ $tied test | David Mitchell | 2011-04-12 | 1 | -1/+2 |
* | regcomp: Improve error message for (?-d:...) | Karl Williamson | 2011-04-12 | 1 | -0/+1 |
* | PATCH: [perl #86972]: Tweak error messages | Karl Williamson | 2011-04-12 | 1 | -5/+5 |
* | Fix eval.t under minitest, inadvertently broken by 0d804ff61f3a2df2 | Nicholas Clark | 2011-04-12 | 1 | -2/+4 |
* | Add test for [perl #87812] | Karl Williamson | 2011-04-11 | 1 | -0/+12 |
* | PATCH: partial [perl #86972]: Allow /(?aia)/ | Karl Williamson | 2011-04-10 | 2 | -2/+12 |
* | PATCH: partial [perl #86972]: Allow /aia | Karl Williamson | 2011-04-10 | 1 | -2/+5 |
* | Revert parts of c31c291..96b6b87 | Father Chrysostomos | 2011-04-08 | 1 | -12/+12 |
* | Revert "[perl #87708] $tied / $tied under use integer" | Father Chrysostomos | 2011-04-08 | 1 | -1/+0 |
* | Correct the skip count in stash.t | Father Chrysostomos | 2011-04-08 | 1 | -1/+1 |
* | [perl #87708] Fix ‘$tied binop $tied’ | Father Chrysostomos | 2011-04-07 | 1 | -28/+23 |
* | [perl #87708] $tied == $tied | Father Chrysostomos | 2011-04-07 | 2 | -7/+9 |
* | [perl #87388] bless[], "main::" crashes | Father Chrysostomos | 2011-04-06 | 1 | -1/+4 |
* | Correct stupidities in 4c3ac4b | Father Chrysostomos | 2011-04-06 | 1 | -0/+2 |
* | [perl #87708] $tied + $tied | Father Chrysostomos | 2011-04-06 | 2 | -1/+11 |
* | [perl #87708] $tied / $tied under use integer | Father Chrysostomos | 2011-04-06 | 2 | -4/+2 |
* | [perl #87708] $tied % $tied and $tied * $tied under use integer | Father Chrysostomos | 2011-04-06 | 2 | -4/+7 |
* | [perl #87708] $tied + $tied and $tied - $tied under ‘use integer’ | Father Chrysostomos | 2011-04-06 | 2 | -15/+4 |
* | [perl #87708] use integer; $tied < $tied | Father Chrysostomos | 2011-04-06 | 2 | -2/+2 |
* | [perl #87708] use integer; $tied > $tied | Father Chrysostomos | 2011-04-06 | 2 | -2/+2 |
* | [perl #87708] use integer; $tied <= $tied | Father Chrysostomos | 2011-04-06 | 2 | -2/+2 |
* | [perl #87708] use integer; $tied >= $tied | Father Chrysostomos | 2011-04-06 | 2 | -2/+2 |
* | [perl #87708] use integer; $tied == $tied | Father Chrysostomos | 2011-04-06 | 2 | -2/+2 |
* | [perl #87708] use integer; $tied != $tied | Father Chrysostomos | 2011-04-06 | 2 | -2/+2 |
* | [perl #87708] use integer; $tied <=> $tied | Father Chrysostomos | 2011-04-06 | 2 | -2/+2 |
* | c31c2913 swaps the order of uninitialised warnings, so update test expectations | Nicholas Clark | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] atan2 $tied, $tied | Father Chrysostomos | 2011-04-05 | 1 | -3/+3 |
* | Er, 87708, not 87726 | Father Chrysostomos | 2011-04-05 | 1 | -1/+1 |