Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c093154c72283bc1b063db85edc3e016c7598764 https://github.com/Perl/perl5/commit/c093154c72283bc1b063db85edc3e016c7598764 Author: Karl Williamson <k...@cpan.org> Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths: M utf8.c Log Message: ----------- S_is_utf8_overlong: Consolidate switch() cases. These case statement values all follow a particular pattern, which can be made explicit, and then they all have the same value. Commit: a3b43aac0baee0e189c8dc1e09619809e54be936 https://github.com/Perl/perl5/commit/a3b43aac0baee0e189c8dc1e09619809e54be936 Author: Karl Williamson <k...@cpan.org> Date: 2025-03-12 (Wed, 12 Mar 2025) Changed paths: M utf8.c Log Message: ----------- utf8.c: Generalize returns from 2 static functions Previously these functions returned -1, 0, and 1. Now the +1 is replaced by a generalized value that future commits will take advantage of. Compare: https://github.com/Perl/perl5/compare/fc7417e3b32f...a3b43aac0bae To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications