This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Name anon handles __ANONIO__
[perl5.git] / t / lib /
2011-12-16 Father ChrysostomosName anon handles __ANONIO__
2011-12-16 Father ChrysostomosDisable $[ under 5.16
2011-12-10 Tony Cooktest for various fatal messages from op.c
2011-12-10 Tony Cookrefactor croak.t to be data driven (like warnings.t)
2011-12-09 David GoldenFix segfault on overloaded arithmetic assignment
2011-12-08 Father ChrysostomosDon’t warn for open local *FH
2011-12-08 Father ChrysostomosFix use VERSION test failures under PERL_UNICODE
2011-12-07 Father ChrysostomosImplement new ‘use 5.xxx' plan
2011-12-07 Father ChrysostomosAdd :default feature bundle
2011-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-26 Father ChrysostomosDon’t coerce $x immediately in foo(substr $x...)
2011-11-25 Father ChrysostomosDon’t warn for foo+1 with ($) proto
2011-11-24 Father ChrysostomosTest ambiguous warning with (;$) proto
2011-11-24 Father ChrysostomosMake sselect call fetch once
2011-11-24 Father Chrysostomos__SUB__ should warn in void context
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-22 Father Chrysostomos[perl #103766] Wrong $" warning in perl 5.14
2011-11-22 Father ChrysostomosMove a test from t/lib/warnings/sv to .../9uninit
2011-11-22 Father ChrysostomosTest for lack of uninit warnings in sub redef
2011-11-21 Father ChrysostomosMake constant sub redef warnings obey scope
2011-11-21 Father ChrysostomosMake sort {} and sort {()} equivalent
2011-11-20 Father ChrysostomosMake sort’s warnings dependent on the right hints
2011-11-19 Father ChrysostomosMention variable names in @a =~ // warnings
2011-11-19 Father ChrysostomosMention implicit $_ in y///r uninit warning
2011-11-19 Father ChrysostomosMention the variable name in the new length warnings
2011-11-19 Father ChrysostomosTest length() warning with pad vars
2011-11-19 Matthew Horsfall... Throw a helpful warning when someone tries length(...
2011-11-18 Paul GreenUpdate several test cases to not generate failures...
2011-11-17 Father ChrysostomosRe-deprecate $[
2011-11-17 Michael G. SchwernAdd class_ok() and object_ok() to t/test.pl.
2011-11-11 Karl Williamsonutf8.c: Don't warn on \p{user-defined} for above-Unicode
2011-11-06 Father Chrysostomos[perl #96326] *{$io} should not be semi-defined
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
2011-10-13 Father ChrysostomosMention all variables in $undef..$undef warnings
2011-10-13 Father Chrysostomos[perl #94390] Optimised numeric sort should warn for nan
2011-10-13 Father ChrysostomosMention sort in warnings about sort sub retvals
2011-10-12 Father ChrysostomosAvoid an redundant copy in pp_flop
2011-10-06 Father ChrysostomosRewrite -l warning test to account for 433644eed
2011-10-06 Brian Fraserop.c: Scalar filehandles in errors UTF8 cleanup.
2011-10-06 Brian Frasertoke.c, op.c, sv.c: Prototype parsing and checking...
2011-10-06 Brian Fraserutil.c UTF8 cleanup
2011-10-06 Brian FraserMore warnings tests.
2011-10-06 Brian Fraser"Use of uninitialized value..." UTF8 cleanup
2011-10-06 Brian Fraserpp_sys.c: Make warnings utf8-clean
2011-10-06 Brian Fraserpp_hot.c: Make warnings utf8-clean
2011-10-06 Brian Fraserpp.c: Make warnings utf8-clean
2011-10-06 Brian FraserMake op.c warnings UTF8-clean
2011-10-06 Brian Fraserdoio.c: Make warnings UTF8- and nul-clean
2011-10-01 Karl WilliamsonRevise diagnostic text
2011-09-23 Nicholas ClarkMove the test for recursive call to Perl_load_module...
2011-09-23 Nicholas ClarkCorrect the expected results for the first perlio warni...
2011-09-23 Father ChrysostomosMove/rewrite test for Recursive call to Perl_load_module
2011-09-18 Father ChrysostomosMake -l always treat non-bareword arguments as file...
2011-09-13 Father ChrysostomosMake (l)stat respect get-magic on globs and globrefs
2011-09-09 Zeframremove index offsetting ($[)
2011-08-26 Father ChrysostomosMake *{undef} self-consistent
2011-08-23 Father ChrysostomosCall get-magic once for implicit rv2gv in close(),...
2011-08-11 Gerard GoossenMove bareword checking from the peephole optimizer...
2011-08-08 Gerard GoossenOnly warn about "Statement unlikely to be reached"...
2011-07-31 Gerard Goosseninifinite loop breaking some strict checking, TODO...
2011-07-14 David Mitchellmake peep optimiser recurse mostly only shallowly
2011-07-13 Brian FraserCleaned up warning messages in pad.c, plus related...
2011-07-12 Father ChrysostomosMake Internals::SvREADONLY smarter
2011-07-12 Father ChrysostomosMake it possible to have read-only glob copies
2011-07-04 Eric BrineStop having one of the following qw() warnings hide...
2011-06-21 Eric Brine[perl #78462] Don't warn for splice(@a,MAX_LEN)
2011-06-16 Karl Williamsoncharnames: Add :loose matching
2011-06-14 Father ChrysostomosAllow ‘continue;’ without feature.pm
2011-06-02 Father Chrysostomos[perl #4362] Test for ‘Can't find terminator’
2011-04-10 Karl WilliamsonPATCH: partial [perl #86972]: Allow /aia
2011-04-08 Father ChrysostomosRevert parts of c31c291..96b6b87
2011-04-08 Father ChrysostomosRevert "[perl #87708] $tied / $tied under use integer"
2011-04-07 Father Chrysostomos[perl #87708] $tied == $tied
2011-04-07 Father ChrysostomosCorrect stupidities in 4c3ac4b
2011-04-07 Father Chrysostomos[perl #87708] $tied + $tied
2011-04-06 Father Chrysostomos[perl #87708] $tied / $tied under use integer
2011-04-06 Father Chrysostomos[perl #87708] $tied % $tied and $tied * $tied under...
2011-04-06 Father Chrysostomos[perl #87708] $tied + $tied and $tied - $tied under...
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied < $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied > $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied <= $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied >= $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied == $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied != $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied <=> $tied
2011-04-06 Nicholas Clarkc31c2913 swaps the order of uninitialised warnings...
2011-03-16 Nicholas ClarkSwitch t/lib/no_load.t to done_testing() from using...
2011-03-12 Nicholas ClarkRename test.pl's skip_all_without_extension to *_dynami...
2011-03-07 Nicholas ClarkRefactor 4 tests to use skip_all(), instead of longhand...
2011-03-07 Nicholas ClarkRefactor t/lib/proxy_constant_subs.t to use skip_all_wi...
2011-03-01 Karl Williamsontoke.c: Raise error for multiple regexp mods
2011-02-25 Nicholas ClarkMigrate t/op/{fork,runlevel,tie}.t to use run_multiple_...
2011-02-25 Nicholas ClarkMigrate the test running logic from t/lib/common.pl...
2011-02-25 Nicholas ClarkConvert t/lib/common.pl to lexical filehandles and...
2011-02-25 Nicholas ClarkIn t/lib/common.pl, load File::Path on demand.
2011-02-24 Nicholas ClarkIn t/lib/common.pl, inline print_err_line into its...
2011-02-24 Nicholas ClarkIn t/lib/common.pl, inline RandomMatch() into its only...
2011-02-19 Karl WilliamsonRevert "regcomp: Add warning if tries to use \p in...
2011-02-18 Karl WilliamsonSubclass utf8 warnings so can turn off individually
2011-02-13 Karl Williamsonregex: Deprecate \b{ and \B{
next