Branch: refs/heads/smoke-me/khw-threads
  Home:   https://github.com/Perl/perl5
  Commit: cb7e9893738cb1231e65db90d23de493ea6adfeb
      
https://github.com/Perl/perl5/commit/cb7e9893738cb1231e65db90d23de493ea6adfeb
  Author: Karl Williamson <k...@cpan.org>
  Date:   2022-11-05 (Sat, 05 Nov 2022)

  Changed paths:
    M embed.fnc
    M ext/POSIX/POSIX.xs
    M ext/POSIX/lib/POSIX.pod
    M locale.c
    M pod/perldelta.pod
    M proto.h

  Log Message:
  -----------
  Fix POSIX::strxfrm()

This function takes an SV containing a PV.  The encoding of that PV is
based on the locale of the LC_CTYPE locale.  It really doesn't make
sense to collate based off of the sequencing of a different locale, which
prior to this commit it would do if the LC_COLLATION locale were
different.


  Commit: 4300e93b3d44420fe0d9d5ca565f2da95e6541a2
      
https://github.com/Perl/perl5/commit/4300e93b3d44420fe0d9d5ca565f2da95e6541a2
  Author: Karl Williamson <k...@cpan.org>
  Date:   2022-11-05 (Sat, 05 Nov 2022)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  locale.c Move some code to more appropriate place

Indentation fixes will come in a later commit


  Commit: 2e67fb84308b87bd22b66200e2961c9324e0fb52
      
https://github.com/Perl/perl5/commit/2e67fb84308b87bd22b66200e2961c9324e0fb52
  Author: Karl Williamson <k...@cpan.org>
  Date:   2022-11-05 (Sat, 05 Nov 2022)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  locale.c white-space, comment, pod, C99 only

Previous commits, in trying to minimize the difference listings, have
left some indentations wrong, and comments out of order.  This commit
rectifies that.

It rewords some pod, and moves some declarations closer to first use
(now that we are using C99).


  Commit: ea917d04682e9fa4701602d7d9a416b94771eac1
      
https://github.com/Perl/perl5/commit/ea917d04682e9fa4701602d7d9a416b94771eac1
  Author: Karl Williamson <k...@cpan.org>
  Date:   2022-11-05 (Sat, 05 Nov 2022)

  Changed paths:
    M locale.c
    M perl.h

  Log Message:
  -----------
  XXX flesh out msg: Add STDIZED_MUTEX_LOCK


  Commit: b69debdca095921bde6effa0990b612f5483a6c3
      
https://github.com/Perl/perl5/commit/b69debdca095921bde6effa0990b612f5483a6c3
  Author: Karl Williamson <k...@cpan.org>
  Date:   2022-11-05 (Sat, 05 Nov 2022)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  use mvrtowc lock


  Commit: 55d0deadeae9af97c6c60d060632ee848161c052
      
https://github.com/Perl/perl5/commit/55d0deadeae9af97c6c60d060632ee848161c052
  Author: Karl Williamson <k...@cpan.org>
  Date:   2022-11-05 (Sat, 05 Nov 2022)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  XXX prob drop; done before anything so no races


  Commit: bd7fa1bc34175fd0ad11136cd8c24d325dccce6f
      
https://github.com/Perl/perl5/commit/bd7fa1bc34175fd0ad11136cd8c24d325dccce6f
  Author: Karl Williamson <k...@cpan.org>
  Date:   2022-11-05 (Sat, 05 Nov 2022)

  Changed paths:
    M ext/POSIX/POSIX.xs
    M lib/locale_threads.t

  Log Message:
  -----------
  lib/locale_threads.t


Compare: https://github.com/Perl/perl5/compare/13754a7451d7...bd7fa1bc3417

Reply via email to