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

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

        at  f54896a3c1a3ebf3825df6d45bb939211d93acf1 (commit)

- Log -----------------------------------------------------------------
commit f54896a3c1a3ebf3825df6d45bb939211d93acf1
Author: Karl Williamson <[email protected]>
Date:   Tue Jan 27 15:02:09 2015 -0700

    XXX temp add \b{gcb}
    
    Should split at least the mk_invlists.pl changes
    Need tgo zero PL_GCB at exit

M       charclass_invlists.h
M       embed.fnc
M       embed.h
M       embedvar.h
M       intrpvar.h
M       lib/unicore/mktables
M       perl.c
M       perl.h
M       pod/perlcheat.pod
M       pod/perldebguts.pod
M       pod/perldiag.pod
M       pod/perlre.pod
M       pod/perlrebackslash.pod
M       pod/perlreref.pod
M       pod/perlunicode.pod
M       proto.h
M       regcomp.c
M       regcomp.h
M       regcomp.sym
M       regen/mk_invlists.pl
M       regexec.c
M       regnodes.h
M       sv.c
M       t/re/reg_mesg.t
M       utf8.c

commit db5cf1d666649bccf96578f809122a69bd50564e
Author: Karl Williamson <[email protected]>
Date:   Tue Jan 27 15:08:08 2015 -0700

    XXX lib/Unicode/UCD.pm

M       lib/Unicode/UCD.pm

commit 90b977e48db8b5bb70d842b8da69193d1dbc58c7
Author: Karl Williamson <[email protected]>
Date:   Tue Jan 27 14:36:06 2015 -0700

    mktables: Refactor \X test so can be used for others
    
    The test file generated by mktables will soon contain other types of
    breaks than \X.  This prepares for that by making a more general
    function that can be the bottom level for each

M       lib/unicore/mktables

commit 36524df5d004a148837d161919bcc71056969cbf
Author: Karl Williamson <[email protected]>
Date:   Tue Jan 27 11:41:55 2015 -0700

    loc_tools.pl: do a 'require' before module's function call
    
    This was failing to do the require before testing if the function in the
    module existed, so if the require hadn't been done by someone else, it
    would show as not existing, and so would fail unnecessarily.
    
    The other fix is to not assume the require has been done, so in the
    right circumstances, this could have an undefined function error.  But
    all current uses had already done the require, so this bug has yet to
    show up.

M       t/loc_tools.pl

commit 6d46e6681379d5412d6b539affd4efacb67765d6
Author: Karl Williamson <[email protected]>
Date:   Mon Jan 26 22:40:28 2015 -0700

    regexec.c: Rmv 2 unused macro parameters.

M       regexec.c

commit 4729524566510314e8cb00766f0ce24755321d96
Author: Karl Williamson <[email protected]>
Date:   Thu Jan 22 22:36:13 2015 -0700

    XXX temporarily don't generate 037 and POSIX BC

M       charclass_invlists.h
M       ebcdic_tables.h
M       l1_char_class_tab.h
M       regcharclass.h
M       regen/charset_translations.pl
M       unicode_constants.h
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to