Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 5a771926873bc89057ccffd00eb5a7cedded4a29
https://github.com/Perl/perl5/commit/5a771926873bc89057ccffd00eb5a7cedded4a29
Author: Karl Williamson <[email protected]>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M utf8.c
Log Message:
-----------
pv_uni_display(): Declare as U8 to eliminate casts
Every use of these variables expects them to be pointers to U8.
Commit: 1e60ec6b8003d6d6a17493a423a5f6e0634e00fd
https://github.com/Perl/perl5/commit/1e60ec6b8003d6d6a17493a423a5f6e0634e00fd
Author: Karl Williamson <[email protected]>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M utf8.c
Log Message:
-----------
pv_uni_display(): Fix indentation
These lines were indented an extra space, not a multiple of 4, nor even
2.
Commit: e9c763eef4e8a886f1de8d37ac082ccdb76e920d
https://github.com/Perl/perl5/commit/e9c763eef4e8a886f1de8d37ac082ccdb76e920d
Author: Karl Williamson <[email protected]>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M utf8.c
Log Message:
-----------
pv_uni_display() Don't assume input is valid
This function naively assumed that it could do UTF8_SKIP on its input
unchallenged. But it's actually less work to get the actual value; just
change the call of the function it uses to translate the input, so that
it returns the length.
Commit: 7242922c377e3bda34b27f55f92ac90ac893edcb
https://github.com/Perl/perl5/commit/7242922c377e3bda34b27f55f92ac90ac893edcb
Author: Karl Williamson <[email protected]>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M utf8.c
Log Message:
-----------
Cleanup pod for pv_uni_display
Correct an incorrect statement and use an =item list to make the flag
behaviors stand out
Compare: https://github.com/Perl/perl5/compare/5957de4f26e0...7242922c377e
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications