Branch: refs/heads/leonerd/feature-try-2
Home: https://github.com/Perl/perl5
Commit: b90a885e35ea5f24e5cee8e5481289aedfe271be
https://github.com/Perl/perl5/commit/b90a885e35ea5f24e5cee8e5481289aedfe271be
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M embed.fnc
M embed.h
M op.c
M perly.act
M perly.h
M perly.tab
M perly.y
M proto.h
Log Message:
-----------
Add a newTRYCATCHOP(); migrate the custom code out of perly.y into it
Commit: 221077693f686b5678b051a307c58dc6052b9edd
https://github.com/Perl/perl5/commit/221077693f686b5678b051a307c58dc6052b9edd
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M cop.h
M inline.h
M pp_ctl.c
M scope.c
Log Message:
-----------
Rename cx.blk_eval.old_eval_root to new macro CxOLD_EVAL_ROOT(cx)
I want to add an OP * field for CxTRY. Rather than add a new field I shall
reuse this one, which is only used for eval cases and not try.
Commit: 385b856af1c4ee58ce30409c7f28e475bf80b6ed
https://github.com/Perl/perl5/commit/385b856af1c4ee58ce30409c7f28e475bf80b6ed
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M op.c
Log Message:
-----------
Slight reshaping of the optree returned by newTRYCATCHOP() to avoid the
spurious OP_LINESEQ in the middle
Compare: https://github.com/Perl/perl5/compare/4d041a895409...385b856af1c4