summaryrefslogtreecommitdiff
path: root/t/op/tie.t
Commit message (Expand)AuthorAgeFilesLines
* Fix SV flags for magic values, v2chip/magicflags3Chip Salzenberg2011-12-261-2/+3
* Allow COW PVMGs to be tiedFather Chrysostomos2011-12-011-0/+21
* [perl #97980] Stop tied() from returning a copyFather Chrysostomos2011-11-261-0/+8
* Copy magic during localisation even for GVsFather Chrysostomos2011-11-181-0/+16
* tie.t: typosFather Chrysostomos2011-11-051-2/+2
* Hide pad vars from magic methods on scope exitFather Chrysostomos2011-11-051-0/+54
* Make \&$tied call get-magic when it holds a globFather Chrysostomos2011-09-121-0/+12
* Fix two \&$tied regressionsFather Chrysostomos2011-09-011-0/+26
* [perl #8611] tied handles and gotos don't mixDavid Mitchell2011-06-141-0/+32
* Revert "Revert "Make untie check the FAKE flag on globs""Father Chrysostomos2011-06-111-3/+11
* Revert "Revert "[perl #77688] tie $scalar can tie a handle""Father Chrysostomos2011-06-111-0/+11
* Revert "Revert "[perl #77496] tied gets scalars and globs confused""Father Chrysostomos2011-06-111-0/+14
* Revert ‘Deprecate tie $handle without *’Father Chrysostomos2011-06-111-23/+0
* Stop localised ties from becoming ro when COWFather Chrysostomos2011-06-041-0/+16
* [perl #86328] coredump in cleaning up circular magicFather Chrysostomos2011-03-171-0/+34
* Migrate t/op/{fork,runlevel,tie}.t to use run_multiple_progs().Nicholas Clark2011-02-251-18/+3
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Better handling of magic methods freeing the SVDavid Mitchell2010-12-301-0/+33
* Deprecate tie $handle without *Father Chrysostomos2010-12-021-0/+23
* Revert "[perl #77496] tied gets scalars and globs confused"Father Chrysostomos2010-12-021-14/+0
* Revert "[perl #77688] tie $scalar can tie a handle"Father Chrysostomos2010-12-021-11/+0
* Revert "Make untie check the FAKE flag on globs"Father Chrysostomos2010-12-021-11/+3
* Make untie check the FAKE flag on globsFather Chrysostomos2010-10-251-3/+11
* [perl #77688] tie $scalar can tie a handleFather Chrysostomos2010-10-251-0/+11
* [perl #77496] tied gets scalars and globs confusedFather Chrysostomos2010-10-241-0/+14
* RT #75468: readline ignores <> overloading when arg is tiedFather Chrysostomos2010-08-111-1/+3
* Note why pp_tie can't use call_method() for a package name.Nicholas Clark2010-06-141-0/+8
* fix for RT #8438: $tied->() doesn't call FETCHDavid Mitchell2010-06-041-0/+16
* belatedly add a test for RT #51636:David Mitchell2010-06-041-0/+16
* Deref ops ignore get-magic when SvROK(sv)Father Chrysostomos (via RT)2010-05-251-0/+12
* Just the tests from a proposed fix for 68192Father Chrysostomos2010-05-251-0/+95
* avoid multiple FETCHesDavid Mitchell2010-04-251-1/+23
* RT 8857: premature free in local of tied elementDavid Mitchell2010-04-111-0/+20
* fix RT 23810: eval and tied methodsDavid Mitchell2010-04-081-0/+90
* PL_defoutgv isn't always a GV.David Mitchell2010-03-301-0/+12
* [PATCH] extra tests for t/op/tie.t (was RE: [perl #53482] I believe I found a...Bram2009-10-311-5/+11
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-2/+6
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-141-5/+3
* test that localised tieing of a hash or array remains localDave Mitchell2007-07-011-0/+16
* Re: [perl #37731] junk and uninit'ed values in tied scalarsYitzchak Scott-Thoennes2006-08-091-0/+10
* Fix bug 36267 - assigning to a tied hash shouldn't change theNicholas Clark2006-03-301-0/+19
* PATCH t/op/tie.tRobin Barker2006-03-301-0/+8
* Re: [PATCH] concat interacts badly with magicRobin Houston2005-11-221-0/+7
* Revert change #26185, which could have some unwanted side-effects.Rafael Garcia-Suarez2005-11-221-7/+0
* concat interacts badly with magicRobin Houston2005-11-211-0/+7
* Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6Yitzchak Scott-Thoennes2005-09-061-0/+7
* Abolish the "Tied variable freed while still in use" error - I haveNicholas Clark2004-06-221-1/+0
* SCALAR/FIRSTKEY for tied hashes in scalar contextTassilo von Parseval2003-12-061-0/+95
* Re: [perl #948] $, untieable?Richard Clamp2003-10-251-0/+31