This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix t/comp/parser_run.t for EBCDIC
[perl5.git] / t / comp / parser.t
2017-07-13 Karl Williamsont/comp/parser.t: Skip test on 32-bit builds
2017-07-13 Karl WilliamsonRevert: Restrict code points to <= IV_MAX
2017-06-12 David Mitchellfix utf char > IV_MAX on 32-bit platforms
2017-02-19 David Mitchellbump test count in t/comp/parser.t
2017-02-19 Aaron Crane[perl #130815] fix ck_return null-pointer deref on...
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2016-12-10 David Mitchellyyparse(): extend parser stack before every shift.
2016-09-05 Father Chrysostomosparser.t: Suppress warning
2016-09-04 Father Chrysostomos[perl #129073] Assert failure: ${p{};sub p}()
2016-08-28 Father Chrysostomos[perl #125679] Don’t make lvref ops on error
2016-08-16 David Mitchellbuffer overflow in "string terminator" err msg
2016-07-29 Father ChrysostomosTired of looking up old bug numbers
2016-06-11 Father ChrysostomosMake lv keys distinguish scalar/list cx properly
2016-06-06 Lukas Maiuse yyerror instead of croaking immediately (RT #127993)
2016-05-21 Lukas Mairecognize and reject version control conflict markers...
2015-04-22 David MitchellRT #124207: assert failure in ck_stringify()
2015-03-01 Father Chrysostomos[perl #123848] Allow OPpTARGET_MY on qr
2015-02-06 Father Chrysostomos[perl #123753] Fix assertion failure with map+map
2015-01-25 Father Chrysostomos[perl #123652] eval {label:} crash
2015-01-09 Father Chrysostomosparser.t: Correct bug number
2015-01-08 Father Chrysostomosparser.t: Correct skip count
2015-01-08 Father Chrysostomos[perl #123452] Fix crash with s/${<>{})//
2014-12-20 Father ChrysostomosFix assertion failure with $x[CONST->[0]]
2014-12-20 Father ChrysostomosFix assertion failure with $x[($_)]
2014-12-13 Father ChrysostomosAllow OPf_SPECIAL on OP_GV
2014-12-09 Father ChrysostomosFix assertion failure with ($_[0])->{$_}
2014-10-23 Father Chrysostomos[perl #122695] Fix line number for else{foo}
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-08-13 Father Chrysostomos[perl #46947] Parse method-BLOCK arguments as a term
2013-10-18 HioCorrectly parse class name in 'for my class $foo
2013-09-20 Father ChrysostomosFix line nums when multiline ${expr} spans here-doc
2013-09-09 Father ChrysostomosFix buffer overflow with overlong identifiers
2013-09-08 Father ChrysostomosRespect #line directives in here-docs
2013-09-08 Father ChrysostomosFix line numbers in <<foo,<<bar
2013-09-01 Father ChrysostomosRefactor some parser.t line number tests
2013-09-01 Father ChrysostomosFix two line numbers bugs involving quote-like ops
2013-08-23 Father ChrysostomosFix typo in bf1b738b; another line num bug
2013-08-23 Father Chrysostomos[perl #118931] Fix line number bug
2013-08-05 Father ChrysostomosPrevent __FILE__ corruption when ${"_<..."} is modified
2013-08-04 Father ChrysostomosTest that __PACKAGE__ is read-only
2013-07-01 Craig A. BerryMake t/comp/parser.t get the correct libraries.
2013-06-11 Nicholas ClarkTest that C<format ::Foo> is identical to C<format...
2013-06-11 Brian FraserTest that C<format 'Foo> is identical to C<format Foo>
2012-09-19 Father Chrysostomos[perl #114942] Correct scoping for ‘for my $x(){} $x’
2012-09-16 Father ChrysostomosMake &foo respect our sub
2012-09-15 Father ChrysostomosPrevent assertion failure with ‘no a a 3’
2012-08-28 Father ChrysostomosFix line numbers inside here-docs
2012-08-28 Father Chrysostomos[perl #114070] Fix lines nums after <<foo
2012-08-24 Father Chrysostomosparser.t: Move a test above ‘Add new tests here’
2012-08-21 Father Chrysostomos[perl #114040] Parse here-docs correctly in quoted...
2012-08-18 Father Chrysostomosparser.t: Correct test count
2012-08-17 Father Chrysostomos[perl #114040] Allow pod in quoted constructs
2012-08-15 Father ChrysostomosTest initial tick in sub declaration
2012-08-06 Father Chrysostomos[perl #114040] Parse formats in interpolating constructs
2012-08-05 Father Chrysostomosparser.t: Move tests above ‘Add tests here’
2012-07-07 Father Chrysostomos[perl #113016] Parse CORE::foo::bar as a bareword
2012-06-20 Father Chrysostomos[perl #113712] Don’t create stubs after errors
2012-06-20 Karl Williamsoncomp/parser.t: Add some tests
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2010-11-14 Father Chrysostomos[perl #74022] Parser hangs on some Unicode characters
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
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.