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

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

        at  4df67c79733531e43c4c05eb998e05b3dd87f554 (commit)

- Log -----------------------------------------------------------------
commit 4df67c79733531e43c4c05eb998e05b3dd87f554
Author: Karl Williamson <[email protected]>
Date:   Mon Jan 19 23:56:47 2015 -0700

    XXX simply written

M       pod/perldiag.pod
M       regcomp.c
M       t/re/reg_mesg.t

commit 09c73be0acfe0b11e24784780aa94943fb20e5cc
Author: Karl Williamson <[email protected]>
Date:   Mon Oct 6 16:17:58 2014 -0600

    regcomp.c: Move #define, make a function always compiled
    
    This is in preparation for the next commit.  The function previously was
    used only in DEBUGGING builds

M       embed.fnc
M       embed.h
M       proto.h
M       regcomp.c

commit 233d55329684b40694ee35aaebaccae80e47e6a9
Author: Karl Williamson <[email protected]>
Date:   Mon Jan 19 23:51:55 2015 -0700

    ranges

M       regcomp.c
M       t/re/reg_mesg.t

commit c31b5366ee1e96ac7fc3d6a23fd8544870f786d2
Author: Karl Williamson <[email protected]>
Date:   Mon Jan 19 17:49:38 2015 -0700

    t/re/reg_mesg.t: Turn on $|
    
    Otherwise the output gets mixed up

M       t/re/reg_mesg.t

commit 37c6f23e55f41ef25d34bed34e2e15aa05784c39
Author: Karl Williamson <[email protected]>
Date:   Mon Jan 19 12:47:41 2015 -0700

    Add portablity warning for re 'strict'
    
    When a range in a bracketed character class has one end be specified as
    Unicode, the whole range is viewed as Unicode.  Currently this is not
    warned about, though it is somewhat like mixing apples and oranges.
    This commit adds a warning, but only under "use re 'strict'", and
    it now documents the only one-end behavior.

M       pod/perldelta.pod
M       pod/perldiag.pod
M       pod/perlre.pod
M       pod/perlrecharclass.pod
M       regcomp.c
M       t/re/reg_mesg.t

commit d78acdfdf948541f626b8b9970c253bf69ba18cd
Author: Karl Williamson <[email protected]>
Date:   Mon Jan 19 12:43:43 2015 -0700

    regcomp.c: Fix typo in comment

M       regcomp.c

commit 8a8345535fe988f64f9bca80c4d4db7954e97cf3
Author: Karl Williamson <[email protected]>
Date:   Mon Jan 19 12:19:14 2015 -0700

    t/re/reg_mesg.t: Add support for only re 'strict' warnings
    
    This will allow future commits to specify warnings that are raised only
    when under "use re 'strict'"

M       t/re/reg_mesg.t

commit 9b47b5a6ad7dab62563ee0723c92bd00e99e1e52
Author: Karl Williamson <[email protected]>
Date:   Sat Jan 17 15:57:24 2015 -0700

    regcomp.c: Refactor a calculation
    
    Currently we calculate if the endpoints in a range in a [bracketed
    character class] are "literal" (like 'A', 'b') vs non (like \x{41}) is
    to have a count of the literal endpoints.
    
    Future commits will expand the definition of literal to include things
    that are portably-specified, including things like \t, \N{U+xx}, etc.
    It will be easier to specify that we have encountered a non-portable
    name instead of the other way around.  So that is what this commit does.
    The only non-portables are \digit, \o{}, \x{}, and \cX for all X.

M       regcomp.c

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

    XXXcharbits

M       regcomp.h

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

    XXX partial perlapi text

M       perlvars.h

commit 4a5e229bc0ca189e8e929ce2ee91bdd126bf9e39
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