Branch: refs/heads/smoke-me/khw-env
  Home:   https://github.com/Perl/perl5
  Commit: 5d86ee672779281ee5e8a005a7bcbbc395e80bbd
      
https://github.com/Perl/perl5/commit/5d86ee672779281ee5e8a005a7bcbbc395e80bbd
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  locale.c: Avoid unnecessary freeing and reallocating

Check first if an interpreter variable has actually changed before
going to the trouble of freeing its memory and reallocating and
populating it.


  Commit: 701894ec19f14a905fd04b5c9ed94cf65b163608
      
https://github.com/Perl/perl5/commit/701894ec19f14a905fd04b5c9ed94cf65b163608
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  Return from win32_setlocale() needs to be stable

Prior to this commit it was subject to freeing when the scope was
exited.

This commit repurposes the already-existing per-thread buffer that holds
the return of setlocale(), stable until the next call to it.  Instead of
being used for setlocale() which isn't called directly on Windows
platforms, it uses it for win32_setlocale().


  Commit: 2a7a0017218be5b4a4c58a5b3a562d1f5d95cce6
      
https://github.com/Perl/perl5/commit/2a7a0017218be5b4a4c58a5b3a562d1f5d95cce6
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M util.c
    M win32/perlhost.h

  Log Message:
  -----------
  XXX Win32 mem log


  Commit: 8d5745a584fdcfe77eb764ea506d4a98e7b1a358
      
https://github.com/Perl/perl5/commit/8d5745a584fdcfe77eb764ea506d4a98e7b1a358
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M util.c

  Log Message:
  -----------
  XXX util add thread to mem_log


  Commit: c5dabf0e61341c252a7f4ec2ca7ede0660a18180
      
https://github.com/Perl/perl5/commit/c5dabf0e61341c252a7f4ec2ca7ede0660a18180
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  XXX mv: initialize PL_cur_LC_ALL


  Commit: 89b34433f988f9fcd82e3325b5cd173d6c7c67c0
      
https://github.com/Perl/perl5/commit/89b34433f988f9fcd82e3325b5cd173d6c7c67c0
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  Debug wrap wset


  Commit: 575c156b72e2e555f12d97df18ec086205b2974b
      
https://github.com/Perl/perl5/commit/575c156b72e2e555f12d97df18ec086205b2974b
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  more dregs


Compare: https://github.com/Perl/perl5/compare/6db76a08dbf2...575c156b72e2

Reply via email to