This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dial back warnings on UNIVERSAL->import
[perl5.git] / t / op / gv.t
2009-10-24 Nicholas ClarkMake defined %hash on a non-lexical (also) generate...
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2007-12-29 Vincent PitTypo in op.c
2007-12-27 Nicholas ClarkYou can't coerce a typeglob to a string. (Restore the...
2007-09-22 Nicholas ClarkFix bug 45607 - for the corner case *{"BONK"} = \&...
2007-03-03 Nicholas ClarkAs the test is about the parser, not actually running...
2007-03-02 Nicholas ClarkAvoid an assertion failure when overloading readpipe.
2007-03-02 Nicholas ClarkMore assertion failures, found by auditing the code.
2007-03-02 Nicholas ClarkDon't crash if the symbol table entry for ISA isn't...
2006-02-22 Nicholas ClarkTest warnings for converting globs to other forms.
2006-02-06 Nicholas ClarkFix bug #38439 - reference to typeglob assignment needs...
2006-01-30 Nicholas ClarkCode assumes that *FOO{SCALAR} will always return a...
2005-12-23 Nicholas ClarkNow that proxy subroutines can be unproxied in 2 places...
2005-12-22 Nicholas ClarkRegression tests for proxy subroutine glob assignment.
2005-12-20 Nicholas ClarkCroak if gv_init doesn't know how to create a typeglob...
2005-12-20 Nicholas ClarkVerify that the code for initialising typeglobs from...
2005-06-24 Nicholas ClarkNeed to do some sort of die/warn to get the "global...
2005-06-24 Steve HayFix t\op\gv.t on Win32
2005-06-23 Nicholas ClarkRemove the reference loop between symbol tables and...
2005-06-21 Nicholas ClarkDrag t/op/gv.t kicking and screaming into the century...
2004-03-29 Dave Mitchellbackout change 22606 (make gv_fullname() include a...
2004-03-28 Dave Mitchellmake gv_fullname() etc include a literal '^' for *...
2004-02-17 Tassilo von ParsevalRe: [PATCH] GLOB to LVALUE assignment fix
2002-09-17 Abhijit Menon-SenFix #17375 (rcatline didn't work on a formerly-defined...
2002-02-22 Rafael Garcia-SuarezRe: Prototype checking on assignment of coderef to...
2001-12-17 Jarkko HietaniemiMove typeglob test from glob.t to gv.t.
2001-09-26 Jarkko Hietaniemigrrr.
2001-09-26 Jarkko HietaniemiRetract #12232.
2001-09-26 Jarkko Hietaniemi(Retracted by #12233.)
2001-09-23 chromaticRe:
2000-10-20 Charles BaileySYN SYN
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-26 Jarkko HietaniemiFix *foo{FORMAT}.
2000-05-28 Gurusamy Sarathychange#2879 broke rvalue autovivification of magicals...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-13 Gurusamy Sarathylexical warnings update for docs and tests (from Paul...
1999-05-06 Gurusamy Sarathycompiler fixes from Vishal Bhatia <vishalb@hotmail...
1999-03-23 Gurusamy Sarathyavoid typeglob persistence in pp_readline()
1999-02-12 Gurusamy Sarathyfix ops that are not filehandle constructors to not...
1998-06-10 Stephen McCamantAdded patch, regenerated perly.c and perly.c.diff
1998-05-14 Gurusamy Sarathy[win32] merge change#897 from maintbranch
1998-05-14 Gurusamy Sarathy[win32] merge change#896 from maintbranch
1998-02-06 Chip SalzenbergSome Chip patches (some tweaked to match _5x source):
1996-09-02 Andy Doughertyperl 5.003_04: [patch introduction and re-organisation] perl-5.003_04
1996-08-28 Perl 5 PortersFAKE typeglobs seriously busted (with patch)