summaryrefslogtreecommitdiff
path: root/t/op/tie_fetch_count.t
Commit message (Expand)AuthorAgeFilesLines
* Fix FETCH count for sprintf "...", $tiedFather Chrysostomos2014-09-271-1/+13
* Fix double FETCH with pack "w"Father Chrysostomos2014-09-271-1/+6
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get tie_fetch_count.t working under minitestFather Chrysostomos2014-09-021-1/+2
* rename aggref warnings to autoderefRicardo Signes2014-01-141-2/+2
* Make key/push $scalar experimentalFather Chrysostomos2014-01-141-2/+8
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-1/+4
* Change tie_fetch_count.t to use *] instead of **.Nicholas Clark2013-03-211-1/+1
* Make 4-arg substr call FETCH once when upgrading targetFather Chrysostomos2012-10-011-1/+3
* Make substr = $utf8 call get-magic onceFather Chrysostomos2012-10-011-1/+3
* Stop calling get-magic twice in sprintf "%.1s", $utf8Father Chrysostomos2012-08-301-1/+2
* Stop calling get-magic twice in sprintf "%1s", $utf8Father Chrysostomos2012-08-301-1/+2
* Stop calling get-magic twice in pack "u", $utf8Father Chrysostomos2012-08-301-1/+5
* Stop calling get-magic twice when reading lvalue substr($utf8)Father Chrysostomos2012-08-301-1/+2
* Stop calling get-magic twice when reading lvalue substr($utf8)Father Chrysostomos2012-08-301-1/+3
* Stop calling get-magic twice for lvalue pos($utf8)Father Chrysostomos2012-08-301-2/+3
* Stop substr($utf8) from calling get-magic twiceFather Chrysostomos2012-08-301-1/+4
* Make warn handle magic vars (fixes [perl #97480])Father Chrysostomos2012-06-071-1/+13
* [perl #111656] tie_fetch_count.t: Suppress ‘glob failed’Father Chrysostomos2012-03-261-1/+3
* 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