Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: d69d9fd48a4b8345ba14f3569215a1f34c7707d5
https://github.com/Perl/perl5/commit/d69d9fd48a4b8345ba14f3569215a1f34c7707d5
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M op.c
M peep.c
M pp_ctl.c
Log Message:
-----------
Use the cSVOPx-family of macros instead of manual (SVOP*) casting
Commit: 78178fbe70ffe948ca5d725d4e3faeed9ae1fb19
https://github.com/Perl/perl5/commit/78178fbe70ffe948ca5d725d4e3faeed9ae1fb19
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M op.c
M peep.c
Log Message:
-----------
Use the cLISTOPx-family of macros instead of manual (LISTOP*) casting
Commit: 2a49eaa6d41eea5e47b3c9fa4b34e19e16e2726d
https://github.com/Perl/perl5/commit/2a49eaa6d41eea5e47b3c9fa4b34e19e16e2726d
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M op.c
M peep.c
Log Message:
-----------
Use the cBINOPx-family of macros instead of manual (BINOP*) casting
Commit: 008ea6fc45fe9d4da4a15062e391deba35c72740
https://github.com/Perl/perl5/commit/008ea6fc45fe9d4da4a15062e391deba35c72740
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M op.c
M peep.c
M pp_ctl.c
Log Message:
-----------
Use the cLOGOPx-family of macros instead of manual (LOGOP*) casting
Commit: 867a530c83f84d4542a286d018a220af39864c1a
https://github.com/Perl/perl5/commit/867a530c83f84d4542a286d018a220af39864c1a
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M op.c
M peep.c
M pp_ctl.c
Log Message:
-----------
Use the cUNOPx-family of macros instead of manual (UNOP*) casting
Commit: cf1717027b95225cb27f33b15b84ff798c8bacaf
https://github.com/Perl/perl5/commit/cf1717027b95225cb27f33b15b84ff798c8bacaf
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M op.c
M pp.c
M pp_ctl.c
Log Message:
-----------
Use the cPMOPx-family of macros instead of manual (PMOP*) casting
Compare: https://github.com/Perl/perl5/compare/932d84b95fea...cf1717027b95