Branch: refs/heads/maint-5.38
  Home:   https://github.com/Perl/perl5
  Commit: d2d21d02a537fb7edc4d9cfedeb0ee4038296024
      
https://github.com/Perl/perl5/commit/d2d21d02a537fb7edc4d9cfedeb0ee4038296024
  Author: Tony Cook <t...@develop-help.com>
  Date:   2024-10-20 (Sun, 20 Oct 2024)

  Changed paths:
    M ext/DynaLoader/dl_dyld.xs

  Log Message:
  -----------
  DynaLoader: dl_dyld.xs: don't undef bool

I expect this was added when we added our own bool, and before
we used bool so liberally ourselves.  Now dl_dyld.xs fails to
compile, since MY_CXT_CLONE indirectly uses UNLIKELY() which
casts to bool.

Tested locally with:

  ./Configure -des -Dusedevel -Dusethreads -Ddlsrc=dl_dyld.xs

on a modern Darwin, which failed before this change and builds
after.

Based on work done by Sevan Janiyan in #21751.

Fixes #21751

(cherry picked from commit d3f42b8d3823ce40f4f62758562ad4c02ffa3e27)


  Commit: c8c17b59ce49050e1754b0782838a42d7444f925
      
https://github.com/Perl/perl5/commit/c8c17b59ce49050e1754b0782838a42d7444f925
  Author: Steve Hay <steve.m....@googlemail.com>
  Date:   2024-10-20 (Sun, 20 Oct 2024)

  Changed paths:
    M ext/DynaLoader/DynaLoader_pm.PL

  Log Message:
  -----------
  bump $DynaLoader::VERSION

Equivalent of abac0992d7 suitable for this maint release given that all
integral VERSIONs have already been used for versions of the code which are
different to this.


Compare: https://github.com/Perl/perl5/compare/271bd1973ff4...c8c17b59ce49

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to