In perl.git, the branch ap/posix-exports has been created

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

        at  cbf265bb387e09e4b0c0c00628b9a6adfce8e6ea (commit)

- Log -----------------------------------------------------------------
commit cbf265bb387e09e4b0c0c00628b9a6adfce8e6ea
Author: Aristotle Pagaltzis <[email protected]>
Date:   Thu May 7 16:59:36 2015 +0200

    POSIX: revert exported functions to 5.20.2 state
    
    This patch does 3 things. For the purposes of bisectability it is
    unfortunately not feasible to split them up into separate patches.
    They are as follows:
    
    1. Revert the list of default exports in t/export.t to what it was
       in the commit tagged v5.20.2, but take the opportunity to retab
       it since the blame log is messed up anyway. (This can be verified
       with a whitespace-ignoring diff.) Then add the new exports in new,
       separate sections.
    
    2. In POSIX.pm, remove the new fenv_h tag and revert the math_h and
       stdlib_h tags to their state in Perl 5.20.2.
    
    3. Add infrastructure for adding export tags that will not automatically
       get added into @EXPORT when it is generated, and use this to add new
       tags for the stuff added since 5.20.2. Since tags named after math_h
       and stdlib_h already exist, duplicate them as stdlib_h_c99/math_h_c99
       with their new additions included.
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to