summaryrefslogtreecommitdiff
path: root/t/op/gv.t
Commit message (Expand)AuthorAgeFilesLines
* [perl #73666] *foo{SCALAR} should not autovivifyzefram/gvsv_emptyZefram2010-04-131-13/+22
* [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
* Code assumes that *FOO{SCALAR} will always return a scalar reference,Nicholas Clark2006-01-301-1/+14
* Now that proxy subroutines can be unproxied in 2 places withoutNicholas Clark2005-12-231-2/+1
* Regression tests for proxy subroutine glob assignment.Nicholas Clark2005-12-221-3/+91
* Croak if gv_init doesn't know how to create a typeglob from that typeNicholas Clark2005-12-201-3/+19
* Verify that the code for initialising typeglobs from other types works.Nicholas Clark2005-12-201-1/+29
* Need to do some sort of die/warn to get the "global destruction"Nicholas Clark2005-06-241-1/+3
* Fix t\op\gv.t on Win32Steve Hay2005-06-241-2/+3
* Remove the reference loop between symbol tables and typeglobs.Nicholas Clark2005-06-231-1/+14
* Drag t/op/gv.t kicking and screaming into the century of the fruitbatNicholas Clark2005-06-211-106/+110
* backout change 22606 (make gv_fullname() include a literal '^')Dave Mitchell2004-03-291-4/+1
* make gv_fullname() etc include a literal '^' for *^FOO style namesDave Mitchell2004-03-281-1/+4
* Re: [PATCH] GLOB to LVALUE assignment fixTassilo von Parseval2004-02-171-1/+28
* Fix #17375 (rcatline didn't work on a formerly-defined undef) byAbhijit Menon-Sen2002-09-171-1/+11
* Re: Prototype checking on assignment of coderef to typeglobRafael Garcia-Suarez2002-02-221-1/+16
* Move typeglob test from glob.t to gv.t.Jarkko Hietaniemi2001-12-171-2/+10
* grrr.Jarkko Hietaniemi2001-09-261-1/+1
* Retract #12232.Jarkko Hietaniemi2001-09-261-11/+11
* (Retracted by #12233.)Jarkko Hietaniemi2001-09-261-11/+11
* Re:chromatic2001-09-231-1/+10
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* Fix *foo{FORMAT}.Jarkko Hietaniemi2000-07-261-7/+11
* change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-281-2/+38
* lexical warnings update for docs and tests (from Paul Marquess)Gurusamy Sarathy2000-03-131-2/+9
* compiler fixes from Vishal Bhatia <vishalb@hotmail.com>Gurusamy Sarathy1999-05-061-1/+1
* avoid typeglob persistence in pp_readline()Gurusamy Sarathy1999-03-231-1/+11
* fix ops that are not filehandle constructors to not create GV if itGurusamy Sarathy1999-02-121-1/+26
* Added patch, regenerated perly.c and perly.c.diffStephen McCamant1998-06-101-1/+14
* [win32] merge change#897 from maintbranchGurusamy Sarathy1998-05-141-4/+4
* [win32] merge change#896 from maintbranchGurusamy Sarathy1998-05-141-1/+19
* Some Chip patches (some tweaked to match _5x source):Chip Salzenberg1998-02-061-1/+9
* perl 5.003_04: [patch introduction and re-organisation]perl-5.003_04Andy Dougherty1996-09-021-0/+0
* FAKE typeglobs seriously busted (with patch)Perl 5 Porters1996-08-281-0/+59