This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
evalbytes should ignore outer utf8 declaration
[perl5.git] / t / op / tie_fetch_count.t
2011-11-24 Father ChrysostomosCall FETCH once for rcatline
2011-11-24 Father ChrysostomosMake sselect call fetch once
2011-11-24 Father ChrysostomosCall FETCH once for $tied_ref =~ y/a/b/
2011-11-20 Father Chrysostomossort does not call get-magic after dereffing
2011-11-20 Father ChrysostomosCall FETCH once on handle passed as 3rd arg to open()
2011-10-13 Father ChrysostomosCall get-magic once for .. in list context
2011-09-16 Father ChrysostomosMake tie_fetch_count.t skip -[guk] globref tests
2011-09-13 Father ChrysostomosMake (l)stat respect get-magic on globs and globrefs
2011-09-12 Father ChrysostomosMake tie_fetch_count.t pass on ‘broken’ platforms
2011-09-12 Father ChrysostomosMake truncate respect get-magic on globs and globrefs
2011-09-11 Father ChrysostomosCollapse repetititive code in tie_fetch_count.t
2011-09-11 Father ChrysostomosMake utime handle get-magic correctly for glob(ref)s
2011-09-11 Father ChrysostomosMake filetest ops handle get-magic correctly for glob...
2011-09-10 Father Chrysostomosch(dir|mod|own) should also call FETCH on refs to tied...
2011-09-10 Nicholas ClarkTweaks to tie_fetch_count.t
2011-09-09 Father Chrysostomosch(dir|mod|own) should not ignore get-magic on glob...
2011-09-09 Father ChrysostomosCall get-magic once for *glob=$tied
2011-09-08 Father ChrysostomosSuppress warning from tie_fetch_count.t
2011-09-03 Father ChrysostomosCall get-magic once for CV-to-GV assignment
2011-08-29 Father ChrysostomosMake tie_fetch_count.t pass with PERL_UNICODE set
2011-08-25 Father ChrysostomosMake $class->method work when $class is tied
2011-08-24 Father ChrysostomosCall get-magic once for defined ${...}
2011-08-23 Father ChrysostomosCall get-magic once for implicit rv2gv in close(),...
2011-07-22 Father ChrysostomosDon’t call get-magic twice for sym refs
2011-04-19 Father ChrysostomosAdd a test for keys $tied
2011-04-19 Father ChrysostomosMake push, etc., work on tied scalars
2011-04-12 David Mitchelladd tests for $tied op= $tied
2011-04-12 David Mitchelladd $tied ^ $tied test
2011-04-08 Father Chrysostomos[perl #87708] Fix ‘$tied binop $tied’
2011-04-07 Father Chrysostomos[perl #87708] $tied == $tied
2011-04-07 Father Chrysostomos[perl #87708] $tied + $tied
2011-04-06 Father Chrysostomos[perl #87708] $tied / $tied under use integer
2011-04-06 Father Chrysostomos[perl #87708] $tied % $tied and $tied * $tied under...
2011-04-06 Father Chrysostomos[perl #87708] $tied + $tied and $tied - $tied under...
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied < $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied > $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied <= $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied >= $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied == $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied != $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied <=> $tied
2011-04-06 Father Chrysostomos[perl #87708] atan2 $tied, $tied
2011-04-05 Father ChrysostomosEr, 87708, not 87726
2011-04-05 Father ChrysostomosTODO tests for [perl #87726]
2011-02-27 Father Chrysostomos[perl #76814] FETCH called twice - ||
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - y
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - m and s
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - !
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - string comparison ops
2010-07-30 Rafael Garcia-SuarezMake new tie test less noisy
2010-07-30 AbigailTests to check if FETCH of a tied variable isn't called...