summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Make push, etc., work on tied scalarsFather Chrysostomos2011-04-181-1/+2
* Make keys $scalar an lvalueFather Chrysostomos2011-04-181-0/+8
* Make keys/value/each $scalar accept only unblessed refsFather Chrysostomos2011-04-181-45/+91
* Make push/shift $scalar accept only unblessed aryrefsFather Chrysostomos2011-04-182-7/+12
* TODO some of the new sigdispatch tests on VMS.Craig A. Berry2011-04-171-4/+12
* Followup to 088225f/[perl #88132]: packages ending with :Father Chrysostomos2011-04-152-5/+50
* [perl #88420] BOM support on Windows broken in 5.13.11Jan Dubois2011-04-131-0/+14
* [perl #88132] broken ISA lookup after aliasing packages ending with ::Father Chrysostomos2011-04-132-33/+51
* handle freed backref array in global cleanupDavid Mitchell2011-04-131-1/+55
* reg_eval_scope.t: skip coring tests on all archesDavid Mitchell2011-04-121-1/+3
* add tests for $tied op= $tiedDavid Mitchell2011-04-121-11/+27
* add $tied ^ $tied testDavid Mitchell2011-04-121-1/+2
* regcomp: Improve error message for (?-d:...)Karl Williamson2011-04-121-0/+1
* PATCH: [perl #86972]: Tweak error messagesKarl Williamson2011-04-121-5/+5
* Fix eval.t under minitest, inadvertently broken by 0d804ff61f3a2df2Nicholas Clark2011-04-121-2/+4
* Add test for [perl #87812]Karl Williamson2011-04-111-0/+12
* PATCH: partial [perl #86972]: Allow /(?aia)/Karl Williamson2011-04-102-2/+12
* PATCH: partial [perl #86972]: Allow /aiaKarl Williamson2011-04-101-2/+5
* Revert parts of c31c291..96b6b87Father Chrysostomos2011-04-081-12/+12
* Revert "[perl #87708] $tied / $tied under use integer"Father Chrysostomos2011-04-081-1/+0
* Correct the skip count in stash.tFather Chrysostomos2011-04-081-1/+1
* [perl #87708] Fix ‘$tied binop $tied’Father Chrysostomos2011-04-071-28/+23
* [perl #87708] $tied == $tiedFather Chrysostomos2011-04-072-7/+9
* [perl #87388] bless[], "main::" crashesFather Chrysostomos2011-04-061-1/+4
* Correct stupidities in 4c3ac4bFather Chrysostomos2011-04-061-0/+2
* [perl #87708] $tied + $tiedFather Chrysostomos2011-04-062-1/+11
* [perl #87708] $tied / $tied under use integerFather Chrysostomos2011-04-062-4/+2
* [perl #87708] $tied % $tied and $tied * $tied under use integerFather Chrysostomos2011-04-062-4/+7
* [perl #87708] $tied + $tied and $tied - $tied under ‘use integer’Father Chrysostomos2011-04-062-15/+4
* [perl #87708] use integer; $tied < $tiedFather Chrysostomos2011-04-062-2/+2
* [perl #87708] use integer; $tied > $tiedFather Chrysostomos2011-04-062-2/+2
* [perl #87708] use integer; $tied <= $tiedFather Chrysostomos2011-04-062-2/+2
* [perl #87708] use integer; $tied >= $tiedFather Chrysostomos2011-04-062-2/+2
* [perl #87708] use integer; $tied == $tiedFather Chrysostomos2011-04-062-2/+2
* [perl #87708] use integer; $tied != $tiedFather Chrysostomos2011-04-062-2/+2
* [perl #87708] use integer; $tied <=> $tiedFather Chrysostomos2011-04-062-2/+2
* c31c2913 swaps the order of uninitialised warnings, so update test expectationsNicholas Clark2011-04-061-1/+1
* [perl #87708] atan2 $tied, $tiedFather Chrysostomos2011-04-051-3/+3
* Er, 87708, not 87726Father Chrysostomos2011-04-051-1/+1
* TODO tests for [perl #87726]Father Chrysostomos2011-04-051-5/+100
* [perl #87664] Don’t autovivify stashes when anonymising CVsFather Chrysostomos2011-04-031-1/+14
* [perl #87336] lc/uc(first) fail to taint the returned stringFather Chrysostomos2011-03-311-1/+14
* Add regen/uconfig_h.pl to regenerate uconfig.hNicholas Clark2011-03-281-1/+1
* op/cmp.t: fix failing tests under -ffast-mathDavid Mitchell2011-03-261-1/+15
* skip some tests under -UusedlDavid Mitchell2011-03-262-10/+22
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadAndy Dougherty2011-03-232-0/+8
|\
| * Skip t/porting/regen.t on VMS.Craig A. Berry2011-03-221-0/+4
| * Skip t/porting/exec-bit.t on VMS.Craig A. Berry2011-03-221-0/+4
* | Improve comment for skipped test on Solaris in t/io/eintr.tAndy Dougherty2011-03-221-0/+1
* | Skip t/io/eintr.t for Solaris 8 as wellAndy Dougherty2011-03-221-1/+2
|/