In perl.git, the branch smoke-me/nicholas/vms-filespec has been created

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

        at  c1b30ad9d14ad1617d1aab860bdd5cf4ac66833a (commit)

- Log -----------------------------------------------------------------
commit c1b30ad9d14ad1617d1aab860bdd5cf4ac66833a
Author: Steffen Mueller <smuel...@cpan.org>
Date:   Tue Jun 18 07:37:14 2013 +0200

    Mark the common case with LIKELY branch predictor hint
    
    Freeing an SV usually indicates its refcount is 1.

M       sv.c

commit b960a36e9eac1bc3b67d2317895df06d335b4063
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Jun 17 22:47:02 2013 -0600

    perllocale: Update, clarify
    
    This rearranges and rewords portions of perllocale to be clearer,
    and to add some missing caveats.

M       pod/perllocale.pod

commit 68e8f474bc686a86c064b695b9c7400313d7af65
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon Jun 17 22:04:47 2013 -0600

    Don't use locale definitions unless within scope
    
    Prior to this patch, stringification of an NV used the current locale's
    decimal point character, even outside the scope of a 'use locale'.  This
    is contrary to the documentation (though one example in perllocale
    omitted the 'use locale') and can lead to unexpected results.
    
    There was one test in the core that relied on the old behavior, and
    maybe more in CPAN.  This patch is being made early in 5.19 to see what
    breaks.  I do believe though that any breakage is trumped by the
    principal that locale rules should only be used if locales are
    explicitly requested.

M       lib/version/t/07locale.t
M       pod/perllocale.pod
M       sv.c

commit b127e37e51c21b0a36755dcd19811be931a03d83
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Mon May 13 07:35:35 2013 -0600

    PATCH: [perl #108378] [perl #115800]
    
    This patch solves two tickets.  Both are a result of the stringification
    of a floating number being sticky, so that the character representing
    the decimal point may be from an old locale.  The patch solves this by
    not retaining the stringification of NVs.

M       lib/version/t/07locale.t
M       sv.c

commit 39332f684705716947764d65535c7a64b0d8ec85
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sun Jun 16 21:17:58 2013 -0600

    perllocale: Nits

M       pod/perllocale.pod
M       t/porting/known_pod_issues.dat

commit e92587081904f9cc586bf4b6898fec2187a5a95a
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sun May 5 18:40:08 2013 -0600

    regcomp.c: Reorder tests to avoid throwing away work.
    
    Prior to this patch, we did work based on a test that could be thrown
    away as a result of the next test.  This reorders so that doesn't happen

M       regcomp.c
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to