This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #125892] qr/(?[ ]) regression with '!'
[perl5.git] / t / op / tie.t
2015-07-03 Stanislaw PusepNon-invasive mojibake fixes
2015-03-06 Karl Williamsont/op/tie.t: Skip a couple tests on EBCDIC
2014-11-14 Father Chrysostomostie.t: Don’t skip base.pm test unconditionally
2014-11-09 Father Chrysostomostied is OA_DANGEROUS
2014-09-03 Father ChrysostomosGet tie.t working under minitest
2013-11-04 Father Chrysostomossub NEGATIVE_INDICES; + $tied[-1] = crash
2013-11-04 Father Chrysostomosmg.c: Fix misuse of AvARRAY in defelem_target
2013-09-09 Father ChrysostomosMake &xsub and goto &xsub work with tied @_
2013-08-11 Father ChrysostomosIn sv.c:sv_magic don’t allow tying ro COWs
2013-08-11 Father ChrysostomosRemove SvIsCOW checks from mg.c:mg_localize
2013-08-11 Father ChrysostomosRemove SvIsCOW checks from mg.c:S_save_magic
2013-07-26 Father Chrysostomos[perl #78194] Make sub calls copy pad tmps
2013-07-26 Father ChrysostomosTo-do tests for perl #78194
2013-07-16 Father Chrysostomos[perl #27010] Make tie work through defelems
2013-07-16 Father ChrysostomosMake set-magic handle vstrings properly
2012-10-28 Father ChrysostomosDon’t crash with $tied[-1] when array is tied to non-obj
2012-10-28 Father ChrysostomosDon’t skip tied EXISTS for negative array indices
2012-09-23 Father ChrysostomosDon’t leak deleted iterator when tying hash
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-05-26 Brian FraserTest case for [perl #9391]
2012-05-25 Brian FraserFix for [perl #8931], call magic only once for join...
2012-01-23 Father ChrysostomosDon’t allow read-only regexps to be tied
2012-01-10 Father Chrysostomos[perl #35865, #43011] FETCH after autovivifying
2012-01-08 Father Chrysostomos[perl #67490] Don’t call DELETE on scalar-tied elem
2011-12-27 Father ChrysostomosTurn on AvREAL for tied arrays
2011-12-02 Father ChrysostomosAllow COW PVMGs to be tied
2011-11-27 Father Chrysostomos[perl #97980] Stop tied() from returning a copy
2011-11-19 Father ChrysostomosCopy magic during localisation even for GVs
2011-11-05 Father Chrysostomostie.t: typos
2011-11-05 Father ChrysostomosHide pad vars from magic methods on scope exit
2011-09-13 Father ChrysostomosMake \&$tied call get-magic when it holds a glob
2011-09-01 Father ChrysostomosFix two \&$tied regressions
2011-06-14 David Mitchell[perl #8611] tied handles and gotos don't mix
2011-06-11 Father ChrysostomosRevert "Revert "Make untie check the FAKE flag on globs""
2011-06-11 Father ChrysostomosRevert "Revert "[perl #77688] tie $scalar can tie a...
2011-06-11 Father ChrysostomosRevert "Revert "[perl #77496] tied gets scalars and...
2011-06-11 Father ChrysostomosRevert ‘Deprecate tie $handle without *’
2011-06-04 Father ChrysostomosStop localised ties from becoming ro when COW
2011-03-17 Father Chrysostomos[perl #86328] coredump in cleaning up circular magic
2011-02-25 Nicholas ClarkMigrate t/op/{fork,runlevel,tie}.t to use run_multiple_...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-12-30 David MitchellBetter handling of magic methods freeing the SV
2010-12-03 Father ChrysostomosDeprecate tie $handle without *
2010-12-03 Father ChrysostomosRevert "[perl #77496] tied gets scalars and globs confused"
2010-12-03 Father ChrysostomosRevert "[perl #77688] tie $scalar can tie a handle"
2010-12-03 Father ChrysostomosRevert "Make untie check the FAKE flag on globs"
2010-10-25 Father ChrysostomosMake untie check the FAKE flag on globs
2010-10-25 Father Chrysostomos[perl #77688] tie $scalar can tie a handle
2010-10-25 Father Chrysostomos[perl #77496] tied gets scalars and globs confused
2010-08-11 Father ChrysostomosRT #75468: readline ignores <> overloading when arg...
2010-06-14 Nicholas ClarkNote why pp_tie can't use call_method() for a package...
2010-06-04 David Mitchellfix for RT #8438: $tied->() doesn't call FETCH
2010-06-04 David Mitchellbelatedly add a test for RT #51636:
2010-05-25 Father Chrysostomo... Deref ops ignore get-magic when SvROK(sv)
2010-05-25 Father ChrysostomosJust the tests from a proposed fix for 68192
2010-04-25 David Mitchellavoid multiple FETCHes
2010-04-11 David MitchellRT 8857: premature free in local of tied element
2010-04-08 David Mitchellfix RT 23810: eval and tied methods
2010-03-30 David MitchellPL_defoutgv isn't always a GV.
2009-11-01 Bram[PATCH] extra tests for t/op/tie.t (was RE: [perl ...
2009-10-15 demerphqOptimise if (%foo) to be faster than if(keys %foo)
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2007-07-01 Dave Mitchelltest that localised tieing of a hash or array remains...
2006-08-09 Yitzchak Scott-Tho... Re: [perl #37731] junk and uninit'ed values in tied...
2006-03-30 Nicholas ClarkFix bug 36267 - assigning to a tied hash shouldn't...
2006-03-30 Robin BarkerPATCH t/op/tie.t
2005-11-22 Robin HoustonRe: [PATCH] concat interacts badly with magic
2005-11-22 Rafael Garcia-SuarezRevert change #26185, which could have some unwanted...
2005-11-21 Robin Houstonconcat interacts badly with magic
2005-09-06 Yitzchak Scott-Tho... Re: Fw: Tied hash numeric values are rounded off under...
2004-06-22 Nicholas ClarkAbolish the "Tied variable freed while still in use...
2003-12-06 Tassilo von ParsevalSCALAR/FIRSTKEY for tied hashes in scalar context
2003-10-25 Richard ClampRe: [perl #948] $, untieable?
2003-09-05 Jarkko HietaniemiAnother seemingly fixed (un)tie bug,
2003-09-02 Jarkko HietaniemiAn untie test from perlmonks-- worked in 5.6.1,
2003-08-12 Jarkko HietaniemiFix for [perl #23287] segfault in untie.
2003-07-24 Dave MitchellRe: Reference to tied elements results in lvalue.
2003-06-15 Aaron J. MackeyRemove all magic in untie()
2003-04-19 Dave Mitchellallow recursive FETCHes
2003-03-10 Yitzchak Scott-Tho... Re: odd (or not so odd?) segmentation fault in 5.8.0
2002-11-07 Yitzchak Scott-Tho... Re: [perl #18038] DESTROY change in 5.8.0?
2002-06-05 Doug MacEachernRe: local tied hash slices & stray keys (was Re: Cwd...
2002-05-30 Yitzchak Scott-Tho... Re: perl@16861
2002-05-30 Nick Ing-SimmonsIntegrate all but lib/File/stat.t which seems broken.
2002-05-29 Jarkko HietaniemiSpelling bee.
2002-05-29 Jarkko HietaniemiRecover some of the #16845.
2002-05-28 Jarkko HietaniemiRetract #16820, #16819, #16810, #16669, #16531, #16530...
2002-05-27 Nick Ing-SimmonsAdd IO::Scalar fail case to the tests.
2002-05-18 Michael G. SchwernRe: t/op/tie.t #19 TODO ENOTWORKING
2002-05-10 Jarkko HietaniemiMove the noisy tie core dump test to fresh_perl from...
2002-05-10 Yitzchak Scott-Tho... Re: [PATCH] Re: perl@16433
2002-05-08 Yitzchak Scott-Tho... [PATCH] Re: perl@16433
2002-05-06 Jarkko HietaniemiAdd a test for #16431, and document Dave's campaign
2001-05-02 Jarkko HietaniemiTest for #9952.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-10-25 Jarkko HietaniemiTemporary stopgap for the self-tying issue: for now...
2000-10-20 Charles BaileySYN SYN
2000-10-13 Jarkko HietaniemiMake the test acknowledge that self-ties are disabled...
2000-08-30 Nick Ing-SimmonsRe: UNTIE method
next