Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 55a0b49721d914edc28c8da011418202084762ce
https://github.com/Perl/perl5/commit/55a0b49721d914edc28c8da011418202084762ce
Author: Karl Williamson <[email protected]>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M regcomp.h
Log Message:
-----------
regcomp.h: Use pre-existing macro to hide variable
Instead of repeating this variable name all over the place, use the
macro that had been created to refer to it.
Commit: cd2d26f70ace8c111e4ba473b48847edcbc48c16
https://github.com/Perl/perl5/commit/cd2d26f70ace8c111e4ba473b48847edcbc48c16
Author: Karl Williamson <[email protected]>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M regcomp.c
Log Message:
-----------
PATCH: #17574 reg_mesg.t failures on 32-bit builds
This turned out to be because I was printing a UV with %c.
Compare: https://github.com/Perl/perl5/compare/6a86f90ced4f...cd2d26f70ace