Branch: refs/heads/smoke-me/khw-uv
Home: https://github.com/Perl/perl5
Commit: bbf1207be38fa0de421aa3958b0c059d1b984965
https://github.com/Perl/perl5/commit/bbf1207be38fa0de421aa3958b0c059d1b984965
Author: Karl Williamson <[email protected]>
Date: 2020-01-02 (Thu, 02 Jan 2020)
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: 6f683d9e40a03388c97e3b939b4ac90166b948b1
https://github.com/Perl/perl5/commit/6f683d9e40a03388c97e3b939b4ac90166b948b1
Author: Karl Williamson <[email protected]>
Date: 2020-01-02 (Thu, 02 Jan 2020)
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: c5e195a32c19d8e694de66ad3a19616b5113cd3e
https://github.com/Perl/perl5/commit/c5e195a32c19d8e694de66ad3a19616b5113cd3e
Author: Karl Williamson <[email protected]>
Date: 2020-01-02 (Thu, 02 Jan 2020)
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: 896eda139c60616c7952b80ef6f47aaafcea3b90
https://github.com/Perl/perl5/commit/896eda139c60616c7952b80ef6f47aaafcea3b90
Author: Karl Williamson <[email protected]>
Date: 2020-01-02 (Thu, 02 Jan 2020)
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: 87343aa21a2e4eda185e3692f81429852514d2ca
https://github.com/Perl/perl5/commit/87343aa21a2e4eda185e3692f81429852514d2ca
Author: Karl Williamson <[email protected]>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M utf8.c
Log Message:
-----------
utf8.c: Use casts to silence some warnings
Commit: 2f3c16de07cffc906ad840a34af00e96377f4103
https://github.com/Perl/perl5/commit/2f3c16de07cffc906ad840a34af00e96377f4103
Author: Karl Williamson <[email protected]>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M utf8.c
Log Message:
-----------
utf8.c: Comment white-space only
Commit: 5d29993a59bd3972b8f6a7af968074800c8130e1
https://github.com/Perl/perl5/commit/5d29993a59bd3972b8f6a7af968074800c8130e1
Author: Karl Williamson <[email protected]>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M embed.fnc
M proto.h
M regcomp.c
M utf8.c
M util.c
Log Message:
-----------
f
Compare: https://github.com/Perl/perl5/compare/bbf1207be38f%5E...5d29993a59bd