Branch: refs/heads/smoke-me/ilmari/cygwin-utf16_to_utf8-types Home: https://github.com/Perl/perl5 Commit: 957dc60efe6a78e614ac990ebc61eee0ef95d76c https://github.com/Perl/perl5/commit/957dc60efe6a78e614ac990ebc61eee0ef95d76c Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> Date: 2020-06-17 (Wed, 17 Jun 2020) Changed paths: M cygwin/cygwin.c Log Message: ----------- Fix cygwin Perl_utf16_to_utf8 parameter types Commitf 46dcac2d383af532d3e8c014488fba83a514309 changed the I32 arguments of Perl_utf16_to_utf8() to Size_t and updated all callers that called it via the utf16_to_utf8 macro, but missed the fully-qualified call in cygwin.c.