summaryrefslogtreecommitdiff
path: root/t/op/gv.t
Commit message (Expand)AuthorAgeFilesLines
* Perl_gv_init_pvn() must handle a stash holding the value -1Nicholas Clark2022-02-231-0/+57
* hv_delete_common() must not call GvAV() on a non-GVNicholas Clark2021-10-201-0/+8
* In Perl_gp_free() use PL_tmps_stack to avoid freeing glob entries immediately.Nicholas Clark2021-09-221-2/+15
* Convert issue links from rt.perl.org to GitHubDan Book2019-11-261-1/+1
* Replace multiple 'use vars' by 'our' in tTodd Rinaldo2017-11-111-1/+1
* [perl #131263] clear the UTF8 flag on a glob if it isn't UTF8Tony Cook2017-06-071-1/+9
* Fatalize inheriting AUTOLOAD for non-methods.Abigail2017-06-061-1/+25
* silence warning in gv.tYves Orton2017-06-011-0/+2
* [perl #131085] Crash with sub-in-stashFather Chrysostomos2017-06-011-0/+4
* add a test for gv_try_downgrade()David Mitchell2016-09-261-1/+18
* Tired of looking up old bug numbersFather Chrysostomos2016-07-291-1/+1
* [perl #128597] Crash from gp_free/ckWARN_dFather Chrysostomos2016-07-111-1/+17
* *glob{FILEHANDLE} is no longer deprecatedRicardo Signes2016-01-021-1/+4
* RT #125840 stop *x = $x doing bad thingsDavid Mitchell2015-08-301-1/+19
* miniperl cannot IO::FileJarkko Hietaniemi2015-01-261-0/+5
* Add test for glob constants accepting method callsKent Fredric2015-01-221-1/+9
* Skip no-common-vars optimisation for aliasesFather Chrysostomos2014-09-181-1/+10
* Avoid creating GVs when subs are declaredFather Chrysostomos2014-09-151-1/+4
* Fix refcounting in rv2gv when it calls newGVgenFather Chrysostomos2014-09-021-1/+13
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get gv.t working under miniperlFather Chrysostomos2014-09-021-1/+2
* Stop ck_rvconst from treating GV constants as stringsFather Chrysostomos2014-08-241-1/+10
* Fatalize defined(@) and defined{%)Karl Williamson2014-06-161-13/+1
* [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