Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 40d2776f3505d22a2b1309ae2c3bf28bcb1d9016
https://github.com/Perl/perl5/commit/40d2776f3505d22a2b1309ae2c3bf28bcb1d9016
Author: Karl Williamson <[email protected]>
Date: 2020-01-03 (Fri, 03 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 16 is too few, but 32 is sufficient to
hold them. Doing this saves some space/memory on 64 bit builds where an
int is 64 bits.
Commit: 1b292063004c9bbdfe307aadd8beb72df25e7c2f
https://github.com/Perl/perl5/commit/1b292063004c9bbdfe307aadd8beb72df25e7c2f
Author: Karl Williamson <[email protected]>
Date: 2020-01-03 (Fri, 03 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: f46dcac2d383af532d3e8c014488fba83a514309
https://github.com/Perl/perl5/commit/f46dcac2d383af532d3e8c014488fba83a514309
Author: Karl Williamson <[email protected]>
Date: 2020-01-03 (Fri, 03 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: 9fde59141061b7875147a92b1e1dc991756c2e1e
https://github.com/Perl/perl5/commit/9fde59141061b7875147a92b1e1dc991756c2e1e
Author: Karl Williamson <[email protected]>
Date: 2020-01-03 (Fri, 03 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: 100de20c48e8eb318406f6c2e9d269cd2adfae14
https://github.com/Perl/perl5/commit/100de20c48e8eb318406f6c2e9d269cd2adfae14
Author: Karl Williamson <[email protected]>
Date: 2020-01-03 (Fri, 03 Jan 2020)
Changed paths:
M utf8.c
Log Message:
-----------
utf8.c: Use casts to silence some warnings
Commit: 99f3049521ee2ec62f8a0cd5ed547429c1d374bc
https://github.com/Perl/perl5/commit/99f3049521ee2ec62f8a0cd5ed547429c1d374bc
Author: Karl Williamson <[email protected]>
Date: 2020-01-03 (Fri, 03 Jan 2020)
Changed paths:
M utf8.c
Log Message:
-----------
utf8.c: Comment white-space only
Compare: https://github.com/Perl/perl5/compare/b28d5df592d8...99f3049521ee