Branch: refs/heads/yves/ws_cleanup_headers
  Home:   https://github.com/Perl/perl5
  Commit: 20a53e40d71bbef02d854690dc75b611782b8739
      
https://github.com/Perl/perl5/commit/20a53e40d71bbef02d854690dc75b611782b8739
  Author: Yves Orton <demer...@gmail.com>
  Date:   2022-09-01 (Thu, 01 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.


Reply via email to