Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 211b33a3986847f6d6cec8e83ba355f8040fa039 https://github.com/Perl/perl5/commit/211b33a3986847f6d6cec8e83ba355f8040fa039 Author: Yves Orton <demer...@gmail.com> Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths: M pad.h M perl.h Log Message: ----------- perl.h - break up * lined comment leaders and pod comments Having half of the comment have the * on the left side is confusing for humans and especially so for programs. Split the two style into two comments. Commit: e7252fd45274f6b0c6e32ef76b6e0e325eb5ce5b https://github.com/Perl/perl5/commit/e7252fd45274f6b0c6e32ef76b6e0e325eb5ce5b Author: Yves Orton <demer...@gmail.com> Date: 2023-02-09 (Thu, 09 Feb 2023) Changed paths: M regcomp_internal.h Log Message: ----------- regcomp_internal.h - move utility macros out of struct definition It is bad enough we have conditional parts of the struct, lets not make it even worse by having defines in the middle of it. Compare: https://github.com/Perl/perl5/compare/472953645a79...e7252fd45274