summaryrefslogtreecommitdiff
path: root/t/op/gv.t
Commit message (Expand)AuthorAgeFilesLines
* [perl #121242] Fix crash in gp_free when gv is freedFather Chrysostomos2014-02-151-1/+58
* Undeffing a gv in DESTROY triggered by undeffing the same gvFather Chrysostomos2013-11-111-1/+16
* Stop gv_try_downgrade from anonymising referenced CVsFather Chrysostomos2013-11-051-1/+7
* gv:gv_try_downgrade: Leave PL_last_in_gv aloneFather Chrysostomos2013-10-281-1/+5
* gv:gv_try_downgrade: Leave PL_stderrgv aloneFather Chrysostomos2013-10-281-1/+6
* Don’t let gv.c:gv_try_downgrade touch PL_statgvFather Chrysostomos2013-10-261-1/+12
* Fix skip logic in pad_tidy and cv_cloneFather Chrysostomos2013-08-201-1/+15
* Stop recursion from losing lex fh namesFather Chrysostomos2013-08-201-1/+15
* [perl #119051] Fix crash with \&$glob_copyFather Chrysostomos2013-07-281-1/+15
* Allow stash elems to be array refsFather Chrysostomos2013-07-251-2/+10
* gv.t: Suppress warningFather Chrysostomos2012-11-181-1/+1
* gv.t: More *foo{NAME,PACKAGE} testsFather Chrysostomos2012-11-181-1/+5
* Make *_{ARRAY} reifyFather Chrysostomos2012-11-181-1/+3
* Document and test *glob{NAME} and *glob{PACKAGE}Father Chrysostomos2012-11-181-1/+3
* Avoid 'defined(@array) is deprecated' warnings in tests.Nicholas Clark2012-01-171-1/+4
* Name anon handles __ANONIO__Father Chrysostomos2011-12-151-1/+1
* panic after cow-to-stash assignmentFather Chrysostomos2011-11-281-0/+10
* Make constant promotion null-cleanFather Chrysostomos2011-11-201-1/+13
* Typos in gv.tFather Chrysostomos2011-11-061-2/+2
* Correct bug number in gv.tFather Chrysostomos2011-11-061-4/+4
* [perl #96326] *{$io} should not be semi-definedFather Chrysostomos2011-11-061-5/+7
* [perl #99142] Make GV_ADDMG and magic vars account for s(t)ubsFather Chrysostomos2011-09-151-1/+11
* Fix misspellings in gv.tFather Chrysostomos2011-09-121-6/+6
* Reverse the order of two tests in gv.tFather Chrysostomos2011-08-261-1/+1
* Make *{undef} self-consistentFather Chrysostomos2011-08-261-1/+9
* Remove workaround for fixed bugFather Chrysostomos2011-06-111-1/+0
* In gv.t, check that the installed $SIG{__DIE__} handler is never called.Nicholas Clark2011-03-061-3/+5
* Under minitest, skip tests in op/g{oto,v}.t that need PerlIO::scalar.Nicholas Clark2011-02-211-4/+7
* Prevent destructors called from gp_free from seeing freed SVsFather Chrysostomos2011-02-101-1/+21
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-3/+3
* Fix up tests to work around tie $handleFather Chrysostomos2010-12-021-0/+1
* [perl #77926] Glob reification during localisationFather Chrysostomos2010-11-201-1/+16
* Suppress warning from gv.tFather Chrysostomos2010-10-301-1/+1
* Add test for the crashes fixed in 00169e2Father Chrysostomos2010-10-291-1/+28
* [perl #77812] Globs in tied scalars can be reified if STORE diesFather Chrysostomos2010-10-251-1/+15
* Tests for [perl #77508] List assignment to fake globs failsFather Chrysostomos2010-10-251-1/+8
* Move some GV tests to gv.t from glob.t - the latter is for testing glob()Nicholas Clark2010-10-251-1/+8
* [perl #77810] Scalars vs globsFather Chrysostomos2010-10-241-12/+32
* Revert "[perl #77928] Glob slot assignment and set-magic"Father Chrysostomos2010-09-291-14/+1
* [perl #77928] Glob slot assignment and set-magicFather Chrysostomos2010-09-281-1/+14
* Make gv.t pass on systems that do not support -T $glob with stdioFather Chrysostomos2010-09-261-3/+10
* [perl #77362] Assigning glob to lvalue causes stringificationFather Chrysostomos2010-09-261-6/+130
* Add a warning to test.pl if quotes are used in one-liners.Nicholas Clark2010-09-241-1/+1
* Move test for #76540 to op/gv.tFlorian Ragwitz2010-09-081-1/+19
* Fix for RT#1804: Anonymous glob breaks when assigned throughFather Chrysostomos2010-07-261-1/+12
* Globs that are in symbol table can be un-globbedLubomir Rintel (GoodData)2010-04-261-1/+10
* [perl #72740]: Blead breaks LEMBARK/LinkedList-Single-0.99.1.tar.gzZefram2010-03-101-1/+23
* Fix for #71254: SEGV in Data::DumperFather Chrysostomos2010-01-181-1/+12
* fix for [perl #65582] anon globs segfaultingDavid Mitchell2010-01-121-1/+22
* Make defined %hash on a non-lexical (also) generate a deprecated warning.Nicholas Clark2009-10-241-1/+4