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

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

        at  b40311da5e5ce7209feb04075230a8f0575ca80b (commit)

- Log -----------------------------------------------------------------
commit b40311da5e5ce7209feb04075230a8f0575ca80b
Author: Karl Williamson <[email protected]>
Date:   Wed Jan 18 21:48:51 2017 -0700

    XXX toke.c: Refactor
    
    EBCDIC

M       toke.c

commit 0755340e5d0c8ce3e1788292a2f62cf0e49c8db9
Author: Karl Williamson <[email protected]>
Date:   Wed Jan 18 15:36:49 2017 -0700

    toke.c: Avoid work if tr/a-b/foo/
    
    A two-element range here is already fully set up, and no need to do
    anything.

M       toke.c

commit 15249c565f4607d3727f87fab1752d841510f7ad
Author: Karl Williamson <[email protected]>
Date:   Wed Jan 18 14:21:02 2017 -0700

    toke.c: Avoid work for tr/a-a/.../
    
    A single element range can skip a bunch of work.

M       t/op/tr.t
M       toke.c

commit aa2ebf74d6d34dd8150d655a5e59bc6b4ea6a6a9
Author: Karl Williamson <[email protected]>
Date:   Wed Jan 18 14:19:37 2017 -0700

    toke.c: Add, clarify some comments

M       toke.c

commit 8340c6ad7b16f72213255a57af8ef2b1941fb1c8
Author: Karl Williamson <[email protected]>
Date:   Fri Jan 13 12:35:26 2017 -0700

    XXX Change av_nomg name

M       av.h
M       regcomp.c
M       regexec.c
M       utf8.c

commit 60a31a781f49537e88a87199fcdb2b3ab0513482
Author: Karl Williamson <[email protected]>
Date:   Mon Jan 16 17:52:55 2017 -0700

    perlebcdic: Rmv obsolete text about 'use encoding'

M       pod/perlebcdic.pod

commit e5c7b955700d81e5771b752290afd93f1732acc1
Author: Karl Williamson <[email protected]>
Date:   Mon Jan 16 17:51:20 2017 -0700

    perlop: Remove obsolete text
    
    'use encoding' no longer works.  Don't say it does.

M       pod/perlop.pod

commit d09d93b8ef46435cfa5d198330348cfe84c3f068
Author: Karl Williamson <[email protected]>
Date:   Fri Jan 13 13:53:17 2017 -0700

    Fix bug with a digit range under re 'strict'
    
    "use re 'strict" is supposed to warn if a range whose start and end
    points are digits aren't from the same group of 10.  For example, if you
    mix Bengali and Thai digits.  It wasn't working properly for 5 groups of
    mathematical digits starting at U+1D7E.  This commit fixes that, and
    refactors the code to bail out as soon as it discovers that no warning
    is warranted, instead of doing unnecessary work.

M       charclass_invlists.h
M       lib/unicore/mktables
M       regcharclass.h
M       regcomp.c
M       t/re/reg_mesg.t
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to