fix for [perl #65582] anon globs segfaulting
[p5sagit/p5-mst-13.2.git] / t / comp / parser.t
2010-01-05 Zefram [perl #71748] Bleadperl f0e67a1 breaks CPAN: Template...
2010-01-04 Nicholas Clark Following fd909433c7437296, check that {sub f} correctl...
2010-01-03 Vincent Pit Allow "{sub f}" to compile
2009-12-01 Tony Cook -Dmad: double free or corruption
2009-11-01 Nicholas Clark Tweak the filename regexp in parser.t so that ./TEST...
2009-10-16 Nicholas Clark Move tests for $[ from comp/parser.t to op/array_base.t
2009-10-09 Nicholas Clark Don't use require in comp/parser.t, as require isn...
2009-01-06 Rafael Garcia-Suarez Require a space or a newline after a "#line XXX" directive
2007-06-07 Father Chrysostomos Re: [perl #43082] "$_[0]->method" interpolation
2007-02-12 Rafael Garcia-Suarez Un-TODO tests avec change #30228
2007-01-27 Nicholas Clark A test to exercise the smallbuf overflow code in S_incl...
2006-12-29 Dave Mitchell further fix for #29543: fix parser leaks caused by...
2006-12-11 Dave Mitchell fix eval qw(BEGIN{die}) style leaks (second attempt).
2006-12-10 Dave Mitchell #28315 could crash when freeing ops with different...
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-07-12 Jarkko Hietaniemi z/OS: t/ - mostly EBCDIC fixes
2006-06-20 Ben Carter [perl #39365] Bug in toke.c (eval in subst)
2006-04-20 Rafael Garcia-Suarez New test for the "Assignment to both a list and a scala...
2006-03-16 Rafael Garcia-Suarez Add a couple of regression tests for the untested
2005-11-10 Rafael Garcia-Suarez Add tests for two untested syntax error messages about \N
2005-06-20 Rick Delaney Re: [PATCH replacement] Re: [perl #36313] perl -e ...
2004-06-24 Marcus Holland-Moritz Fix for: [perl #2738] perl segfautls on input
2004-02-24 Rafael Garcia-Suarez Enhance test cleanliness by a very small factor.
2004-02-24 Rafael Garcia-Suarez Fix a segfault during optree construction. (bug #27024)
2004-02-15 Dave Mitchell [perl #25824] Segmentation fault with
2003-12-30 Rafael Garcia-Suarez Add a regression test for bug #24762
2003-12-20 Dorner Thomas Perl 5.8.3 patches from the BS2000 port
2003-10-15 Rafael Garcia-Suarez Fix bug [perl #24212] : improper error recovery in the
2003-05-09 Rafael Garcia-Suarez A regression test for the remaining "Final $ should...
2003-04-29 Adrian M. Enache buglet: sub a(;&) { } doesn't work
2003-04-19 Dave Mitchell Re: [PATCH] [perl #21875] Hash ref transformed as a...
2003-03-14 Adrian M. Enache Re: [fix] [perl #21575] Bug with print( followed by...
2003-02-19 Adrian M. Enache Re: [perl #20716] scope error with brackets
2003-02-10 Adrian M. Enache Re: [perl #20716] [FIX] scope error with brackets
2002-12-06 Rafael Garcia-Suarez Fix two cases of buffer overflow in the lexer.
2002-12-02 Rafael Garcia-Suarez Fix bug #18573 : in a double-quoted string, a \c not...
2002-11-22 Rafael Garcia-Suarez Move some tests from t/run/fresh_perl.t
2002-11-21 Rafael Garcia-Suarez Add a test for bug #17920, and a new test file for it.