[Perl/perl5] 327bc0: debugpre

2023-05-12 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/smoke-me/khw-env
  Home:   https://github.com/Perl/perl5
  Commit: 327bc0fc260aaa963d8f1203986e20e9d772f5fb
  
https://github.com/Perl/perl5/commit/327bc0fc260aaa963d8f1203986e20e9d772f5fb
  Author: Karl Williamson 
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
M locale.c
M perl.h
M t/run/switchDx.t

  Log Message:
  ---
  debugpre




[Perl/perl5] afaaee: Revert "Generate opcode.h, opnames.h"

2023-05-12 Thread Leon Timmermans via perl5-changes
  Branch: refs/heads/leont/revert-c99-array
  Home:   https://github.com/Perl/perl5
  Commit: afaaee20fe4e4747dd23a72a380cc36ab6a686e5
  
https://github.com/Perl/perl5/commit/afaaee20fe4e4747dd23a72a380cc36ab6a686e5
  Author: Leon Timmermans 
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
M opcode.h

  Log Message:
  ---
  Revert "Generate opcode.h, opnames.h"

This reverts commit 3c544c1f6ee292e13d860f8d192ba0780a28c3ea.


  Commit: dc7491be8ee037e381210d38f651200789e21d76
  
https://github.com/Perl/perl5/commit/dc7491be8ee037e381210d38f651200789e21d76
  Author: Leon Timmermans 
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
M regen/opcode.pl

  Log Message:
  ---
  Revert "Refactor opcode.pl - with c99 array init index comments are not 
necessary"

This reverts commit f6405b442f40de7d3697fcd885bfbfa9ba55eab0.


  Commit: ade663147181a537ab2f6d6104b977db4f7dbd77
  
https://github.com/Perl/perl5/commit/ade663147181a537ab2f6d6104b977db4f7dbd77
  Author: Leon Timmermans 
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
M regen/opcode.pl

  Log Message:
  ---
  Revert "Refactor opcode.pl - use c99 array initialization (using op enum)"

This reverts commit ab28d7212b78f91ff5a0270d25b91a945c92c0e0.


Compare: https://github.com/Perl/perl5/compare/afaaee20fe4e%5E...ade663147181


[Perl/perl5] 5462b1: TODO test that sub return values are modifiable

2023-05-12 Thread Tony Cook via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 5462b17e4274b0f16b62d347717697c9e6ee193c
  
https://github.com/Perl/perl5/commit/5462b17e4274b0f16b62d347717697c9e6ee193c
  Author: Tony Cook 
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
M t/op/sub.t

  Log Message:
  ---
  TODO test that sub return values are modifiable

Regression test for #21044


  Commit: 1cb47656bd2455cb88e83248911ba4138ccd4e7a
  
https://github.com/Perl/perl5/commit/1cb47656bd2455cb88e83248911ba4138ccd4e7a
  Author: Tony Cook 
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
M pp_hot.c
M t/op/sub.t

  Log Message:
  ---
  Revert "Perl_leave_adjust_stacks: don't make mortal copies of SvIMMORTAL SVs"

This reverts commit c56d7fa9134de66efe85a2fd70b28069c2629e0d.

Also un-TODO's the new test for this issue.

Fixes #21044


Compare: https://github.com/Perl/perl5/compare/a12bd18fcb7a...1cb47656bd24