Branch: refs/heads/leont/croak-varargs
Home: https://github.com/Perl/perl5
Commit: 743d81a061070250471cf5db398421559e31b342
https://github.com/Perl/perl5/commit/743d81a061070250471cf5db398421559e31b342
Author: Leon Timmermans <[email protected]>
Date: 2025-03-17 (Mon, 17 Mar 2025)
Changed paths:
M doio.c
M doop.c
M dump.c
M embed.fnc
M embed.h
M hv.c
M locale.c
M op.c
M pad.c
M perl.c
M perlio.c
M pp_ctl.c
M pp_hot.c
M proto.h
M regcomp.c
M regexec.c
M sv.c
M universal.c
M util.c
Log Message:
-----------
Avoid calling Perl_croak_nocontext from core
In core we almost always have a context, or we can easily get one.
Commit: c3a04ee58d54781cc5f92816224abda092ba7402
https://github.com/Perl/perl5/commit/c3a04ee58d54781cc5f92816224abda092ba7402
Author: Leon Timmermans <[email protected]>
Date: 2025-03-17 (Mon, 17 Mar 2025)
Changed paths:
M class.c
M dump.c
M op.c
M pad.c
M perl.c
M perlio.c
M pp_ctl.c
M pp_sys.c
M scope.c
M sv.c
M util.c
M vms/vms.c
M win32/win32.c
Log Message:
-----------
Dont call Perl_warn manually in core
Just call warn instead, we've been able to do that for vararg functions
since d933027ef0a56c99aee8cc3c88ff4f9981ac9fc2
Commit: b47393fd5e22cbf2d7226e68afd35a6a1d4be16f
https://github.com/Perl/perl5/commit/b47393fd5e22cbf2d7226e68afd35a6a1d4be16f
Author: Leon Timmermans <[email protected]>
Date: 2025-03-17 (Mon, 17 Mar 2025)
Changed paths:
M class.c
M dquote.c
M dump.c
M locale.c
M mg.c
M op.c
M perl.c
M regcomp.c
M regcomp_debug.c
M sv.c
M toke.c
M utf8.c
M util.c
M vutil.c
Log Message:
-----------
Stop calling Perl_sv_catpvf manually
Call sv_catpvf instead
Commit: 0d5be486936d49517b75776f90353e28dcb6f86d
https://github.com/Perl/perl5/commit/0d5be486936d49517b75776f90353e28dcb6f86d
Author: Leon Timmermans <[email protected]>
Date: 2025-03-17 (Mon, 17 Mar 2025)
Changed paths:
M dquote.c
M hv.c
M locale.c
M op.c
M pp_ctl.c
M regcomp.c
M sv.c
Log Message:
-----------
Stop calling Perl_sv_setpvf manually
Call sv_setpvf instead.
Commit: c1e22b9d55d96f4ad7c2b29f27853a05295689e3
https://github.com/Perl/perl5/commit/c1e22b9d55d96f4ad7c2b29f27853a05295689e3
Author: Leon Timmermans <[email protected]>
Date: 2025-03-17 (Mon, 17 Mar 2025)
Changed paths:
M dquote.c
M gv.c
M locale.c
M op.c
M perl.c
M pp.c
M regcomp.c
M toke.c
M utf8.c
M util.c
Log Message:
-----------
Stop calling Perl_form manually
Call form() instead.
Commit: 73526f142c0b51c73168ece29518885ea7c55b01
https://github.com/Perl/perl5/commit/73526f142c0b51c73168ece29518885ea7c55b01
Author: Leon Timmermans <[email protected]>
Date: 2025-03-17 (Mon, 17 Mar 2025)
Changed paths:
M builtin.c
M doio.c
M gv.c
M hv.c
M mg.c
M pp.c
M pp_ctl.c
M pp_hot.c
M sv.c
M toke.c
Log Message:
-----------
Stop calling Perl_die manually
Call die() instead.
Compare: https://github.com/Perl/perl5/compare/1abdb55c874f...73526f142c0b
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications