This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / stash.t
2014-08-30 Father ChrysostomosAvoid vivifying stuff when looking up barewords
2014-06-17 Karl WilliamsonFatalize defined(@) and defined{%)
2014-01-20 Tony Cook[perl #121031] fix all of the other incorrect calls...
2013-05-21 Nicholas ClarkRefactor 3 tests so that they avoid clearing %:: via...
2013-03-06 Nicholas ClarkSet PL_stderrgv to NULL if it is freed.
2012-06-06 Father Chrysostomosstash.t: 2 TODO tests I missed
2012-06-05 Father Chrysostomosstash.t: Un-TODO passing tests
2011-11-21 Father ChrysostomosRestore autouse’s exemption from redef warnings
2011-11-17 Michael G. SchwernAdd class_ok() and object_ok() to t/test.pl.
2011-10-22 Father Chrysostomos[perl #101486] Make PL_curstash refcounted
2011-10-08 Father ChrysostomosDont’t crash when warning about XSUB redefinition
2011-06-04 Father Chrysostomos[perl #88138] ' is not equivalent to :: before a null
2011-04-13 Father Chrysostomos[perl #88132] broken ISA lookup after aliasing packages...
2011-04-08 Father ChrysostomosCorrect the skip count in stash.t
2011-04-04 Father Chrysostomos[perl #87664] Don’t autovivify stashes when anonymising CVs
2011-01-04 David Mitchellstash.t: make TODO tests only TODO under threads
2010-11-18 Nicholas ClarkTest that the stash and file of a sub's definition...
2010-11-15 Father Chrysostomosstash.t: The [perl #58530] test should not be skipped
2010-11-15 Father ChrysostomosCorrect an anonymisation test in stash.t
2010-11-15 Father ChrysostomosCorrect skip count in stash.t
2010-11-15 Father Chrysostomos[perl #79208] %stash:: = () anonymises CVs
2010-10-28 Father ChrysostomosMark failing tests in t/op/stash.t as to-do
2010-10-27 Father ChrysostomosRenaming of stashes should not be visible from Perl
2010-07-18 David Mitchelladd CVf_CVGV_RC flag
2010-07-14 David Mitchellprotect CvGV weakref with backref
2010-07-14 David Mitchellprotect CvSTASH weakref with backrefs
2010-05-21 Nicholas ClarkRemove the tokeniser hack that prevents compile-time...
2010-02-07 Nicholas ClarkImprovements to 31c9a3 - CPAN code did depend on the...
2009-10-24 Nicholas ClarkMake defined %hash on a non-lexical (also) generate...
2009-07-12 Michael G SchwernWrong skip count in t/op/stash.t
2009-07-01 Jerry D. HeddenQuiet t/op/stash.t output
2009-06-27 Craig A. BerryMake stash.t redirect stderr.
2009-06-23 Ben MorrowFix blead segfault on Cygwin for t/op/stash.t
2009-06-21 Ben MorrowTests for deleting stash entries.
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-01-16 Rafael Garcia-Suarezdefined %foo::bar:: wasn't working like it used to...
2006-01-02 Rafael Garcia-SuarezSince we no longer autovivify stashes (change #26370...
2005-12-31 Nicholas ClarkAdd a test for change 26547. (We no longer expect to...
2005-12-15 Rafael Garcia-SuarezDon't autovivify stashes as soon as the lexer sees...
2003-05-31 Rafael Garcia-SuarezFix a case of segfault in gv_check(), by making
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-08 Rafael Garcia-SuarezRe: [perl #15479] perl 5.8.0 segfault