In perl.git, the branch smoke-me/khw-regex has been created
<http://perl5.git.perl.org/perl.git/commitdiff/4f177fe32b04ce36b987c545d2c4196a2380c93e?hp=0000000000000000000000000000000000000000>
at 4f177fe32b04ce36b987c545d2c4196a2380c93e (commit)
- Log -----------------------------------------------------------------
commit 4f177fe32b04ce36b987c545d2c4196a2380c93e
Author: Karl Williamson <[email protected]>
Date: Sat Sep 12 11:39:37 2015 -0600
regcomp.c: Simplify some code
Commit 2d3d6e6e7c2d50b1cc47032cf089151823fb20a6 introduced the
'optimizable' variable which if FALSE prevents the [...] node from being
optimized, if otherwise possible, into something simpler. It turns out
that several of the conditions which prevent such optimization can just
clear this flag when they are found, rather than having to test for the
conditions again later when the optimization is actually done.
M embed.fnc
M proto.h
M regcomp.c
commit 163a785904c291b13b2711e417d29069f7533003
Author: Karl Williamson <[email protected]>
Date: Sat Sep 12 11:34:57 2015 -0600
regcomp.c: Comment changes only
M regcomp.c
commit 052a58d95c01a086748d5b40c86d832443188c68
Author: Karl Williamson <[email protected]>
Date: Mon Aug 24 21:09:02 2015 -0600
PATCH: [perl #125892] qr/(?[ ]) regression with '!'
This regression was introduced in 5.22. It stems from a logic error I
made in a complicated 'if' statement.
M regcomp.c
M t/re/regex_sets.t
commit d8356fe978a63d69aa5b7021681baa963e383547
Author: Karl Williamson <[email protected]>
Date: Sat Sep 12 10:10:59 2015 -0600
regcomp.c: Add synonym for macro complement
OPERAND and OPERATOR are here complements of each other.
It's better to refer to the thing you are manipulating instead of
{! the thing you aren't}.
M regcomp.c
-----------------------------------------------------------------------
--
Perl5 Master Repository