summaryrefslogtreecommitdiff
path: root/t/op/gv.t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Typo in op.cVincent Pit2007-12-291-7/+46
* You can't coerce a typeglob to a string. (Restore the error message -Nicholas Clark2007-12-271-1/+25
* Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the orderNicholas Clark2007-09-221-1/+10
* As the test is about the parser, not actually running the code, betterNicholas Clark2007-03-031-1/+1
* Avoid an assertion failure when overloading readpipe.Nicholas Clark2007-03-021-1/+5
* More assertion failures, found by auditing the code.Nicholas Clark2007-03-021-1/+23
* Don't crash if the symbol table entry for ISA isn't a typeglob.Nicholas Clark2007-03-021-1/+7
* Test warnings for converting globs to other forms.Nicholas Clark2006-02-221-1/+29
* Fix bug #38439 - reference to typeglob assignment needs to be basedNicholas Clark2006-02-061-1/+20