This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix NAME of perl5125delta.pod
[perl5.git] / t / lib /
2012-10-28 Father Chrysostomossv.c: !SvLEN does not mean undefined
2012-10-26 Yves Ortonfix hash key ordering dependency in t/warnings.t
2012-10-25 Karl Williamsontoke.c: Avoid unnecessary uninitialized value msgs
2012-10-24 Karl Williamsoncharnames.t: Add names for some tests
2012-10-24 Karl WilliamsonMake \N{unknown char} a syntax error
2012-10-20 Yves Ortonfix off-by-one error in key detection logic for uniniti...
2012-10-20 Yves Ortonadd a TODO test for uninitialized warning hash bucket...
2012-10-12 Father ChrysostomosDisable const repl optimisation for empty pattern
2012-10-12 Father ChrysostomosUse const repl optimisation with s///e where possible
2012-10-10 Father Chrysostomos[perl #114658] Fix line numbers at the end of string...
2012-10-01 Father ChrysostomosMake 4-arg substr check SvUTF8(target) after stringfying
2012-09-26 Nicholas ClarkTest the resolution behaviour for file handles and...
2012-09-24 Father Chrysostomos[perl #77240] Don’t warn for --subname
2012-09-24 Jesse Luehrsdon't crash with -d if DB::DB is seen but not defined...
2012-09-20 Father Chrysostomos[perl #107002] No warnings test for require a::b+1
2012-09-16 Colin KuskieRefactor t/lib/1_compile.t to use test.pl instead of...
2012-09-16 Father ChrysostomosDisable lexsubs outside of feature.pm
2012-09-16 Father ChrysostomosDon’t mention pkg in proto warnings for lex subs
2012-09-16 Father ChrysostomosFirst stab at my sub
2012-09-16 Father ChrysostomosDon’t allow name after our/state sub
2012-09-15 Father ChrysostomosStop lexical warnings from turning off deprecations
2012-09-15 Father ChrysostomosFix %vd with alpha version
2012-09-03 Nicholas ClarknewXS_len_flags() shouldn't change the line number...
2012-09-03 Nicholas ClarkTest that the warning for "can be 0, test with defined...
2012-09-03 Nicholas ClarkTest that the warning for "Found = in conditional"...
2012-09-03 Nicholas ClarkTest that the line number for a "sub redefined" warning...
2012-08-26 Father ChrysostomosCroak for \local %{\%foo}
2012-08-26 Father ChrysostomosRestore ‘Can’t localize through ref’ to lv subs
2012-08-21 Father Chrysostomos[perl #70836] Fix err msg for unterminated here-doc...
2012-08-04 Father Chrysostomossv.c:varname: Fix bad assertion added by c6fb3f6e
2012-08-02 Father Chrysostomos[perl #114104] Better error for unterminated heredoc...
2012-08-01 Nicholas ClarkTest that when directories in @INC are skipped, coderef...
2012-07-29 Father ChrysostomosFix scrambled and incorrect proto mismatch error
2012-07-27 Father Chrysostomos[perl #113684] Make redo/last/next/dump accept expr
2012-07-19 Karl WilliamsonOnly generate above-Uni warning for \p{}, \P{}
2012-07-14 Father Chrysostomos[perl #113576] Restore err msg for &{+undef}
2012-07-09 Colin KuskieRefactor t/lib/commonsense.t to use t/test.pl instead...
2012-07-08 Father ChrysostomosCorrect err msg when calling stub w/no autoload fb
2012-07-06 Father ChrysostomosTest ‘Missing name in "my sub"’
2012-07-04 Father ChrysostomosUse ‘state’ in warning about sort {state $a}
2012-07-04 Father Chrysostomos[perl #86136] Downgrade sort {my $a} to a warning
2012-07-03 Matthew Horsfall... For #16249 - Overwrite PL_last_lop_op when eval() is...
2012-06-21 Brian Frasertoke.c: Make new error UTF-8 safe
2012-06-20 Father Chrysostomos[perl #113712] Don’t create stubs after errors
2012-06-17 Karl Williamsonregcomp.c: Warn and don't emit a NUL for e.g. /\87/
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-06-13 David Mitchellmake re_evals be seen by the toker/parser
2012-06-11 Karl WilliamsonRequire space between regex and following alnum operator
2012-06-08 Father ChrysostomosConstant folding for x
2012-06-07 Father ChrysostomosMake strict refs report $1 the same way as "$1"
2012-06-07 Father Chrysostomosutil.c:report_evil_fh: Report name w/initial null
2012-06-07 Father Chrysostomosutil.c:report_wrongway_fh: Report name w/initial null
2012-05-30 Father ChrysostomosRemove ‘Runaway prototype’ warning
2012-05-26 Brian FraserFix for [perl #9423] vec assignments generate 2 warnings
2012-05-25 Zeframremove deprecated qw-as-parens behaviour
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2012-05-21 Dagfinn Ilmari Man... Don't warn about "ambiguous without parens" for ctrl...
2012-04-21 Father Chrysostomos[perl #112316] Make strict vars respect null-to-null...
2012-04-21 Father Chrysostomos[perl #111980] Don’t allow ‘my $♠’
2012-04-20 Father ChrysostomosMake strict vars respect ‘package ĵ; *ĵ::bar = [];’
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2012-04-17 Karl WilliamsonPATCH: [perl #111338] Warnings in utf8 subcategories...
2012-04-11 Father Chrysostomos[perl #112352] Make ‘use v5.15’ always enable unicode_eval
2012-03-25 Brian Frasertoke.c: "Illegal character in prototype" for Latin...
2012-03-25 Brian Frasertoke.c: "Precedence problem: open %s should be open...
2012-03-25 Brian Frasertoke.c: "CORE::%s is not a keyword" cleanup.
2012-03-25 Brian Frasertoke.c: "Ambiguous use of -%s resolved as -&%s()" cleanup.
2012-03-25 Brian Frasertoke.c: "Bareword "%s" refers to nonexistent package...
2012-03-23 Brian Fraserop.c: Warnings cleanup.
2012-03-23 Karl WilliamsonPATCH: [perl #11560] extraneous msg in viacode
2012-03-23 Brian Frasertoke.c: "Ambiguous use of %c{%s} resolved to %c%s"...
2012-03-23 Brian Frasertoke.c: "Possible unintended interpolation of %s in...
2012-03-23 Brian Frasertoke.c: 'Operator or semicolon missing before %c%s...
2012-03-23 Brian Frasertoke.c: 'Scalar value %s better written as $%s' cleanup.
2012-03-23 Brian Frasertoke.c: 'You need to quote %s' cleanup.
2012-03-23 Brian Frasertoke.c: S_no_op cleanup
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-03-20 Karl Williamsonperlguts, warnings.t: Update references to obsolete...
2012-03-16 Karl Williamsoncharnames.t: Attempt to fix probable timing issue
2012-03-04 Aaron CraneTODO Failing tests for warnings in utf8 subcategories
2012-02-22 Ricardo Signes"no feature" now means reset to default
2012-02-02 Zeframmake Carp messages match die properly
2012-01-25 Rafael Garcia-SuarezCorrectly escape UTF-8 in hash keys in uninitialized...
2012-01-25 Rafael Garcia-SuarezMake the display of the warning "Useless use of a const...
2012-01-23 Father Chrysostomossv_force_normal: Don’t confuse regexps with cows
2012-01-20 Father ChrysostomosWarn for stat(*unopened) after statting file
2012-01-16 Nicholas Clarkdefined(@array) now also warns for package variables.
2012-01-16 Nicholas ClarkTest that defined warns for package arrays and hashes.
2012-01-14 Father Chrysostomospp_sys.c: Remove space from lstat($ioref) warning
2012-01-13 Karl Williamsonregcomp.c: Optimize a single Unicode property in a...
2012-01-05 Father ChrysostomosRestrict $[ comp warning to constants
2012-01-03 Father ChrysostomosChange wording of \E warning
2012-01-03 Brian Frasertoke.c: Unpaired '\E's in double-quotish contexts shoul...
2011-12-25 Father ChrysostomosDon’t warn for open(foo::bar)
2011-12-24 Father Chrysostomosuse VERSION needs to enable uni8bit hint
2011-12-24 Father ChrysostomosFix up t/lib/feature/implicit
2011-12-21 Karl Williamsoncharnames tests: Add names to some more tests
2011-12-21 Karl WilliamsonAutoload charnames for \N{name}
next