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

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

        at  7cd7d355c9d6db9005eff9c8c703450ec7470738 (commit)

- Log -----------------------------------------------------------------
commit 7cd7d355c9d6db9005eff9c8c703450ec7470738
Author: Karl Williamson <[email protected]>
Date:   Mon Jan 5 13:17:58 2015 -0700

    Add 'strict' subpragma to 'use re'
    
    This was proposed in
    http://nntp.perl.org/group/perl.perl5.porters/219393
    
    This subpragma should catch things that xxx
    
    Note that there is no stringification.

M       MANIFEST
M       ext/re/re.pm
A       ext/re/t/strict.t
M       pod/perldelta.pod
M       pod/perldiag.pod
M       pod/perlre.pod
M       pod/perlrequick.pod
M       pod/perlretut.pod
M       regcomp.c
M       t/re/reg_mesg.t

commit 9067ee21b4816fa5e47a1097e8e982e3cb15d43b
Author: Karl Williamson <[email protected]>
Date:   Mon Jan 5 11:59:04 2015 -0700

    regcomp.c: Add 'strict' parameter to S_regclass()
    
    This function has the capability to do strict checking, with the
    variable 'strict', but it is initialized based on another parameter's
    value.  This commit causes 'strict' to be passed in, so it is
    independent of other parameters.

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

commit 7f0d098b8b9b6b594a719fb5ed82b0dcb351e87d
Author: Karl Williamson <[email protected]>
Date:   Sun Jan 4 21:29:10 2015 -0700

    Reserve a bit for 'the re strict subpragma.
    
    This is another step in the process

M       op.h
M       op_reg_common.h
M       regexp.h
M       regnodes.h

commit 9d4b5ea2c7ff610a639e8d0a1815405bcb9180c4
Author: Karl Williamson <[email protected]>
Date:   Sun Jan 4 09:55:35 2015 -0700

    Add new warnings category for "use re 'strict'"
    
    This is a step in the process of adding that subpragma.

M       lib/B/Deparse.t
M       lib/warnings.pm
M       regen/warnings.pl
M       warnings.h

commit 59b499bde7803d1e4ac4c06fc60c709180c0a186
Author: Karl Williamson <[email protected]>
Date:   Sun Jan 11 10:06:01 2015 -0700

    Output warning in qr// only once
    
    This warning is being output in both passes of pattern compilation

M       dquote_static.c
M       t/lib/warnings/toke

commit cd34b058969215712f5ff0c1a0056011502fff63
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 7f488864c14ead23feb3c044abb1232e7aff5d44
Author: Karl Williamson <[email protected]>
Date:   Thu Aug 28 13:59:01 2014 -0600

    XXXcharbits

M       regcomp.h

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

    XXX partial perlapi text

M       perlvars.h

commit 812299a3ef05a93633b6a8a7020f3d0bdb6a8c40
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