Branch: refs/heads/yves/ws_cleanup_headers Home: https://github.com/Perl/perl5 Commit: 9d594290ea8448e8433f4416bc2f1e1ffe2afe99 https://github.com/Perl/perl5/commit/9d594290ea8448e8433f4416bc2f1e1ffe2afe99 Author: Yves Orton <demer...@gmail.com> Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths: M EXTERN.h M INTERN.h M XSUB.h M av.h M cop.h M cv.h M dosish.h M fakesdio.h M form.h M gv.h M handy.h M hv.h M hv_func.h M hv_macro.h M inline.h M intrpvar.h M invlist_inline.h M iperlsys.h M malloc_ctl.h M mg.h M mydtrace.h M nostdio.h M op.h M op_reg_common.h M pad.h M parser.h M perl.h M perl_inc_macro.h M perl_langinfo.h M perl_siphash.h M perlio.h M perliol.h M perlvars.h M pp.h M regcomp.h M regexp.h M sbox32_hash.h M scope.h M sv.h M sv_inline.h M thread.h M time64.h M time64_config.h M uconfig.h M unixish.h M utf8.h M utfebcdic.h M util.h M vutil.h M zaphod32_hash.h Log Message: ----------- *.h - Standardize format, whitespace cleanup only View this patch with -w and it should show no changes at all. This reformats our manually maintained header files. All defines are lined up. All structs are given a standardized format. All multiline macros are given consistent escaped newlines positions. Where things are lined up we use P95 of the length, so very long things do not cause massive indents, so a few long entries may not line up. Commit: b1d52ac427d45cf2c14450d801bf65d646268c56 https://github.com/Perl/perl5/commit/b1d52ac427d45cf2c14450d801bf65d646268c56 Author: Yves Orton <demer...@gmail.com> Date: 2022-09-02 (Fri, 02 Sep 2022) Changed paths: M cop.h M hv_func.h M op.h M perl.h M pp.h M sbox32_hash.h M scope.h M sv.h M unixish.h M zaphod32_hash.h Log Message: ----------- put STMT_START on its own line Compare: https://github.com/Perl/perl5/compare/a96ddab70295...b1d52ac427d4