summaryrefslogtreecommitdiff
path: root/t/op/tie_fetch_count.t
Commit message (Expand)AuthorAgeFilesLines
* Call FETCH once for stacked filetest opsFather Chrysostomos2012-01-241-1/+3
* Call FETCH once for rcatlineFather Chrysostomos2011-11-241-1/+7
* Make sselect call fetch onceFather Chrysostomos2011-11-241-1/+14
* Call FETCH once for $tied_ref =~ y/a/b/Father Chrysostomos2011-11-241-1/+3
* sort does not call get-magic after dereffingFather Chrysostomos2011-11-191-3/+5
* Call FETCH once on handle passed as 3rd arg to open()Father Chrysostomos2011-11-191-2/+2
* Call get-magic once for .. in list contextFather Chrysostomos2011-10-131-1/+6
* Make tie_fetch_count.t skip -[guk] globref testsFather Chrysostomos2011-09-151-10/+4
* Make (l)stat respect get-magic on globs and globrefsFather Chrysostomos2011-09-121-2/+2
* Make tie_fetch_count.t pass on ‘broken’ platformsFather Chrysostomos2011-09-121-1/+9
* Make truncate respect get-magic on globs and globrefsFather Chrysostomos2011-09-111-5/+8
* Collapse repetititive code in tie_fetch_count.tFather Chrysostomos2011-09-101-18/+9
* Make utime handle get-magic correctly for glob(ref)sFather Chrysostomos2011-09-101-1/+5
* Make filetest ops handle get-magic correctly for glob(ref)sFather Chrysostomos2011-09-101-27/+10
* ch(dir|mod|own) should also call FETCH on refs to tied globsFather Chrysostomos2011-09-101-1/+7
* Tweaks to tie_fetch_count.tNicholas Clark2011-09-101-1/+2
* ch(dir|mod|own) should not ignore get-magic on glob(ref)sFather Chrysostomos2011-09-081-5/+11
* Call get-magic once for *glob=$tiedFather Chrysostomos2011-09-081-1/+5
* Suppress warning from tie_fetch_count.tFather Chrysostomos2011-09-081-0/+1
* Call get-magic once for CV-to-GV assignmentFather Chrysostomos2011-09-031-1/+10
* Make tie_fetch_count.t pass with PERL_UNICODE setFather Chrysostomos2011-08-281-4/+4
* Make $class->method work when $class is tiedFather Chrysostomos2011-08-241-1/+5
* Call get-magic once for defined ${...}Father Chrysostomos2011-08-231-1/+6
* Call get-magic once for implicit rv2gv in close(), etc.Father Chrysostomos2011-08-231-1/+12
* Don’t call get-magic twice for sym refsFather Chrysostomos2011-07-211-1/+11
* Add a test for keys $tiedFather Chrysostomos2011-04-181-1/+2
* Make push, etc., work on tied scalarsFather Chrysostomos2011-04-181-1/+2
* add tests for $tied op= $tiedDavid Mitchell2011-04-121-11/+27
* add $tied ^ $tied testDavid Mitchell2011-04-121-1/+2
* [perl #87708] Fix ‘$tied binop $tied’Father Chrysostomos2011-04-071-28/+23
* [perl #87708] $tied == $tiedFather Chrysostomos2011-04-071-4/+1
* [perl #87708] $tied + $tiedFather Chrysostomos2011-04-061-1/+1
* [perl #87708] $tied / $tied under use integerFather Chrysostomos2011-04-061-4/+1
* [perl #87708] $tied % $tied and $tied * $tied under use integerFather Chrysostomos2011-04-061-2/+5
* [perl #87708] $tied + $tied and $tied - $tied under ‘use integer’Father Chrysostomos2011-04-061-13/+2
* [perl #87708] use integer; $tied < $tiedFather Chrysostomos2011-04-061-1/+1
* [perl #87708] use integer; $tied > $tiedFather Chrysostomos2011-04-061-1/+1
* [perl #87708] use integer; $tied <= $tiedFather Chrysostomos2011-04-061-1/+1
* [perl #87708] use integer; $tied >= $tiedFather Chrysostomos2011-04-061-1/+1
* [perl #87708] use integer; $tied == $tiedFather Chrysostomos2011-04-061-1/+1
* [perl #87708] use integer; $tied != $tiedFather Chrysostomos2011-04-061-1/+1
* [perl #87708] use integer; $tied <=> $tiedFather Chrysostomos2011-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 #76814] FETCH called twice - ||Father Chrysostomos2011-02-271-7/+3
* [perl #76814] FETCH called twice - yFather Chrysostomos2010-09-241-4/+1
* [perl #76814] FETCH called twice - m and sFather Chrysostomos2010-09-241-3/+5
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-1/+1
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-10/+7