Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 4f5a4bf5ec9a30e623a7617823f16576c0a6d547
      
https://github.com/Perl/perl5/commit/4f5a4bf5ec9a30e623a7617823f16576c0a6d547
  Author: Tony Cook <t...@develop-help.com>
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
    M builtin.c
    M lib/builtin.t

  Log Message:
  -----------
  builtin: avoid the looseness of sscanf() parsing


  Commit: c728cf57c695e33a37d113bedb779848ee32ad72
      
https://github.com/Perl/perl5/commit/c728cf57c695e33a37d113bedb779848ee32ad72
  Author: Tony Cook <t...@develop-help.com>
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
    M builtin.c
    M lib/builtin.t
    M pod/perldiag.pod

  Log Message:
  -----------
  builtin bundles: validate end of string correctly.

This went down a little rabbit hole:

- reporting the version with the NUL stopped at the NUL, so try SVf
- reporting with SVf output an invisible character
- reporting with SVf_QUOTEDPREFIX adds quotes, which changed the
  message a little


Compare: https://github.com/Perl/perl5/compare/70d391de2d92...c728cf57c695

Reply via email to