This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
move sub attributes before the signature
[perl5.git] / t / comp /
2017-12-28 Karl WilliamsonFix t/comp/parser_run.t for EBCDIC
2017-11-14 Zeframfix naming of some test temp files
2017-11-13 Zeframlocalise $@ around source filters
2017-11-12 Lukas Maiprevent invalid memory access in S_check_uni (RT #132433)
2017-09-15 Nicolas Rtests - remove useless setting in BEGIN
2017-09-15 Nicolas Rtests - Use set_up_inc helper to set @INC
2017-08-30 Tony Cook(perl #131949) adjust s in case peekspace() moves the...
2017-08-28 Tony Cook(perl #131836) avoid a use-after-free after parsing...
2017-08-17 Tony Cook(perl #131793) sanely handle PL_linestart > PL_bufptr
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-26 Hugo van der Sandenfix VMS test fail
2017-02-21 Hugo van der Sanden[perl #130814] Add testcase, and new testfile t/comp...
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-27 Zeframfix range op under aborted constant folding
2017-01-22 Zeframhandle errors in gen_constant_list
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2016-12-10 David Mitchellyyparse(): extend parser stack before every shift.
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
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...
2016-05-10 David Mitchellmake 'require ::Foo::Bar' die
2016-05-10 Nicholas ClarkTreat require ::foo::bar; the same as foo::bar;
2015-09-29 Father ChrysostomosDisable lexical $_
2015-05-08 David Mitchellallow undef as an arg to '&' prototype
2015-04-22 David MitchellRT #124207: assert failure in ck_stringify()
2015-03-27 Father Chrysostomos[perl #124153] Fix require(v5.6)
2015-03-05 Karl Williamsont/comp/require.t: No longer needed to skip on EBCDIC
2015-03-01 Father Chrysostomos[perl #123848] Allow OPpTARGET_MY on qr
2015-02-12 Hugo van der Sandenfix assertions for UTF8_TWO_BYTE_HI/LO
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-29 Father Chrysostomos[perl #123514] Make prototype() imply $_
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-12-07 Father Chrysostomosform_scope.t: Diagnostics for test 13
2014-11-27 Daniel Draganallow PERL_DISABLE_PMC to be defined from anywhere
2014-11-25 Father Chrysostomos[perl #77860] \& proto should disallow sub calls
2014-11-25 Father Chrysostomos[perl #47363] \@ proto and parenthesised arrays
2014-11-25 Father ChrysostomosAllow \(&sub) for & proto
2014-11-24 Father Chrysostomos[perl #123062] & proto: only sub{} and \&sub
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-09-09 Father ChrysostomosSkip warnable const folding outside warnings scope
2014-09-09 Father ChrysostomosStop barewords from trumping subs with (*) proto
2014-09-03 Father ChrysostomosGet t/comp/hints.t working under miniperl
2014-08-24 Father ChrysostomosPartial minitest fix-up
2014-08-13 Father Chrysostomos[perl #46947] Parse method-BLOCK arguments as a term
2013-10-29 David Mitchell'$! = EACCESS; require ...' could fail
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-17 Father Chrysostomos[perl #119501] \(1+2) always referencing the same sv
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 debugger lines with keyword <newline> =>
2013-09-01 Father Chrysostomosline_debug.t: Add diagnostics
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-06 Peter Martini[perl #2726] Prototype is not applied until BLOCK is...
2013-08-05 Father ChrysostomosMake eval "#line" account for ${"_<foo"} changes
2013-08-05 Father ChrysostomosPrevent __FILE__ corruption when ${"_<..."} is modified
2013-08-04 Father ChrysostomosTest that __PACKAGE__ is read-only
2013-07-28 Father Chrysostomos[perl #119055] Make qq with no vars read-only
2013-07-26 Father ChrysostomosStop folding of ops from changing mutability
2013-07-26 Father Chrysostomosref.t: To-do test for retvals of folded ops
2013-07-13 Peter Martini[perl #118567] Add a warning for prototypes if a missing
2013-07-11 Peter MartiniSplit the handling for "Illegal character" and "Illegal...
2013-07-05 Peter MartiniIntroduce validate_proto / stop stripping spaces
2013-07-01 Craig A. BerryMake t/comp/parser.t get the correct libraries.
2013-06-27 Peter Martinicv_ckproto should disregard spaces
2013-06-22 Peter MartiniTreat a consecutive semicolons in a prototype as 1
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>
2013-06-08 Father Chrysostomos[perl #24482] Fix sort and require to treat CORE::...
2013-06-05 David Mitchellrequire.t: handle parallel runs
2013-03-23 David Mitchelladd descriptions to require.t test output
2012-12-04 Father ChrysostomosDeprecate lexical $_
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 ChrysostomosFix format closure bug with redefined outer sub
next