This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Generate the deprecation warnings for all uses $* or $#.
[perl5.git] / t / comp /
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 { ... }"
2010-05-05 Jesse VincentRevert "tweak "0x123.456" deprecation"
2010-05-03 Zeframtweak "0x123.456" deprecation
2010-03-03 Jan DuboisRevert "Forbid labels with keyword names"
2010-03-03 Jan DuboisSetup @INC at compile time because commit ec34a119...
2010-03-02 David Mitchell[perl #73174] swash_init() wasn't saving %^H
2010-02-11 Robin BarkerRemove npl addresses from "my" files
2010-01-18 Nicholas ClarkMove packagev.t from t/comp to t/op, as it fouls the...
2010-01-14 David GoldenOmnibus strict and lax version parsing
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-15 Zefram[perl #22977] Bug in format/write
2009-12-09 ZeframFix for [perl #70910] wrong line number in syntax error...
2009-12-01 Tony Cook-Dmad: double free or corruption
2009-11-30 Eric BrineFix -DPERL_NO_UTF16_FILTER
2009-11-28 Vincent PitAllow a closing brace after an "use VERSION"
2009-11-25 Zeframperl-5.11.2 breaks NYTProf savesrc option (Lexer API...
2009-11-25 Jesse VincentMoved the original test file from the previous patch...
2009-11-25 Gerard Goossenadd interpolation test for [perl #70091]
2009-11-21 Gerard GoossenForce OP_REQUIRE to scalar context at the end of ck_req...
2009-11-21 Gerard GoossenAdd a TODO test for "require" always being in scalar...
2009-11-01 Nicholas ClarkS_utf16_textfilter() was not returning EOF correctly...
2009-11-01 Nicholas ClarkTweak the filename regexp in parser.t so that ./TEST...
2009-10-22 Nicholas ClarkS_utf16_textfilter() needs to avoid splitting UTF-16...
2009-10-22 Nicholas ClarkTest requiring files with non-BMP characters (encoded...
2009-10-22 Nicholas ClarkTests for UTF-16 characters > 256, including those...
2009-10-22 Nicholas ClarkRe-write S_utf16_textfilter() to correctly handle parti...
next