Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: a287df13cf577b9af034665350e89ba94eb55d77
https://github.com/Perl/perl5/commit/a287df13cf577b9af034665350e89ba94eb55d77
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M embed.fnc
M embed.h
M proto.h
Log Message:
-----------
Expose the class_*() API funcs also to op.c
Commit: 75ea41ae51200ab26d84c418f08859a784a71b85
https://github.com/Perl/perl5/commit/75ea41ae51200ab26d84c418f08859a784a71b85
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M class.c
M op.c
M perly.act
M perly.h
M perly.tab
M perly.y
Log Message:
-----------
Have newATTRSUB() call class_wrap_method_body() if CVf_IsMETHOD
Commit: 7a993362d98aecd43ecb9827773e5bd30947a5a2
https://github.com/Perl/perl5/commit/7a993362d98aecd43ecb9827773e5bd30947a5a2
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M perly.act
M perly.h
M perly.tab
M perly.y
M toke.c
Log Message:
-----------
Have start_subparse() call class_prepare_method_parse() if CVf_IsMETHOD
Compare: https://github.com/Perl/perl5/compare/624f6f53b108...7a993362d98a