This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for fdc185567
[perl5.git] / t /
2013-09-15 Father Chrysostomosknown_pod_issues: Add Devel::CallParser
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-15 Father ChrysostomosMove ‘Scalar value better written as’ tests from toke...
2013-09-13 Craig A. Berryfix O_CREAT without O_TRUNC in cpan/autodie/t/utf8_open.t
2013-09-13 Father ChrysostomosTest kv slices in places that expect %{}
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-09-13 Father ChrysostomosSuppress a warning in kvhslice.t
2013-09-13 Ruslan Zakirovtest index/value array slices
2013-09-13 Ruslan Zakirovtest key/value hash slices
2013-09-13 Father ChrysostomosPreserve undef identity in const ops
2013-09-13 Tony Cook[perl #115928] a consistent (public) rand() implementation
2013-09-12 Steve HayUpgrade autodie from version 2.20 to 2.21
2013-09-11 Tony Cook[perl #88814] sigdispatch.t work on openbsd 5.2
2013-09-10 SmylersAdded release manager test for copyright year
2013-09-10 SmylersTest that README and perl -v copyright years match
2013-09-10 SmylersEnhance runperl doc to mention its return value
2013-09-10 Brian FraserMake the "Switch condition not recognized" error messag...
2013-09-10 Brian Frasert/re/reg_mesg.t: Tests for latin1 error messages/warnings
2013-09-10 Brian Fraserregcomp.c: Introduce vFAIL2utf8f to replace the APPLY...
2013-09-10 Brian Fraserregcomp.c: Make all warnings and error messages UTF...
2013-09-10 Brian Fraserregcomp.c, S_compile_runtime_code: croak using the...
2013-09-10 Brian Frasertoke.c: "Unrecognized character" error shouldn't leak...
2013-09-09 Father Chrysostomosrt119311.t: typo
2013-09-09 Father ChrysostomosMake &xsub and goto &xsub work with tied @_
2013-09-09 Father ChrysostomosFix buffer overflow with overlong identifiers
2013-09-09 Father ChrysostomosDon’t let reblessing point SvSTASH to a half-freed...
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-09-09 Tony Cook[perl #117265] TODO tests for overloading issues
2013-09-08 Father ChrysostomosFix line numbers with #! -d:foo and PERL5DB=$'\n'
2013-09-08 Father ChrysostomosTest line breaks in PERL5DB
2013-09-08 Father ChrysostomosRespect #line directives in here-docs
2013-09-08 Father ChrysostomosFix line numbers in <<foo,<<bar
2013-09-07 Father ChrysostomosMake /@array/ handle nonexistent array elements
2013-09-07 Father ChrysostomosStop &xsub and goto &xsub from crashing on undef *_
2013-09-06 Father ChrysostomosUse defelems for (goto) &xsub calls
2013-09-06 Father ChrysostomosMake pp_splice handle nonexistent array elements
2013-09-05 Steve HayStop autodie test from changing a file to stop Git...
2013-09-03 Steve Hayversion has been upgraded from version 0.9903 to 0...
2013-09-02 Brian Frasert/op/for.t: Skip a test if the require for XS::APItest...
2013-09-01 Father ChrysostomosTeach mro code about null array elements
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-09-01 Father Chrysostomos[perl #115768] improve (caller)[2] line numbers
2013-09-01 Father Chrysostomostest.pl:runperl: more portability warnings
2013-08-29 Steve HayBetter check for the fork emulation in t/win32/signal.t
2013-08-29 Karl Williamsonfold_grind.t: Modify trie test
2013-08-29 Karl Williamsonregcomp.c: In EBCDIC [i-j] exclude also ASCII
2013-08-29 Karl Williamsont/test.pl: Add comment about EBCDIC
2013-08-29 Karl Williamsont/test.pl: Allow native/latin1 string conversions to...
2013-08-29 Karl Williamsont/test.pl: Simplify ord to/from native fcns
2013-08-29 Steve HayStop t/op/coreamp.t leaving temporary files behind
2013-08-29 Steve HayStop t/io/utf8.t leaving a temporary file behind on...
2013-08-29 Nicholas ClarkUpdate the comments in t/op/magic.t
2013-08-29 Nicholas Clark${^MPEN} had been treated as a synonym of ${^MATCH...
2013-08-29 Father ChrysostomosMake vivify_defelem allow &PL_sv_undef array entries
2013-08-29 Father ChrysostomosStop creating defelems for undef in foreach(@_)
2013-08-27 Father Chrysostomos[perl #119311] Keep CvDEPTH and savestack in sync
2013-08-26 Tony Cook[perl #85104] work harder to save error numbers
2013-08-26 Tony Cook[perl #85104] TODO test for preserving $^E across signa...
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-25 Father ChrysostomosFix assert fail when fetching pos clobbers ref with...
2013-08-25 Father ChrysostomosStop values from ‘sticking’ to @- and @+ elems
2013-08-25 Father ChrysostomosStop substr re optimisation from rejecting long strs
2013-08-25 Father ChrysostomosMake @- and @+ return correct offsets beyond 2**31
2013-08-25 Father ChrysostomosMake $' work past the 2**31 threshold
2013-08-25 Father Chrysostomos[perl #116907] Allow //g matching past 2**31 threshold
2013-08-25 Father ChrysostomosStop minlen regexp optimisation from rejecting long...
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-25 Father ChrysostomosDon’t push nulls on to the stack in pp_padav
2013-08-25 Father ChrysostomosMake __DATA__ use the right pkg
2013-08-25 Father ChrysostomosStifle diag.t
2013-08-24 Zeframupdate autodie test for new Carp stack trace form
2013-08-24 Father ChrysostomosDon’t give unavailability warnings about our vars
2013-08-24 Father Chrysostomospodcheck.t: Skip perl5200delta
2013-08-23 Father Chrysostomosregen pod issues
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-22 Father ChrysostomosFix assertion failure with $#a=\1
2013-08-21 Karl WilliamsonRMG: Fix some verbatim lines over 79 columns
2013-08-21 Father Chrysostomos[perl #118691] Allow defelem magic with neg indices
2013-08-21 Tony Cook[perl #113054] add tests for find2perl and fix ? wildca...
2013-08-21 Father Chrysostomosarray.t: Tests for #7508 and #109726
2013-08-21 Tony Cook[perl #113054] find2perl mistranslates fileglob ? to...
2013-08-21 Tony Cook[perl #113054] test find2perl, with a TODO for ? glob...
2013-08-21 Father Chrysostomos[perl #118753] Remove erroneous elsif("") warning
2013-08-21 Father Chrysostomosthread_it.pl: Increase Mac stack
2013-08-20 Father ChrysostomosFix skip logic in pad_tidy and cv_clone
2013-08-20 Father ChrysostomosStop recursion from losing lex fh names
2013-08-20 Father Chrysostomosthread_it.pl: Tweak stack sizes
2013-08-19 Steve HayFix version's test scripts' $Verbose flag
2013-08-19 Steve Hayversion has been upgraded from 0.9902 to 0.9903
2013-08-19 Steve HayUpdate Maintainers.pl etc for Devel-PPPort upgrade...
2013-08-18 Steve HayUpdate t/porting/customized.dat
2013-08-18 Father ChrysostomosLet t/mro/basic.t be run from the top level
2013-08-18 Father Chrysostomos[perl #114864] Make UNIVERSAL::DESTROY changes invalida...
2013-08-17 Lukas MaiPerlIO: remove string eval/code injection (#119287)
2013-08-15 Steve HayRegen t/porting/customized.dat following f81a37f2d8
2013-08-15 Karl WilliamsonPATCH (partial) [perl #107816] Performance regression...
next