Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: da6fa4ecf03faad13ad2647326e3c2d8d8b9e350
      
https://github.com/Perl/perl5/commit/da6fa4ecf03faad13ad2647326e3c2d8d8b9e350
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-02-28 (Wed, 28 Feb 2024)

  Changed paths:
    M regen/reentr.pl

  Log Message:
  -----------
  regen/reentr.pl: Use hash instead of code conditionals

Fill this hash with the buffer sizes instead of using conditionals in
the code to do so.  This is in preparation for more variance in the
sizes, which would otherwise increase the number of conditionals


  Commit: 1ad05b3711084e801b8a9ab53ff4675bd3bdacd3
      
https://github.com/Perl/perl5/commit/1ad05b3711084e801b8a9ab53ff4675bd3bdacd3
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-02-28 (Wed, 28 Feb 2024)

  Changed paths:
    M reentr.c
    M regen/reentr.pl

  Log Message:
  -----------
  reentr.pl: Increase strerror_r buffer size

We have seen cases where a libc strerror() buffer size of 80 is not
enough.  See https://github.com/Perl/perl5/issues/21992.

One might think our current size for strerror_r() of 256 would handle
any situation, but in looking around for this, I saw that glibc bothers
to document that theirs is 1024.  So this commit bumps it to that.


  Commit: b4d8118cfebee8a0d4f2548a9c563204938fa860
      
https://github.com/Perl/perl5/commit/b4d8118cfebee8a0d4f2548a9c563204938fa860
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-02-28 (Wed, 28 Feb 2024)

  Changed paths:
    M regen/reentr.pl

  Log Message:
  -----------
  regen/reentr.pl: Update comments


  Commit: df145d8b760d564b45e6514fe8a6d78af46fb01d
      
https://github.com/Perl/perl5/commit/df145d8b760d564b45e6514fe8a6d78af46fb01d
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-02-28 (Wed, 28 Feb 2024)

  Changed paths:
    M reentr.c
    M reentr.h
    M regen/reentr.pl

  Log Message:
  -----------
  regen/reentr.pl: Update copyright year


  Commit: ce559cb3046e1d75c6e97bfb75caca98a3f8f686
      
https://github.com/Perl/perl5/commit/ce559cb3046e1d75c6e97bfb75caca98a3f8f686
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-02-28 (Wed, 28 Feb 2024)

  Changed paths:
    M reentr.h
    M regen/reentr.pl

  Log Message:
  -----------
  regen/reentr.pl: White-space, comment


Compare: https://github.com/Perl/perl5/compare/01fa93ac353e...ce559cb3046e

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

Reply via email to