Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 1f7cfaefd6cb9cabbdc4ffcb8e1de9ecc291792a
      
https://github.com/Perl/perl5/commit/1f7cfaefd6cb9cabbdc4ffcb8e1de9ecc291792a
  Author: Yves Orton <demer...@gmail.com>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
    M t/porting/podcheck.t

  Log Message:
  -----------
  t/porting/podcheck.t - some verbatim text is copied from the source

So we should check if it is still in sync with the source, and ignore
any line length issues as the source needs to be changed, not the copy.

To enable this simply put "file source: FILENAME" or
"copied from: FILENAME" in the first line of the verbatim text.


  Commit: a6d10131eee6ee336e4bd63f22a378e9d5ae40bd
      
https://github.com/Perl/perl5/commit/a6d10131eee6ee336e4bd63f22a378e9d5ae40bd
  Author: Yves Orton <demer...@gmail.com>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
    M pod/perlreapi.pod
    M regexp.h

  Log Message:
  -----------
  regexp.h/perlreapi.pod - synchronize struct regexp documentation with source

and update the individual struct members documentation accordingly,
some time ago this structure was synchonize with the SV structure,
so some members that used to be documented are now actually macros.

This also includes a couple of field reordering to make the struct
easier to understand and also to cluster the 32 bit fields together
so that the structure is a minimal size.

Thanks to Tony C for noticing this and calling it to my attention.


Compare: https://github.com/Perl/perl5/compare/7465f862296e...a6d10131eee6

Reply via email to