Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: a22007f6faa1ad891865556b011430e1efefd8c1
      
https://github.com/Perl/perl5/commit/a22007f6faa1ad891865556b011430e1efefd8c1
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2024-05-23 (Thu, 23 May 2024)

  Changed paths:
    M ext/POSIX/lib/POSIX.pod
    M ext/POSIX/t/usage.t

  Log Message:
  -----------
  POSIX documentation: cos exp fabs log sin sqrt

As we did in bda53d3, update description of these POSIX functions to
reflect the fact that they differ from the corresponding builtin
functions in that they require an explicit argument, i.e., they cannot
reply on an implicit $_.

Add tests to exercise this property in t/usage.t.

For: GH #16163 (partial)


  Commit: cf9d355875f10c8cf849bbb2d24b6b7877ff0e8f
      
https://github.com/Perl/perl5/commit/cf9d355875f10c8cf849bbb2d24b6b7877ff0e8f
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2024-05-23 (Thu, 23 May 2024)

  Changed paths:
    M ext/POSIX/lib/POSIX.pod
    M ext/POSIX/t/usage.t

  Log Message:
  -----------
  POSIX::umask needs explicit argument

POSIX::umask(), unlike the builtin umask(), cannot rely upon an implicit
$_.  It needs an explicit argument when being called.

For: GH #16163 (now complete)


Compare: https://github.com/Perl/perl5/compare/7cf19d620301...cf9d355875f1

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

Reply via email to