Branch: refs/heads/smoke-me/khw-env
  Home:   https://github.com/Perl/perl5
  Commit: 495df91a257abc74ea036c62451eb52065b568d4
      
https://github.com/Perl/perl5/commit/495df91a257abc74ea036c62451eb52065b568d4
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M embed.fnc
    M embed.h
    M locale.c
    M proto.h

  Log Message:
  -----------
  XXX for diffs: wont compile: rmv setlocale_from_aggregate


  Commit: 4d8360e665f04bbd84e4ace4bb4bf341a7fc8060
      
https://github.com/Perl/perl5/commit/4d8360e665f04bbd84e4ace4bb4bf341a7fc8060
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M cpan/version/t/07locale.t
    M embed.fnc
    M embed.h
    M embedvar.h
    M hints/freebsd.sh
    M hints/openbsd.sh
    M intrpvar.h
    M lib/locale_threads.t
    M locale.c
    M makedef.pl
    M perl.c
    M perl.h
    M pod/perldelta.pod
    M pod/perllocale.pod
    M pod/perlre.pod
    M pp_sys.c
    M proto.h
    M sv.c
    M t/harness
    M utf8.h
    M vutil.c

  Log Message:
  -----------
  l


  Commit: 0e6265c44b57c542c36863930a59869eefa26d63
      
https://github.com/Perl/perl5/commit/0e6265c44b57c542c36863930a59869eefa26d63
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M makedef.pl

  Log Message:
  -----------
  makedef.pl: Don't use locale items unless using locale

If we are configured to not look at locales at all, we shouldn't be
looking at threaded locales nor POSIX 2008 ones.

This commit fixes a situation that is not likely at all to show up in
real life, but I stumbeled across it in testing weird configurations.


  Commit: 6d19549c1b29f987a4f4c5b5caa8b1dd972b5301
      
https://github.com/Perl/perl5/commit/6d19549c1b29f987a4f4c5b5caa8b1dd972b5301
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M makedef.pl

  Log Message:
  -----------
  makedef.pl: Remove redundant set

This ||= is useless, as just above we've already set MULTIPLICITY if
USE_ITHREADS is set.


  Commit: 12e1f4b00c7719d443636380f9d086e2a081978c
      
https://github.com/Perl/perl5/commit/12e1f4b00c7719d443636380f9d086e2a081978c
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M lib/locale.t

  Log Message:
  -----------
  XXX temp: lib/locale.t: debug


  Commit: dbffb37fedd3ae2c8cc58fab54fd07e0a985fec6
      
https://github.com/Perl/perl5/commit/dbffb37fedd3ae2c8cc58fab54fd07e0a985fec6
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M lib/locale.t

  Log Message:
  -----------
  lib/locale.t FILE debug


  Commit: 5379c06fabb89f6a92f8e278c949ced2d762e7a0
      
https://github.com/Perl/perl5/commit/5379c06fabb89f6a92f8e278c949ced2d762e7a0
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M lib/locale.t

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


  Commit: 7b5037975a5b41dd48a7e97439b79e7865d7f431
      
https://github.com/Perl/perl5/commit/7b5037975a5b41dd48a7e97439b79e7865d7f431
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M pod/perlhacktips.pod

  Log Message:
  -----------
  XXX incomplete perlhacktips:


  Commit: 63b25769c34c42147665a9573ed9942efbc4dabc
      
https://github.com/Perl/perl5/commit/63b25769c34c42147665a9573ed9942efbc4dabc
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M handy.h

  Log Message:
  -----------
  XXX cygwin debugging small macro buf


  Commit: 55b29e3d901aad500edc46081902c22c9bbd588b
      
https://github.com/Perl/perl5/commit/55b29e3d901aad500edc46081902c22c9bbd588b
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M iperlsys.h

  Log Message:
  -----------
  iperlsys.h: TODO need to look at adding mutexes


  Commit: 8460c66fd480cc12fa8c31dc6e5ac0245e651fbd
      
https://github.com/Perl/perl5/commit/8460c66fd480cc12fa8c31dc6e5ac0245e651fbd
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M regen/reentr.pl

  Log Message:
  -----------
  reentr.pl: XXX about needing mutex


  Commit: 7c51e63877c842651a27d943011a9761a0d139e3
      
https://github.com/Perl/perl5/commit/7c51e63877c842651a27d943011a9761a0d139e3
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M regexec.c

  Log Message:
  -----------
  regexec.c: XXX has cast to U8 for some reason


  Commit: 6483c0fc6138d1dbf56e10028a033cec1ddcad4f
      
https://github.com/Perl/perl5/commit/6483c0fc6138d1dbf56e10028a033cec1ddcad4f
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M sv.c

  Log Message:
  -----------
  perlapi: Combine sv_eq(), sv_eq_flags() entries


  Commit: 3fdc8bdf1b1467a3c77d52a5a8de457a6776a604
      
https://github.com/Perl/perl5/commit/3fdc8bdf1b1467a3c77d52a5a8de457a6776a604
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M dist/ExtUtils-ParseXS/lib/perlxs.pod
    M t/porting/known_pod_issues.dat

  Log Message:
  -----------
  perlxs


  Commit: aec6890f3d51866f021ee9f599bd50346cf46664
      
https://github.com/Perl/perl5/commit/aec6890f3d51866f021ee9f599bd50346cf46664
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M dist/IO/IO.xs

  Log Message:
  -----------
  XXX check if using ppport IO.xs: Remove fallback code furnished by ppport


  Commit: 32ca2ab4e412b357f66f57e7290b773a8e6fe255
      
https://github.com/Perl/perl5/commit/32ca2ab4e412b357f66f57e7290b773a8e6fe255
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M pp.c

  Log Message:
  -----------
  Debug Windows memory usage in pp_study


  Commit: 80d8205035756d2dad1ef0dcf69416ff50c5871f
      
https://github.com/Perl/perl5/commit/80d8205035756d2dad1ef0dcf69416ff50c5871f
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M pod/perlmod.pod

  Log Message:
  -----------
  perlmod


  Commit: 3dc4351d6e5caad0fae1ff81985ec7bd9b5ac3b7
      
https://github.com/Perl/perl5/commit/3dc4351d6e5caad0fae1ff81985ec7bd9b5ac3b7
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M perl.h

  Log Message:
  -----------
  XXX perl.h: Debugging mutex lock'


Compare: https://github.com/Perl/perl5/compare/7b4cf40f102d...3dc4351d6e5c

Reply via email to