Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 9289d4dc7a3d24b20c6e25045e687321ee3e8faf
      
https://github.com/Perl/perl5/commit/9289d4dc7a3d24b20c6e25045e687321ee3e8faf
  Author: Karl Williamson <[email protected]>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  locale.c: Fix typo in #ifdef

This misspelling led to the code assuming that the platform didn't have
a feature that, if used, would result in faster execution.


  Commit: 954418fb5d968a5c176bc9482b05088cd60d299c
      
https://github.com/Perl/perl5/commit/954418fb5d968a5c176bc9482b05088cd60d299c
  Author: Karl Williamson <[email protected]>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M ext/POSIX/POSIX.xs

  Log Message:
  -----------
  POSIX.xs: Use alternative functions if avail

These preprocessor directives failed to account for the existence of
common alternative functions (which the implementation knows about) if
the plain function is not available on the platform.

I doubt that this makes any difference, but it makes these conditionals
consistent with the others nearby.


  Commit: f5ed3ba743326a410ae0e5ce1e5370dafa240650
      
https://github.com/Perl/perl5/commit/f5ed3ba743326a410ae0e5ce1e5370dafa240650
  Author: Karl Williamson <[email protected]>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M ext/POSIX/POSIX.xs

  Log Message:
  -----------
  POSIX.xs: White-space only

Indent to standards


  Commit: 407c2aaa9132bbacb18c1e1031f68cd4cebe2e0e
      
https://github.com/Perl/perl5/commit/407c2aaa9132bbacb18c1e1031f68cd4cebe2e0e
  Author: Karl Williamson <[email protected]>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M perlvars.h

  Log Message:
  -----------
  perlvars.h: Fix comment


  Commit: 5e638b40985e6c9728d695fe14ab7f2b038d0979
      
https://github.com/Perl/perl5/commit/5e638b40985e6c9728d695fe14ab7f2b038d0979
  Author: Karl Williamson <[email protected]>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M time64_config.h

  Log Message:
  -----------
  time64_config.h: #include reentr.h

This is so it will get any reentrant versions automatically


  Commit: 4609c3668fdfdd68a65445df942ffddb8a30a9fd
      
https://github.com/Perl/perl5/commit/4609c3668fdfdd68a65445df942ffddb8a30a9fd
  Author: Karl Williamson <[email protected]>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M perl.h

  Log Message:
  -----------
  perl.h: Remove ';' from 'NOOP;'

These are useless here


Compare: https://github.com/Perl/perl5/compare/b96bd7bfd7bb...4609c3668fdf

Reply via email to