Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0f45bd81c598d732b012df5972e62aa882abd757 https://github.com/Perl/perl5/commit/0f45bd81c598d732b012df5972e62aa882abd757 Author: Karl Williamson <k...@cpan.org> Date: 2025-01-27 (Mon, 27 Jan 2025)
Changed paths: M doio.c Log Message: ----------- doio.c Change a variable from char* to U8* This removes 6 casts and adds 1, resulting in cleaner looking code. Commit: 34e58a726d2eec1774a6f0b4e8477b274521684a https://github.com/Perl/perl5/commit/34e58a726d2eec1774a6f0b4e8477b274521684a Author: Karl Williamson <k...@cpan.org> Date: 2025-01-27 (Mon, 27 Jan 2025) Changed paths: M doio.c Log Message: ----------- do_print(): Use bytes_to_utf8_free_me, utf8_to_bytes_new_pv These new functions do the work this used to duplicate, except they allocate memory only if necessary, instead of always, as previously Compare: https://github.com/Perl/perl5/compare/48972dd0c765...34e58a726d2e To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications