Branch: refs/heads/smoke-me/khw-wild
Home: https://github.com/Perl/perl5
Commit: 93c07a985e7fc7872598f96cab462e36e7fbaaa6
https://github.com/Perl/perl5/commit/93c07a985e7fc7872598f96cab462e36e7fbaaa6
Author: Karl Williamson <[email protected]>
Date: 2019-12-09 (Mon, 09 Dec 2019)
Changed paths:
M regcomp.c
M t/re/reg_mesg.t
Log Message:
-----------
Only allow punct delimiter for subpattern
The experimental feature that allows wildcard subpatterns in finding
Unicode properties, is supposed to only allow ASCII punctuation for
delimitters. But if you preceded the delimitter by a backslash, the
check was skipped. This fixes that.
It may be that we will eventually want to loosen the restriction and
allow a wider range of delimiters. But until we have valid use-cases
that would encourage us to do so, I don't want to get into supporting
stuff that we might later regret, such as invisible characters for
delimitters. This feature is just a nicety, and not really required for
programs to work, so I don't view it as necessary to be as general as
possible.
Commit: e050d739834a497f146002b26f2bf72dd3ef5c8a
https://github.com/Perl/perl5/commit/e050d739834a497f146002b26f2bf72dd3ef5c8a
Author: Karl Williamson <[email protected]>
Date: 2019-12-09 (Mon, 09 Dec 2019)
Changed paths:
M embed.fnc
M embed.h
M proto.h
M regexec.c
M toke.c
Log Message:
-----------
Rmv leading underscore from macro name
These are illegal in C, but we have plenty of them around; I happened
to be looking at this function, and decided to fix it.
Commit: 2fb88d9fbecf79f96b438166b4c3cd233438a0c8
https://github.com/Perl/perl5/commit/2fb88d9fbecf79f96b438166b4c3cd233438a0c8
Author: Karl Williamson <[email protected]>
Date: 2019-12-09 (Mon, 09 Dec 2019)
Changed paths:
M regexec.c
Log Message:
-----------
regexec.c: Clarify comment
Compare: https://github.com/Perl/perl5/compare/93c07a985e7f%5E...2fb88d9fbecf