This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Setup @INC at compile time because commit ec34a119 needs to load utf8.pm
[perl5.git] / t / comp / parser.t
2010-01-05 Zefram[perl #71748] Bleadperl f0e67a1 breaks CPAN: Template...
2010-01-04 Nicholas ClarkFollowing fd909433c7437296, check that {sub f} correctl...
2010-01-03 Vincent PitAllow "{sub f}" to compile
2009-12-01 Tony Cook-Dmad: double free or corruption
2009-11-01 Nicholas ClarkTweak the filename regexp in parser.t so that ./TEST...
2009-10-16 Nicholas ClarkMove tests for $[ from comp/parser.t to op/array_base.t
2009-10-09 Nicholas ClarkDon't use require in comp/parser.t, as require isn...
2009-01-06 Rafael Garcia-SuarezRequire a space or a newline after a "#line XXX" directive
2007-06-07 Father ChrysostomosRe: [perl #43082] "$_[0]->method" interpolation
2007-02-12 Rafael Garcia-SuarezUn-TODO tests avec change #30228
2007-01-27 Nicholas ClarkA test to exercise the smallbuf overflow code in S_incl...
2006-12-29 Dave Mitchellfurther fix for #29543: fix parser leaks caused by...
2006-12-11 Dave Mitchellfix 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 OrtonRe: Off by one in the trie code?
2006-07-12 Jarkko Hietaniemiz/OS: t/ - mostly EBCDIC fixes
2006-06-20 Ben Carter[perl #39365] Bug in toke.c (eval in subst)
2006-04-20 Rafael Garcia-SuarezNew test for the "Assignment to both a list and a scala...
2006-03-16 Rafael Garcia-SuarezAdd a couple of regression tests for the untested
2005-11-10 Rafael Garcia-SuarezAdd tests for two untested syntax error messages about \N
2005-06-20 Rick DelaneyRe: [PATCH replacement] Re: [perl #36313] perl -e ...
2004-06-24 Marcus Holland-MoritzFix for: [perl #2738] perl segfautls on input
2004-02-24 Rafael Garcia-SuarezEnhance test cleanliness by a very small factor.
2004-02-24 Rafael Garcia-SuarezFix a segfault during optree construction. (bug #27024)
2004-02-15 Dave Mitchell [perl #25824] Segmentation fault with
2003-12-30 Rafael Garcia-SuarezAdd a regression test for bug #24762
2003-12-20 Dorner ThomasPerl 5.8.3 patches from the BS2000 port
2003-10-15 Rafael Garcia-SuarezFix bug [perl #24212] : improper error recovery in the
2003-05-09 Rafael Garcia-SuarezA regression test for the remaining "Final $ should...
2003-04-29 Adrian M. Enachebuglet: sub a(;&) { } doesn't work
2003-04-19 Dave MitchellRe: [PATCH] [perl #21875] Hash ref transformed as a...
2003-03-14 Adrian M. EnacheRe: [fix] [perl #21575] Bug with print( followed by...
2003-02-19 Adrian M. EnacheRe: [perl #20716] scope error with brackets
2003-02-10 Adrian M. EnacheRe: [perl #20716] [FIX] scope error with brackets
2002-12-06 Rafael Garcia-SuarezFix two cases of buffer overflow in the lexer.
2002-12-02 Rafael Garcia-SuarezFix bug #18573 : in a double-quoted string, a \c not...
2002-11-22 Rafael Garcia-SuarezMove some tests from t/run/fresh_perl.t
2002-11-21 Rafael Garcia-SuarezAdd a test for bug #17920, and a new test file for it.