Branch: refs/heads/smoke-me/jkeenan/gh-21814-21815-combined
  Home:   https://github.com/Perl/perl5
  Commit: afbef12461864bb75113f402cc28224ec1a0698d
      
https://github.com/Perl/perl5/commit/afbef12461864bb75113f402cc28224ec1a0698d
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  locale.c: Change S_emulate_langinfo formal arg type

The type of this parameter changed recently from an enum to an int,
and embed.fnc was updated, but not the actual function definition.

No compilers except the OpenBSD one complained so far.

Fixes GH #21811


  Commit: 9a124ec1f5401a8310daae2fd9023a8712f85598
      
https://github.com/Perl/perl5/commit/9a124ec1f5401a8310daae2fd9023a8712f85598
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
    M embed.fnc
    M embed.h
    M proto.h

  Log Message:
  -----------
  Fix blead not compiling with -DNO_LOCALE

This recently introduced failure was due to yet another problem with my
doing a 'rebase -i'.  embed.fnc nowadays gets re-sorted as part of the
build process, and I need to manually verify each time that the new
ordering didn't screw anything up.  Anyway, this function declaration
got placed in the wrong bucket of #ifdefs in embed.fnc.  This commit
fixes that.


  Commit: ef01f2a9e614898fe71cd786a91238d1819e9cc4
      
https://github.com/Perl/perl5/commit/ef01f2a9e614898fe71cd786a91238d1819e9cc4
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2024-01-11 (Thu, 11 Jan 2024)

  Changed paths:
    M embed.fnc
    M embed.h
    M proto.h

  Log Message:
  -----------
  Merge branch 'gh-21815-khw-mv_emul_langi' into 
smoke-me/jkeenan/gh-21814-21815-combined


Compare: https://github.com/Perl/perl5/compare/afbef1246186%5E...ef01f2a9e614

Reply via email to