Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: cc8af69427466b91a81167e24e583e8638b32949
https://github.com/Perl/perl5/commit/cc8af69427466b91a81167e24e583e8638b32949
Author: Yves Orton <[email protected]>
Date: 2023-01-14 (Sat, 14 Jan 2023)
Changed paths:
M embed.fnc
M proto.h
M regen/embed.pl
M regexec.c
Log Message:
-----------
embed.pl - add a way to declare a parameter should be non-zero
This autogenerates the required asserts to validate a parameter is non-zero.
It uses it to replace the check in regrepeat() as a first example.