Branch: refs/heads/smoke-me/khw-uv
Home: https://github.com/Perl/perl5
Commit: faffe1af080d752fc9fdb8b15d193536360c5b01
https://github.com/Perl/perl5/commit/faffe1af080d752fc9fdb8b15d193536360c5b01
Author: Karl Williamson <[email protected]>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M charclass_invlists.h
M embed.fnc
M lib/unicore/uni_keywords.pl
M proto.h
M regcomp.c
M regen/mk_invlists.pl
M regexec.c
M uni_keywords.h
M utf8.c
Log Message:
-----------
Change some structures/fcns to use I32 and U32
This is because these deal with only legal Unicode code points, which
are restricted to 21 bits, so 32 is sufficient to hold them. Doing this
saves some space/memory on 64 bit builds where an int is 64 bits.
Commit: c15cdc925cb18eaa2c3bc1df91b706c03780d35a
https://github.com/Perl/perl5/commit/c15cdc925cb18eaa2c3bc1df91b706c03780d35a
Author: Karl Williamson <[email protected]>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M embed.fnc
M proto.h
M regcomp.c
M regexec.c
M utf8.c
Log Message:
-----------
Change parameter type of static fcn
This makes the first parameter consistent with the other similar
parameter.
Commit: b5dd206f9b045d638f67d97b2f1ab24598376987
https://github.com/Perl/perl5/commit/b5dd206f9b045d638f67d97b2f1ab24598376987
Author: Karl Williamson <[email protected]>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M embed.fnc
M ext/XS-APItest/APItest.xs
M proto.h
M toke.c
M utf8.c
Log Message:
-----------
utf8.c: Change parameter types of internal fcns
These generated warnings on certain platform builds, and weren't the
best types for the purpose anyway.
Commit: 15b9da826c234c979d5c4ec4b4b6d67f853c9f61
https://github.com/Perl/perl5/commit/15b9da826c234c979d5c4ec4b4b6d67f853c9f61
Author: Karl Williamson <[email protected]>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M utf8.c
Log Message:
-----------
utf8.c: Change internal variable's type
Packed warnings are 32 bit. This silences some compiler warnings.
Commit: c7e43b4c293fbec4ad7161e17217458412cfae4e
https://github.com/Perl/perl5/commit/c7e43b4c293fbec4ad7161e17217458412cfae4e
Author: Karl Williamson <[email protected]>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M utf8.c
Log Message:
-----------
utf8.c: Use casts to silence some warnings
Commit: eb5fd5e45516fd1d053135695ce39b9b33010fa2
https://github.com/Perl/perl5/commit/eb5fd5e45516fd1d053135695ce39b9b33010fa2
Author: Karl Williamson <[email protected]>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M utf8.c
Log Message:
-----------
utf8.c: Comment white-space only
Compare: https://github.com/Perl/perl5/compare/faffe1af080d%5E...eb5fd5e45516