This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Make all warnings and error messages UTF-8 clean
[perl5.git] / t / comp /
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
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-08-05 Father ChrysostomosRecursive formats and closures in formats.
2012-08-05 Father Chrysostomos[perl #78550] Fix bad assertion in toke.c:start_subparse
2012-08-04 Father Chrysostomos[perl #114222] Make ‘use’ parse arguments in term context
2012-07-26 Father ChrysostomosDon’t let ?: folding affect truncate
2012-07-26 Father ChrysostomosDon’t let ?: folding affect stat
2012-07-14 Father Chrysostomos[perl #113470] Constant folding for pack
2012-07-07 Father Chrysostomos[perl #113016] Parse CORE::foo::bar as a bareword
2012-07-05 Father Chrysostomos[perl #78064] print(const || bare) and const folding
2012-06-30 Father ChrysostomosCloning a format whose outside has been undefined
2012-06-30 Father ChrysostomosDon’t crash with formats in special blocks
2012-06-29 Father ChrysostomosMake formats close over the right closure
2012-06-29 Father ChrysostomosFormats in closures called outside closures → crash
2012-06-28 Father ChrysostomosDon’t let formats outlive their outer subs
2012-06-20 Father Chrysostomos[perl #113712] Don’t create stubs after errors
2012-06-20 Karl Williamsoncomp/parser.t: Add some tests
2012-06-15 Father ChrysostomosLet hints.t run at the top level
2012-06-07 Father ChrysostomosMake prototype call FETCH before checking CORE:: prefix
2012-05-29 Father Chrysostomos[perl #97478] Make ‘Can’t find opnumber’ UTF-8- and...
2012-05-29 Father Chrysostomosbproto.t: Test pos(1,$b)
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2012-05-22 Father ChrysostomosTest that ‘require v5’ ignores sub named v5
2012-04-16 Father Chrysostomos[perl #112444] Don’t leak %^H autovivified by destructor
2012-04-11 David Mitchellstop %^H pointing to being-freed hash; #112326
2012-01-27 Rafael Garcia-SuarezAllow prototypes (_@) and (_%)
2012-01-27 Rafael Garcia-SuarezShow test names in output
2012-01-27 Father ChrysostomosAllow ${^WARNING_BITS} to turn off lexical warnings
2011-12-23 Father ChrysostomosDon’t double-free hint hash if copying dies
2011-12-21 Father ChrysostomosCopy hints from tied hh to inner compile scopes
2011-12-20 Father Chrysostomos[perl #106282] Don’t crash cloning tied %^H
2011-12-07 Father Chrysostomosmore tests for partial strictures and ver decls
2011-12-07 Father ChrysostomosImplement new ‘use 5.xxx' plan
2011-12-06 Father Chrysostomos[perl #80630] Make eval"" return empty list for syntax...
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-17 Father Chrysostomos[perl #70151] eval localises %^H at runtime
2011-11-06 Father ChrysostomosMake multiple #line’s update dblines in evals
2011-09-23 Father ChrysostomosTest perl #96008: use and require affected by open.pm
2011-08-22 Tony Cookskip a test that requires Cwd under miniperl
2011-08-21 Father ChrysostomosTest unpack with no args
2011-08-15 Father ChrysostomosDocument and test $; prototype syntax
2011-08-12 Father ChrysostomosTest __FILE__() syntax
2011-06-24 Father ChrysostomosAllow the \$ proto to accept any scalar lvalue [perl...
2011-06-24 Father Chrysostomosproto.t: Test \$ with subcall()->[elem]
2011-06-24 Father ChrysostomosRemove two tests from proto.t
2011-05-11 Father ChrysostomosMake ‘require func()’ work with .pm abs path v5.14.0-RC3
2011-02-27 Father Chrysostomos[perl #79442] A #line "F" in a string eval doesn't...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-11-26 Father ChrysostomosStop eval "BEGIN{die}" from leaking
2010-11-25 Nicholas ClarkMake BEGIN {require 5.12.0} behave as documented.
2010-11-18 Nicholas ClarkTest that lack of prototype on a sub's definition overr...
2010-11-14 Father Chrysostomos[perl #74022] Parser hangs on some Unicode characters
2010-10-24 Zeframpermit labels to appear before declarations
2010-10-21 David GoldenAdd single-term prototype
2010-09-21 Father Chrysostomos[perl #20444] regex not evaluated in constant ?:
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-08-11 Father Chrysostomos[perl #75904] \$ prototype does not make a unary function
2010-07-24 David GoldenGlobal executable bit cleanup
2010-05-20 Zeframadditional tests for package block syntax
2010-05-20 Zeframfix SEGV with eval("package Foo {")
2010-05-20 Zeframsupport "package Foo { ... }"
next