Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 39cf04a2758735e0c0ed9ee89acc5a2b4d52d627
      
https://github.com/Perl/perl5/commit/39cf04a2758735e0c0ed9ee89acc5a2b4d52d627
  Author: Tony Cook <t...@develop-help.com>
  Date:   2024-09-13 (Fri, 13 Sep 2024)

  Changed paths:
    M lib/builtin.t

  Log Message:
  -----------
  builtin: test the unary functions see if tail call crashes them


  Commit: db19dfaafcb8344ef45012ae7f90fad964857888
      
https://github.com/Perl/perl5/commit/db19dfaafcb8344ef45012ae7f90fad964857888
  Author: Tony Cook <t...@develop-help.com>
  Date:   2024-09-13 (Fri, 13 Sep 2024)

  Changed paths:
    M builtin.c
    M lib/B/Op_private.pm
    M opcode.h
    M pp.c
    M regen/op_private

  Log Message:
  -----------
  builtin: fix TARG handling for refaddr, reftype, ceil, floor, trim

pp_stringify is a little special in that it is "hot" so I don't fix
it here.


  Commit: 8df7878c8a51a3781b8f8106e4d2d5d419c2d1a1
      
https://github.com/Perl/perl5/commit/8df7878c8a51a3781b8f8106e4d2d5d419c2d1a1
  Author: Tony Cook <t...@develop-help.com>
  Date:   2024-09-13 (Fri, 13 Sep 2024)

  Changed paths:
    M builtin.c

  Log Message:
  -----------
  builtin::stringify: duplicate the implementation for XS

I'm not entirely happy with this, but pp_stringify is in pp_hot.c
for a reason, so:
a) I don't want to move it
b) I don't want to complicate it

so just duplicate the trivial implementation.

Fixes #22542


Compare: https://github.com/Perl/perl5/compare/bd12780ddd3d...8df7878c8a51

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

Reply via email to