This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for the previous commit
[perl5.git] / t /
2013-11-16 Father ChrysostomosFix memory leak with recursive sub redefinition
2013-11-14 Father Chrysostomos[perl #120463] s/// and tr/// with wide delimiters
2013-11-14 Father ChrysostomosDon’t skip t/re/reg_eval_scope.t under miniperl
2013-11-14 Father ChrysostomosCompile-time checking for %$obj{"key"} under ‘use fields’
2013-11-13 Karl Williamsonpodcheck: Remove workaround no longer needed
2013-11-12 Chris 'BinGOs' Wil... Update Module-Build to CPAN version 0.4200
2013-11-12 Father ChrysostomosIn newATTRSUB, clear glob slot before lowering refcount.
2013-11-12 Father ChrysostomosIn newXS, clear glob slot before lowering refcount.
2013-11-12 Father ChrysostomosUndeffing a gv in DESTROY triggered by undeffing the...
2013-11-11 David Mitchellfix chop formats with non PV vars
2013-11-09 David Mitchellporting/diag.t: restrict what's a warn function
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-11-08 Father ChrysostomosMake _charnames comparison null-safe
2013-11-08 Father ChrysostomosStop lexical CORE sub from interfering with CORE::
2013-11-08 David Mitchellt/x2p/find2perl.t: expand output
2013-11-08 Craig A. BerryMore stack for pat_thr.t on VMS as well.
2013-11-06 Father ChrysostomosFix qx, `` and <<`` overrides
2013-11-06 Father ChrysostomosFix readline overriden with a constant
2013-11-06 Father ChrysostomosAllow CORE::GLOBAL:: subs in general to be aliased...
2013-11-05 Father ChrysostomosStop gv_try_downgrade from anonymising referenced CVs
2013-11-05 Father ChrysostomosFix readpipe overriden with a constant
2013-11-05 David MitchellRT #120446: /\Ga/ running slowly on long strings
2013-11-05 Father Chrysostomos[perl #120462] Exempt $a and $b from ‘used once’ warnings
2013-11-05 Father ChrysostomosMove tests for ‘used once’ from util to gv
2013-11-04 Chris 'BinGOs' Wil... Update Module-Build to CPAN version 0.4008
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::require lookup from crashing on...
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::glob lookup from crashing on stub
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::do lookup from crashing on stub
2013-11-04 Father ChrysostomosCheck that stash entries are GVs when aliasing pkgs
2013-11-04 Father Chrysostomossub NEGATIVE_INDICES; + $tied[-1] = crash
2013-11-04 Father Chrysostomosmg.c: Fix misuse of AvARRAY in defelem_target
2013-11-04 Father ChrysostomosMake ‘No such class’ apply to ${$ref}{key}, too
2013-11-03 Father ChrysostomosMake ‘No such field’ error apply to 1-elem slices
2013-11-03 Father ChrysostomosStop my Class + sub FIELDS + hash lookup from crashing
2013-11-02 Father ChrysostomosUndefined lex sub used as inherited method crashes
2013-10-31 Father Chrysostomos‘Attempt to bless into a ref’ with stale method caches
2013-10-31 Father Chrysostomos[perl #119809] Disallow bless($ref, $tied_ref)
2013-10-31 Father Chrysostomosbless.t: More explicit test
2013-10-31 Karl WilliamsonFix broken qr/ \N* /x
2013-10-30 Father ChrysostomosEliminate ‘Can't use \1 to mean $1’ false positives
2013-10-29 David Mitchell'$! = EACCESS; require ...' could fail
2013-10-28 Father Chrysostomos[perl #119799] Set breakpoints without *DB::dbline
2013-10-28 Father ChrysostomosMake PL_incgv fully refcounted
2013-10-28 Father Chrysostomospat.t: suppress warning
2013-10-28 Father ChrysostomosDon’t assume *^R has a scalar
2013-10-28 Father Chrysostomos[perl #54044] Make PL_replgv refcounted
2013-10-28 Father Chrysostomosgv:gv_try_downgrade: Leave PL_last_in_gv alone
2013-10-28 Father ChrysostomosMake PL_argvgv refcounted
2013-10-28 Father Chrysostomosgv:gv_try_downgrade: Leave PL_stderrgv alone
2013-10-28 Father ChrysostomosMake PL_hintgv refcounted
2013-10-28 Father ChrysostomosDon’t create %@ on startup
2013-10-28 Father Chrysostomos[perl #119811] Remove %DB::lsub
2013-10-28 Father ChrysostomosMake PL_envgv refcounted
2013-10-28 Father ChrysostomosMake PL_firstgv and PL_secondgv refcounted
2013-10-28 François Perrad[perl #120398] skip t/porting/extrefs.t when cross...
2013-10-26 Father ChrysostomosDon’t let gv.c:gv_try_downgrade touch PL_statgv
2013-10-26 Father ChrysostomosMake PL_DBgv and other db interp vars refcounted
2013-10-25 Father Chrysostomost/porting/dual-life.t: Another exception
2013-10-25 Father ChrysostomosPropagate lvalue context to && and ||
2013-10-24 Father ChrysostomosRestore prev. behaviour of @a||... in lv sub
2013-10-24 Father ChrysostomosFix bare blocks in lvalue subs
2013-10-24 Father Chrysostomos[perl #119797] Fix if/else in lvalue sub
2013-10-22 David Mitchellspurious "Use of "-x" without parentheses" mesg
2013-10-22 Father ChrysostomosUnbreak -bareword under strict+integer
2013-10-19 Steve HayNote IPC-Cmd upgrade from commit 6d1e091186
2013-10-18 Steve HayRemove all IGNORABLE files under cpan/
2013-10-18 HioCorrectly parse class name in 'for my class $foo
2013-10-18 Eric BrineCall select's 4th arg's magic
2013-10-18 Steve HayRegen t/porting/customized.dat
2013-10-17 Jesse Luehrsisa should fall back to checking @UNIVERSAL::ISA in...
2013-10-17 David Mitchell[perl #119505] Segfault from bad backreference
2013-10-17 Tony Cook[perl #119893] avoid waiting on pid 0
2013-10-16 Peter MartiniAdding a prototype attribute.
2013-10-12 Karl Williamsonpodcheck.t: Make blead pass again
2013-10-11 James E KeenanRun cd t;./perl -I../lib porting/podcheck.t --regen
2013-10-11 Steve HayAdd to known_pod_issues.dat following Test-Harness...
2013-10-11 Karl Williamsonperlebcdic: Make some examples simpler; wrap to 79...
2013-10-05 Father ChrysostomosFix a bug with ->@ inside "@{...}"
2013-10-05 Father ChrysostomosMake postderef experimental
2013-10-05 Father ChrysostomosAllow ->@ ->$ interpolation under postderef_qq feature
2013-10-05 Father ChrysostomosHide postderef behind the feature feature
2013-10-05 Father Chrysostomos->%{ ->%[
2013-10-05 Father ChrysostomosFix up postfixderef.t
2013-10-05 David NicolTests for postfix dereference
2013-10-05 James E KeenanRemove pod/perlembed.pod in wake of RT #120093 corrections.
2013-10-04 Karl WilliamsonUpgrade to Unicode 6.3
2013-09-30 Karl WilliamsonPATCH: [perl #120041] regcomp.c missing parens and...
2013-09-30 Karl WilliamsonRevert "Optimise if/unless wrt OP_AND/OP_OR/OP_DOR...
2013-09-24 Karl WilliamsonAdd some tests for the regex optimizer
2013-09-23 Steve HayUpgrade podlators from 2.5.1 to 2.5.2
2013-09-21 Father ChrysostomosRemove bad assertion in gv.c:newGP
2013-09-21 Brian FraserTest that ${foo{bar}} and ${\nfoo{bar}} mean the same...
2013-09-21 Steve HayUpgrade autodie from version 2.21 to 2.22
2013-09-21 Ricardo Signestest that $\ is localized and restored even if it was...
2013-09-20 Matthew Horsfall... Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimi...
2013-09-20 Father Chrysostomos[perl #3112] Stop last from returning values
2013-09-20 Father ChrysostomosFix line nums when multiline ${expr} spans here-doc
2013-09-20 Father ChrysostomosFix parser buffer corruption with multiline *{...}
2013-09-20 Father ChrysostomosDon’t free initial src from @INC sub too early
2013-09-19 Craig A. BerryAdd newline to new switchd test for VMS.
next