Branch: refs/heads/hv/gh19010
  Home:   https://github.com/Perl/perl5
  Commit: a9475d1841f2673647c5ced6957dd637f9518979
      
https://github.com/Perl/perl5/commit/a9475d1841f2673647c5ced6957dd637f9518979
  Author: Hugo van der Sanden <h...@crypt.org>
  Date:   2021-08-15 (Sun, 15 Aug 2021)

  Changed paths:
    M ext/XS-APItest/t/grok.t
    M numeric.c

  Log Message:
  -----------
  gh19010: fix returns for Perl_grok_infnan

Consistently honour what the docs have always promised:
  If an infinity or a not-a-number is recognized, C<*sp> will point to
  one byte past the end of the recognized string.  If the recognition fails,
  zero is returned, and C<*sp> will not move.

Additionally, restore Perl_grok_number_flags to allowing inf/nan with
trailing garbage only when called with PERL_SCAN_TRAILING; add notes
to the other two core callers to clarify that they always accept such
trailing garbage.

A small number of XS-APItest tests were modified to reflect the stricter
behaviour: "Infin" and "nanx" are now invalid without PERL_SCAN_TRAILING.


Reply via email to