This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Module-CoreList on CPAN is 3.01
[perl5.git] / t /
2013-11-22 Yves OrtonFix RT #120600: Variable length lookbehind is not variable
2013-11-21 Father Chrysostomosregen pod issues
2013-11-20 Father Chrysostomost/op/sub.t: Suppress warnings properly
2013-11-19 Father ChrysostomosMove <-- HERE arrow for ‘Switch condition not recognized’
2013-11-19 Chris 'BinGOs' Wil... Update Module-Build to CPAN version 0.4202
2013-11-19 Matthew Horsfall... Optimise 'if ($a || $b)' and 'unless ($a && $b)' early...
2013-11-19 Chris 'BinGOs' Wil... Update Module-Build to CPAN version 0.4201
2013-11-18 Father ChrysostomosFix ‘panic: memory wrap’ in reg_scan_name
2013-11-18 Father ChrysostomosRequire closing paren for (?&...
2013-11-18 Tony Cookfix expected failure text for new croak.t test
2013-11-17 Father Chrysostomosperldiag: Don’t let <-- HERE be wrapped
2013-11-17 Father Chrysostomosdiag.t: Fix copy-and-paste error in os2 exception
2013-11-17 Father Chrysostomosdiag.t: Don’t check ‘calls’ in column 0
2013-11-17 Father Chrysostomosdiag.t: More win32 exceptions
2013-11-17 Father Chrysostomosdiag.t: Support multiline perldiag entries better
2013-11-17 Father Chrysostomosdiag.t: Let diag.t be run on specific source files
2013-11-17 Father Chrysostomosdiag.t: Another exception
2013-11-17 Father Chrysostomosdiag.t: Skip x2p
2013-11-17 Father Chrysostomosdiag.t: win32 exceptions
2013-11-17 Father Chrysostomosdiag.t: Support win32_croak_not_implemented
2013-11-17 Father Chrysostomosdiag.t: Another exception
2013-11-17 Father ChrysostomosRemove extraneous dot from ‘Missing right brace...’
2013-11-17 Father Chrysostomosperldiag: Document ‘\N{} in character class restricted...’
2013-11-17 Father Chrysostomosperldiag: Document ‘Zero length \N{}’
2013-11-17 Father Chrysostomosperldiag: Clean up ‘Sequence (...’ messages
2013-11-17 Father Chrysostomosperldiag: Add some ‘in regex’ variants
2013-11-17 Father Chrysostomosdiag.t: Fix FAIL and vFAIL support
2013-11-17 Father Chrysostomosdiag.t: Exceptions from plan9.c
2013-11-17 Father Chrysostomosdiag.t: Exceptions, mostly from os2.c
2013-11-17 Father Chrysostomosdiag.t: gv_override is not a croak function
2013-11-17 Father ChrysostomosStop diag.t from skipping yyerror messages
2013-11-17 Father Chrysostomosperldiag: \%d better written as $%d
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
next