Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 2d8dd9eb480c087d4be38eccb70dfcbb265548de
https://github.com/Perl/perl5/commit/2d8dd9eb480c087d4be38eccb70dfcbb265548de
Author: Karl Williamson <[email protected]>
Date: 2021-08-07 (Sat, 07 Aug 2021)
Changed paths:
M handy.h
Log Message:
-----------
handy.h: Fix internal macro
I found this reading code. The macro is supposed to check for something
not being in the ASCII range, but instead checked that the input is
invariant under UTF-8. These concepts evaluate to the same thing on
ASCII platforms, but differently on EBCDIC ones. The calls to this
macro are such that there isn't a bug that surfaces here, but the code
generated is slightly different, and it should be fixed to prevent any
future issues.
Commit: 72c1a704758e6a6e9191f78e46b8dd3e79487b5e
https://github.com/Perl/perl5/commit/72c1a704758e6a6e9191f78e46b8dd3e79487b5e
Author: Karl Williamson <[email protected]>
Date: 2021-08-07 (Sat, 07 Aug 2021)
Changed paths:
M regexec.c
Log Message:
-----------
regexec.c: Add comment
Commit: 991612d4895e379daac8953d350a62e3994fe57e
https://github.com/Perl/perl5/commit/991612d4895e379daac8953d350a62e3994fe57e
Author: Karl Williamson <[email protected]>
Date: 2021-08-07 (Sat, 07 Aug 2021)
Changed paths:
M embed.fnc
M proto.h
M utf8.c
Log Message:
-----------
utf8.c: Rename formal param to static fcn
The new mname is more mnemonic
Commit: cd64971733afc76a66b233baa79fa9fae6ebb236
https://github.com/Perl/perl5/commit/cd64971733afc76a66b233baa79fa9fae6ebb236
Author: Karl Williamson <[email protected]>
Date: 2021-08-07 (Sat, 07 Aug 2021)
Changed paths:
M pod/perlfunc.pod
Log Message:
-----------
perlfunc: Fix typo
Compare: https://github.com/Perl/perl5/compare/03abef4e9143...cd64971733af