In perl.git, the branch smoke-me/remove-regcomp-setjmp has been created

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

        at  b5864679105af6175b09ab741bac713df8abf7fd (commit)

- Log -----------------------------------------------------------------
commit b5864679105af6175b09ab741bac713df8abf7fd
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Sun Feb 3 09:29:32 2013 -0700

    Add interpolations to regex sets
    
    This commit adds the capability for '(?[ ])' to contain interpolated
    variables from other '(?[ ])' constructs.  A set operation can thus be
    built up from the composition of other ones, without having to worry
    about precedence, etc.
    
    Thanks to Aaron Crane for suggesting this.

M       embed.fnc
M       embed.h
M       pod/perldelta.pod
M       pod/perlre.pod
M       proto.h
M       regcomp.c
M       t/porting/diag.t
M       t/re/reg_mesg.t
M       t/re/regex_sets.t

commit f4f5fe57a6038d0f7d0c320bc9204a232dbd874f
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Jan 30 12:39:51 2013 -0700

    Incorporate code review feedback for (?[])
    
    Thanks to Hugo van der Sanden for reviewing this new code.

M       embed.fnc
M       embed.h
M       pod/perlre.pod
M       proto.h
M       regcomp.c

commit ce86dcfa1d3e3c441454845d5f995a06e543a739
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Jan 30 09:34:44 2013 -0700

    regcomp.c: Slight refactoring for clarity
    
    This code was confusing enough that until a couple of commits ago, there
    was a useless setting of a local variable.

M       regcomp.c

commit 27bad4d4453c9a6a118b3f02438ca15204c1f225
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Jan 30 09:26:15 2013 -0700

    regcomp.c: Combine duplicated code

M       regcomp.c

commit faba6d79566ceeef1f0ca970101c1bdbcc0418df
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Wed Jan 30 08:29:54 2013 -0700

    regcomp.c: Extract code into function
    
    The code to parse the flags that occur after in '(?foo)' and
    '(?foo:bar)' is extracted into a function; some comments were added.
    This is in preparation for this to be called from an additional place

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

commit 4eca649df00d863f81831ca4045f65f1bb0f1683
Author: Karl Williamson <pub...@khwilliamson.com>
Date:   Tue Jan 29 22:12:21 2013 -0700

    regcomp.c: Remove useless code
    
    This code sets a variable on the C stack, and two statements later
    returns, throwing away that variable without ever using the new value.

M       regcomp.c

commit 048b63be58b8721f0571d952bfb6e6194e154942
Author: Alan Haggai Alavi <alanhag...@alanhaggai.org>
Date:   Sun Feb 3 10:17:06 2013 +0530

    Fix syntax: useless use of constant in void context

M       pod/perlsec.pod

commit 6ae276475012fdc76828e37e66dd58041d23387c
Author: Alan Haggai Alavi <alanhag...@alanhaggai.org>
Date:   Sun Feb 3 10:48:01 2013 +0530

    Correct word: Window => Windows

M       cpan/perlfaq/lib/perlfaq3.pod

commit e15451872271610da58ca6e6d720c75ab4524f41
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Sat Feb 2 16:09:36 2013 +0000

    The targets for makemeta in Makefile.SH were spelt wrong

M       Makefile.SH
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to