In perl.git, the branch smoke-me/nicholas/early-Makefile-bootstrap has been 
created

<http://perl5.git.perl.org/perl.git/commitdiff/8a753380757ead7b856564fd8b22a477e9738cd1?hp=0000000000000000000000000000000000000000>

        at  8a753380757ead7b856564fd8b22a477e9738cd1 (commit)

- Log -----------------------------------------------------------------
commit 8a753380757ead7b856564fd8b22a477e9738cd1
Author: David Mitchell <da...@iabyn.com>
Date:   Wed Jun 12 11:21:51 2013 +0100

    Benchmark.t: consistent delta comparing
    
    when we compare the number of iterations done in 3 seconds with
    3 * (the number of iterations done in 1 second), the comparison's
    effective delta of toleration depended on which value was larger:
    if a > b, it tested for a/b <= 1.666; if b > a, it tested for b/a < 1.4.
    
    Make it consistently 1.4 (or 1+$DELTA to be precise).

M       lib/Benchmark.t

commit e95cc2cfb62188002d15c452fcc1f5332adbf035
Author: David Mitchell <da...@iabyn.com>
Date:   Wed Jun 12 10:57:06 2013 +0100

    Benchmark.t: disdplay calibration diag output
    
    When the notorious test 15 fails, show the ratio of our earlier 3sec and
    1sec calibration in the diag output.

M       lib/Benchmark.t

commit 06911b0726a09e7a6427c8323f195d3ddf38ee0c
Author: Ricardo Signes <r...@cpan.org>
Date:   Tue Jun 11 23:35:07 2013 -0400

    release schedule: fix years for 5.20
    
    Oops.

M       Porting/release_schedule.pod

commit 5bf0592bdf78c2f2ac44b18f9ac5eeb8ee0ae1e7
Merge: 50d028f 1e955fa
Author: Ricardo Signes <r...@cpan.org>
Date:   Tue Jun 11 21:14:11 2013 -0400

    Merge branch 'delta-deprecate' into blead
    
    This replaces the %deprecated hash in Module::CoreList with a
    Module::CoreList::TieHashDelta, making it easier to keep track of
    what changed where, and easier to skim the source to see changes.

commit 1e955fab3a83454a0cb4e455dbc067ab3ea7a3b2
Author: Ricardo Signes <r...@cpan.org>
Date:   Tue Jun 11 21:02:19 2013 -0400

    make Porting/corelist.pl emit delta-style %deprecated

M       Porting/corelist.pl

commit f9547781e8e156bf76a7cf44f5bec940acb2f9a9
Author: Ricardo Signes <r...@cpan.org>
Date:   Tue Jun 11 20:11:37 2013 -0400

    add Mike Doherty to the AUTHORS file

M       AUTHORS

commit cd1607cd05b60ab63b4f5f84f3e4d84a464b5ecd
Author: Ricardo Signes <r...@cpan.org>
Date:   Tue Jun 11 20:09:41 2013 -0400

    Module::CoreList: changelog for delta %deprecated

M       dist/Module-CoreList/Changes

commit 230125eac17a9c68043154c6507a7cc2ea8a4a86
Author: Ricardo Signes <r...@cpan.org>
Date:   Tue Jun 11 19:41:52 2013 -0400

    re-add the deprecation data for soundex and checktree

M       dist/Module-CoreList/lib/Module/CoreList.pm

commit 5ff416ffca0cf4af3ef72d6286fbe751fde72aba
Author: Mike Doherty <m...@mikedoherty.ca>
Date:   Mon Jun 10 17:05:16 2013 -0700

    Make %Module::CoreList::deprecated a delta hash
    
    This hash tracks core module deprecations, which becomes very
    verbose if listing out the deprecated modules for every perl
    version. Instead, we can track the delta for each release,
    using Module::CoreList::TieHashDelta to inflate as needed.
    
    The depcrecated hash matches the current data in blead, which
    might not be correct.
    
    Fixes #118215: https://rt.perl.org/rt3//Public/Bug/Display.html?id=118215

M       dist/Module-CoreList/lib/Module/CoreList.pm

commit 50d028f89c00e331ce71efd43715fc0c8189c29f
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Jun 11 16:30:46 2013 -0600

    perldelta: Correct misstatement
    
    I forgot that two of the case changing functions were already documented;
    so the change in 5.19.1 is to add documentation for more.

M       pod/perldelta.pod

commit 79e2a32a095274dde38cabdeca03b580bd9733d7
Author: Steffen Mueller <smuel...@cpan.org>
Date:   Tue Jun 11 18:59:18 2013 +0200

    Branch prediction hint for SvREFCNT_dec
    
    When decrementing the refcount on an SV, we have to branch on whether or
    not we've reached a refcount of 0. But a quick instrumentation shows
    that in virtually any program small or large, the number of decrements
    without freeing greatly outweighs the number of decrements that cause a
    free. Therefore, it's a net win to suggest to the compiler to emit a
    branch prediction hint to go into the just-decrement branch.

M       inline.h

commit 586fc6a31347339bf2b16e391b44aa458f723283
Author: Steffen Mueller <smuel...@cpan.org>
Date:   Tue Jun 11 18:41:07 2013 +0200

    Remove magic literal constant in favor of named constant
    
    For clarity only

M       sv.c
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to