Remove duplicate entries from MANIFEST
[p5sagit/p5-mst-13.2.git] / t / op / gv.t
2010-01-18 Father Chrysostomos Fix for #71254: SEGV in Data::Dumper
2010-01-12 David Mitchell fix for [perl #65582] anon globs segfaulting
2009-10-24 Nicholas Clark Make defined %hash on a non-lexical (also) generate...
2009-06-06 Rafael Garcia-Suarez Mark all .t and .pm files as non executable
2007-12-29 Vincent Pit Typo in op.c
2007-12-27 Nicholas Clark You can't coerce a typeglob to a string. (Restore the...
2007-09-22 Nicholas Clark Fix bug 45607 - for the corner case *{"BONK"} = \...
2007-03-03 Nicholas Clark As the test is about the parser, not actually running...
2007-03-02 Nicholas Clark Avoid an assertion failure when overloading readpipe.
2007-03-02 Nicholas Clark More assertion failures, found by auditing the code.
2007-03-02 Nicholas Clark Don't crash if the symbol table entry for ISA isn't...
2006-02-22 Nicholas Clark Test warnings for converting globs to other forms.
2006-02-06 Nicholas Clark Fix bug #38439 - reference to typeglob assignment needs...
2006-01-30 Nicholas Clark Code assumes that *FOO{SCALAR} will always return a...
2005-12-23 Nicholas Clark Now that proxy subroutines can be unproxied in 2 places...
2005-12-22 Nicholas Clark Regression tests for proxy subroutine glob assignment.
2005-12-20 Nicholas Clark Croak if gv_init doesn't know how to create a typeglob...
2005-12-20 Nicholas Clark Verify that the code for initialising typeglobs from...
2005-06-24 Nicholas Clark Need to do some sort of die/warn to get the "global...
2005-06-24 Steve Hay Fix t\op\gv.t on Win32
2005-06-23 Nicholas Clark Remove the reference loop between symbol tables and...
2005-06-21 Nicholas Clark Drag t/op/gv.t kicking and screaming into the century...
2004-03-29 Dave Mitchell backout change 22606 (make gv_fullname() include a...
2004-03-28 Dave Mitchell make gv_fullname() etc include a literal '^' for *...
2004-02-17 Tassilo von Parseval Re: [PATCH] GLOB to LVALUE assignment fix
2002-09-17 Abhijit Menon-Sen Fix #17375 (rcatline didn't work on a formerly-defined...
2002-02-22 Rafael Garcia-Suarez Re: Prototype checking on assignment of coderef to...
2001-12-17 Jarkko Hietaniemi Move typeglob test from glob.t to gv.t.
2001-09-26 Jarkko Hietaniemi grrr.
2001-09-26 Jarkko Hietaniemi Retract #12232.
2001-09-26 Jarkko Hietaniemi (Retracted by #12233.)
2001-09-23 chromatic Re:
2000-10-20 Charles Bailey SYN SYN
2000-08-29 Mike Guy Use minimal @INC in tests, most of the time just '...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-26 Jarkko Hietaniemi Fix *foo{FORMAT}.
2000-05-28 Gurusamy Sarathy change#2879 broke rvalue autovivification of magicals...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-13 Gurusamy Sarathy lexical warnings update for docs and tests (from Paul...
1999-05-06 Gurusamy Sarathy compiler fixes from Vishal Bhatia <vishalb@hotmail...
1999-03-23 Gurusamy Sarathy avoid typeglob persistence in pp_readline()
1999-02-12 Gurusamy Sarathy fix ops that are not filehandle constructors to not...
1998-06-10 Stephen McCamant Added 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 Salzenberg Some Chip patches (some tweaked to match _5x source):
1996-09-02 Andy Dougherty perl 5.003_04: [patch introduction and re-organisation]
1996-08-28 Perl 5 Porters FAKE typeglobs seriously busted (with patch)