Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: d17aebe8577af4834527629d1216d8b0e6cef850
https://github.com/Perl/perl5/commit/d17aebe8577af4834527629d1216d8b0e6cef850
Author: Karl Williamson <[email protected]>
Date: 2022-07-01 (Fri, 01 Jul 2022)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: Init variables to avoid compiler msg
Solaris complains about these
Commit: 6e37db9b2eefdb70c52184da55586fe1cae6cffc
https://github.com/Perl/perl5/commit/6e37db9b2eefdb70c52184da55586fe1cae6cffc
Author: Karl Williamson <[email protected]>
Date: 2022-07-01 (Fri, 01 Jul 2022)
Changed paths:
M regexec.c
Log Message:
-----------
regexec.c: Avoid compiler msgs
Solaris complains that these could be negative, though in practice they
aren't.
Compare: https://github.com/Perl/perl5/compare/35b455082a57...6e37db9b2eef