Branch: refs/heads/yves/ws_cleanup_headers
Home: https://github.com/Perl/perl5
Commit: 55ac59e4d0c12b2852be298f761c6c0592c978be
https://github.com/Perl/perl5/commit/55ac59e4d0c12b2852be298f761c6c0592c978be
Author: Yves Orton <[email protected]>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M perl.h
Log Message:
-----------
perl.h - remove duplicated code from commented explanation
Commit: ab9f0f5dfc643b8ab9b8e741d738b3b291ed9feb
https://github.com/Perl/perl5/commit/ab9f0f5dfc643b8ab9b8e741d738b3b291ed9feb
Author: Yves Orton <[email protected]>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M intrpvar.h
Log Message:
-----------
intrpvar.h - change "char * *" into "char **"
Uniformity in such things is good.
Commit: 51564464aba17d0e622dbe67913570397b11f866
https://github.com/Perl/perl5/commit/51564464aba17d0e622dbe67913570397b11f866
Author: Yves Orton <[email protected]>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M intrpvar.h
Log Message:
-----------
intrpvar.h - move size declaration to a define
so it can be reused and so the PERLVAR() lines up better.
Commit: 2fb42ee864a6aec436de7ebb8db4d967ac1a9e9f
https://github.com/Perl/perl5/commit/2fb42ee864a6aec436de7ebb8db4d967ac1a9e9f
Author: Yves Orton <[email protected]>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M perlvars.h
Log Message:
-----------
perlvars.h - move length computation to a define
So it can be reused if necessary, also because it makes
parsing PERLVARx() statements easier, this is the only
place where such a definition has a parameter that contains
a parenthesis. Moving it to a define makes it easier to
parse these statements externally in some ways.
Commit: a75988d947f1b5d4669590c04cfad52708370708
https://github.com/Perl/perl5/commit/a75988d947f1b5d4669590c04cfad52708370708
Author: Yves Orton <[email protected]>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M regexp.h
Log Message:
-----------
regexp.h - move semicolon to be before the comment.
This is the only struct in our manually maintained files where
there is a comment in front of the semicolon instead of after it.
Commit: 07875dbfff4bed279016f7ef25daa5524b3ff867
https://github.com/Perl/perl5/commit/07875dbfff4bed279016f7ef25daa5524b3ff867
Author: Yves Orton <[email protected]>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M XSUB.h
Log Message:
-----------
XSUB.h - put STMT_END on its own line and lined up with STMT_START
Commit: fa3adb96454ffe53e7ec1f53f734367623708bb0
https://github.com/Perl/perl5/commit/fa3adb96454ffe53e7ec1f53f734367623708bb0
Author: Yves Orton <[email protected]>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M perl.h
Log Message:
-----------
perl.h - put STMT_END on its own line, and lined up with STMT_START
Commit: f281d310bcfe500734c44e7ca386a5a9559f2811
https://github.com/Perl/perl5/commit/f281d310bcfe500734c44e7ca386a5a9559f2811
Author: Yves Orton <[email protected]>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M regexp.h
Log Message:
-----------
regexp.h - put STMT_END on its own line and lined up with STMT_START
Commit: f1b9200000d0c06a1924e3582e857c4ad036da32
https://github.com/Perl/perl5/commit/f1b9200000d0c06a1924e3582e857c4ad036da32
Author: Yves Orton <[email protected]>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M regcomp.h
Log Message:
-----------
regcomp.h - put STMT_START on its own line and lined up with STMT_END
Commit: a96ddab7029557e32194a424133aef25257492c2
https://github.com/Perl/perl5/commit/a96ddab7029557e32194a424133aef25257492c2
Author: Yves Orton <[email protected]>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M pp.h
Log Message:
-----------
pp.h - put STMT_END on its own line and lined up STMT_START
Compare: https://github.com/Perl/perl5/compare/89f9b9db73cd...a96ddab70295