Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 475dc0225024d09fb7c7ce36aca4e0bc2d2c5bea
      
https://github.com/Perl/perl5/commit/475dc0225024d09fb7c7ce36aca4e0bc2d2c5bea
  Author: Yves Orton <demer...@gmail.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

  Changed paths:
    M pod/perlguts.pod

  Log Message:
  -----------
  perlguts.pod - s/MORTALDESTRUCTOR_X/MORTALSVFUNC_X/g

This macro was renamed during development, but these two references in the
docs were overlooked.

Fixes #21215


  Commit: 28b45ff767638858a83058d46f60f982d61b3641
      
https://github.com/Perl/perl5/commit/28b45ff767638858a83058d46f60f982d61b3641
  Author: Yves Orton <demer...@gmail.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

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

  Log Message:
  -----------
  perlreapi.pod - update docs regex offset data

RX_OFFS() was renamed RX_OFFSp() as only the internals should be using it.
The newer macros RX_OFFS_START() and RX_OFFS_END() and RX_OFFS_VALID() are
the correct way to do the same thing that used to be done with RX_OFFS().
Any code using RX_OFFSp() outside of the internals will likely end up doing
the wrong thing, it is provided only for internals use.

Fixes #21213


Compare: https://github.com/Perl/perl5/compare/fccb25289c84...28b45ff76763

Reply via email to