In perl.git, the branch smoke-me/khw-pack has been created

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

        at  191bbbbd9f1bc36c791c00c4813e6dd7b0f60cb0 (commit)

- Log -----------------------------------------------------------------
commit 191bbbbd9f1bc36c791c00c4813e6dd7b0f60cb0
Author: Karl Williamson <[email protected]>
Date:   Sat Feb 11 13:02:46 2017 -0700

    pp_pack.c: Remove needless branch
    
    This function only sets *retlen to 0 if the input length is 0.  In all
    but one case, the function was not called with with that input.  In that
    one case, I changed to avoid calling the function with that input.
    Hence we can remove checking *retlen for 0.

M       pp_pack.c

commit 82dd78926f8cd6d9230ebc10a234e6548d877119
Author: Karl Williamson <[email protected]>
Date:   Sat Feb 11 13:00:27 2017 -0700

    pp_pack.c: Remove obsolete code
    
    This code effectively reduced to
    
     if (foo) 0 else 0
    
    because a #define was changed to 0 some releases ago.  Just replace by
    
     0

M       pp_pack.c

commit 4a42247f05824cea91348e5ad28d849472461892
Author: Karl Williamson <[email protected]>
Date:   Sat Feb 11 12:58:16 2017 -0700

    utf8.c: Move comment a few lines up in the file
    
    Move it to where it makes more sense.

M       utf8.c

commit ad210a71120f68f2873270ae9d557dc4c04cc3cc
Author: Karl Williamson <[email protected]>
Date:   Sat Feb 11 12:57:33 2017 -0700

    utf8.h: Clarify comment

M       utf8.h
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to