This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
detect sub attributes following a signature
[perl5.git] / t / op / tie_fetch_count.t
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-11-22 Zeframeviscerate smartmatch
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: %p and Inf/Nan
2016-11-05 Jarkko Hietanieminetbsd-vax: no infinity
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-04-03 Tony Cookdon't test crypt()s tied fetch count if we don't have...
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-01-05 Tony Cooksome socket functions aren't available under Win32...
2014-12-29 Father ChrysostomosCall FETCH once for values in {...}
2014-12-13 Father ChrysostomosDon’t call FETCH multiple times on int $inf
2014-11-14 Father ChrysostomosStop crypt($tied,...) from calling FETCH twice
2014-09-28 Father ChrysostomosFix FETCH count for sprintf "...", $tied
2014-09-28 Father ChrysostomosFix double FETCH with pack "w"
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosGet tie_fetch_count.t working under minitest
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosMake key/push $scalar experimental
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-21 Nicholas ClarkChange tie_fetch_count.t to use *] instead of **.
2012-10-01 Father ChrysostomosMake 4-arg substr call FETCH once when upgrading target
2012-10-01 Father ChrysostomosMake substr = $utf8 call get-magic once
2012-08-31 Father ChrysostomosStop calling get-magic twice in sprintf "%.1s", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice in sprintf "%1s", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice in pack "u", $utf8
2012-08-31 Father ChrysostomosStop calling get-magic twice when reading lvalue substr...
2012-08-31 Father ChrysostomosStop calling get-magic twice when reading lvalue substr...
2012-08-31 Father ChrysostomosStop calling get-magic twice for lvalue pos($utf8)
2012-08-31 Father ChrysostomosStop substr($utf8) from calling get-magic twice
2012-06-07 Father ChrysostomosMake warn handle magic vars (fixes [perl #97480])
2012-03-27 Father Chrysostomos[perl #111656] tie_fetch_count.t: Suppress ‘glob failed’
2012-01-24 Father ChrysostomosCall FETCH once for stacked filetest ops
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...