summaryrefslogtreecommitdiff
path: root/t/op/stash.t
Commit message (Expand)AuthorAgeFilesLines
* Refactor 3 tests so that they avoid clearing %:: via list assignment.Nicholas Clark2013-05-211-4/+5
* Set PL_stderrgv to NULL if it is freed.Nicholas Clark2013-03-061-1/+8
* stash.t: 2 TODO tests I missedFather Chrysostomos2012-06-051-4/+1
* stash.t: Un-TODO passing testsFather Chrysostomos2012-06-041-4/+1
* Restore autouse’s exemption from redef warningsFather Chrysostomos2011-11-211-2/+2
* Add class_ok() and object_ok() to t/test.pl.Michael G. Schwern2011-11-171-3/+3
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-221-1/+9
* Dont’t crash when warning about XSUB redefinitionFather Chrysostomos2011-10-081-1/+12
* [perl #88138] ' is not equivalent to :: before a nullFather Chrysostomos2011-06-031-1/+5
* [perl #88132] broken ISA lookup after aliasing packages ending with ::Father Chrysostomos2011-04-131-1/+9
* Correct the skip count in stash.tFather Chrysostomos2011-04-081-1/+1
* [perl #87664] Don’t autovivify stashes when anonymising CVsFather Chrysostomos2011-04-031-1/+14
* stash.t: make TODO tests only TODO under threadsDavid Mitchell2011-01-041-2/+5
* Test that the stash and file of a sub's definition overrides those of its stub.Nicholas Clark2010-11-181-2/+31
* stash.t: The [perl #58530] test should not be skippedFather Chrysostomos2010-11-151-10/+10
* Correct an anonymisation test in stash.tFather Chrysostomos2010-11-151-3/+1
* Correct skip count in stash.tFather Chrysostomos2010-11-151-1/+1
* [perl #79208] %stash:: = () anonymises CVsFather Chrysostomos2010-11-151-2/+12
* Mark failing tests in t/op/stash.t as to-doFather Chrysostomos2010-10-271-4/+10
* Renaming of stashes should not be visible from PerlFather Chrysostomos2010-10-271-1/+37
* add CVf_CVGV_RC flagDavid Mitchell2010-07-181-1/+10
* protect CvGV weakref with backrefDavid Mitchell2010-07-141-52/+70
* protect CvSTASH weakref with backrefsDavid Mitchell2010-07-141-1/+14
* Remove the tokeniser hack that prevents compile-time vivification of %stash::Nicholas Clark2010-05-211-5/+5
* Improvements to 31c9a3 - CPAN code did depend on the previous behaviour of bl...Nicholas Clark2010-02-061-2/+2
* Make defined %hash on a non-lexical (also) generate a deprecated warning.Nicholas Clark2009-10-241-8/+12
* Wrong skip count in t/op/stash.tMichael G Schwern2009-07-121-1/+1
* Quiet t/op/stash.t outputJerry D. Hedden2009-06-301-3/+4
* Make stash.t redirect stderr.Craig A. Berry2009-06-271-0/+1
* Fix blead segfault on Cygwin for t/op/stash.tBen Morrow2009-06-231-20/+44
* Tests for deleting stash entries.Ben Morrow2009-06-211-4/+82
* Re: Off by one in the trie code?Yves Orton2006-10-191-1/+1
* defined %foo::bar:: wasn't working like it used to do in evalsRafael Garcia-Suarez2006-01-161-1/+6
* Since we no longer autovivify stashes (change #26370), we needRafael Garcia-Suarez2006-01-021-1/+7
* Add a test for change 26547. (We no longer expect to see errors aboutNicholas Clark2005-12-311-1/+15
* Don't autovivify stashes as soon as the lexer sees them.Rafael Garcia-Suarez2005-12-151-1/+13
* Fix a case of segfault in gv_check(), by makingRafael Garcia-Suarez2003-05-311-1/+9
* Re: [perl #15479] perl 5.8.0 segfaultRafael Garcia-Suarez2002-08-081-0/+18