Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: b5ad20ca76c352a51d19a0e934fe4989b4a167d3
https://github.com/Perl/perl5/commit/b5ad20ca76c352a51d19a0e934fe4989b4a167d3
Author: Karl Williamson <[email protected]>
Date: 2019-11-11 (Mon, 11 Nov 2019)
Changed paths:
M utf8.h
Log Message:
-----------
utf8.h: Use a cast to U8 to avoid an AND
Commit: 52a3aca84e93ccfd092e5336a65b9647b9cd57c9
https://github.com/Perl/perl5/commit/52a3aca84e93ccfd092e5336a65b9647b9cd57c9
Author: Karl Williamson <[email protected]>
Date: 2019-11-11 (Mon, 11 Nov 2019)
Changed paths:
M t/re/regexp.t
Log Message:
-----------
re/regexp.t: Change variable name to be more meaningful
Commit: 0cd59ee9ca0f0af3c0c172ecc27bb3f02da6db08
https://github.com/Perl/perl5/commit/0cd59ee9ca0f0af3c0c172ecc27bb3f02da6db08
Author: Karl Williamson <[email protected]>
Date: 2019-11-11 (Mon, 11 Nov 2019)
Changed paths:
M t/re/regexp.t
Log Message:
-----------
t/re/regexp.t: Only convert to EBCDIC once
Some tests get added as we go along, and those added tests have already
been converted to EBCDIC if necessary. Don't reconvert, which messes
things up.
Commit: 2a3c509d463ce8d8356aff457f4a59da34c33673
https://github.com/Perl/perl5/commit/2a3c509d463ce8d8356aff457f4a59da34c33673
Author: Karl Williamson <[email protected]>
Date: 2019-11-11 (Mon, 11 Nov 2019)
Changed paths:
M malloc.c
Log Message:
-----------
malloc.c: Use isDIGIT macro instead of hand-rolling it
The macro is more efficient
Compare: https://github.com/Perl/perl5/compare/6ea51042b552...2a3c509d463c