summaryrefslogtreecommitdiff
path: root/t/op/tie.t
Commit message (Expand)AuthorAgeFilesLines
* sub NEGATIVE_INDICES; + $tiï½...Father Chrysostomos2013-11-041-0/+10
* mg.c: Fix misuse of AvARRAY in defelem_targetFather Chrysostomos2013-11-041-0/+17
* Make &xsub and goto &xsub work with tied @_Father Chrysostomos2013-09-091-0/+18
* In sv.c:sv_magic don’t allow tying ro COWsFather Chrysostomos2013-08-111-0/+7
* Remove SvIsCOW checks from mg.c:mg_localizeFather Chrysostomos2013-08-111-3/+11
* Remove SvIsCOW checks from mg.c:S_save_magicFather Chrysostomos2013-08-111-0/+12
* [perl #78194] Make sub calls copy pad tmpsFather Chrysostomos2013-07-251-1/+1
* To-do tests for perl #78194Father Chrysostomos2013-07-251-0/+9
* [perl #27010] Make tie work through defelemsFather Chrysostomos2013-07-161-0/+28
* Make set-magic handle vstrings properlyFather Chrysostomos2013-07-151-0/+8
* Don’t crash with $tied[-1] when array is tied to non-objFather Chrysostomos2012-10-281-0/+15
* Don’t skip tied EXISTS for negative array indicesFather Chrysostomos2012-10-281-0/+15
* Don’t leak deleted iterator when tying hashFather Chrysostomos2012-09-221-0/+12
* Magic flags harmonization.Chip Salzenberg2012-07-151-2/+3
* Test case for [perl #9391]Brian Fraser2012-05-251-0/+12
* Fix for [perl #8931], call magic only once for join's first arg.Brian Fraser2012-05-251-0/+18
* Don’t allow read-only regexps to be tiedFather Chrysostomos2012-01-231-0/+10
* [perl #35865, #43011] FETCH after autovivifyingFather Chrysostomos2012-01-101-0/+18
* [perl #67490] Don’t call DELETE on scalar-tied elemFather Chrysostomos2012-01-081-0/+12
* Turn on AvREAL for tied arraysFather Chrysostomos2011-12-271-0/+10
* 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