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

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

        at  be43eeea44dcb309cc7755eb19c2b793d615b796 (commit)

- Log -----------------------------------------------------------------
commit be43eeea44dcb309cc7755eb19c2b793d615b796
Author: Karl Williamson <[email protected]>
Date:   Fri Jan 23 12:00:49 2015 -0700

    handy.h: EXTERN_C-ize  PL_charclass
    
    See thread http://nntp.perl.org/group/perl.perl5.porters/224999

M       handy.h

commit 4fa5054995c7346f61d5b861dc380c76ac75e86f
Author: Karl Williamson <[email protected]>
Date:   Fri Jan 23 11:57:14 2015 -0700

    regcomp.c: Another minor optimization
    
    The [:cased:] internal class now handles [:upper:] and/or [:lower:]
    under /i matching.  This code skipped possible optimizations because it
    didn't think to use this.

M       regcomp.c

commit a8386b32318cb5a2065366fd97b04819acc63e0f
Author: Karl Williamson <[email protected]>
Date:   Fri Jan 23 11:20:30 2015 -0700

    regcomp.c: Minor optimizations
    
    /d, [:digit:], and [:xdigit:] don't match anything in the upper Latin1
    range.  Therefore the /d modifier has no effect, and they can be treated
    as if /u was instead specified.  At run-time /u executes fewer branches
    because it doesn't have to test if the target string is in UTF-8 or not.

M       regcomp.c

commit 0ca6d130450570023bf6af7a2ebdb44550ba4726
Author: Karl Williamson <[email protected]>
Date:   Fri Jan 23 11:19:23 2015 -0700

    regexec.c, regcomp.c: White-space only
    
    This changes some labels to be outdented 2 spaces from surrounding code

M       regcomp.c
M       regexec.c

commit b5d6f8f3a78fbac693e18637163eafd6af5b02dd
Author: Karl Williamson <[email protected]>
Date:   Thu Aug 28 13:59:01 2014 -0600

    XXXcharbits

M       regcomp.h

commit 2dbfcef4cef09df79758b318bd67abb407956f7a
Author: Karl Williamson <[email protected]>
Date:   Tue Jun 17 18:49:53 2014 -0600

    XXX partial perlapi text

M       perlvars.h

commit db70326b6f85649eee7e47197ce02b1742d5ee91
Author: Karl Williamson <[email protected]>
Date:   Sat May 17 19:37:06 2014 -0600

    XXX Don't push. attempt to tell tries everything at compile time
    
    But, it appears this is thrown away, have to consult with Yves to see if
    is worth pursuing

M       embed.fnc
M       embed.h
M       perl.h
M       proto.h
M       regcomp.c
M       regcomp.h
M       regcomp.sym
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to