Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 726f0605ed00fdfa7041c3f91c84273723f61555
https://github.com/Perl/perl5/commit/726f0605ed00fdfa7041c3f91c84273723f61555
Author: Karl Williamson <[email protected]>
Date: 2021-07-25 (Sun, 25 Jul 2021)
Changed paths:
M t/re/pat_advanced.t
Log Message:
-----------
pat_advanced.t: EBCDIC fix
Commit: 9ab40e4a9ef6ccc7dac62ecfaa69d6b79a7a1399
https://github.com/Perl/perl5/commit/9ab40e4a9ef6ccc7dac62ecfaa69d6b79a7a1399
Author: Karl Williamson <[email protected]>
Date: 2021-07-25 (Sun, 25 Jul 2021)
Changed paths:
M t/op/length.t
Log Message:
-----------
op/length.t: Use modern tools for EBCDIC
This uses the tools furnished in a test helper file instead of
hand-rolling our own code, greatly simplifying things.
Commit: f07fa16500a2c3a14d8403506d7f67ce1f743b4a
https://github.com/Perl/perl5/commit/f07fa16500a2c3a14d8403506d7f67ce1f743b4a
Author: Karl Williamson <[email protected]>
Date: 2021-07-25 (Sun, 25 Jul 2021)
Changed paths:
M t/comp/require.t
Log Message:
-----------
comp/require.t
Remove obsolete EBCDIC references. This no longer skips tests on
EBCDIC, working equally well on it as well as ASCII.
Commit: 4e3e2cbbe7f79a964be859af59d59305f7781dbd
https://github.com/Perl/perl5/commit/4e3e2cbbe7f79a964be859af59d59305f7781dbd
Author: Karl Williamson <[email protected]>
Date: 2021-07-25 (Sun, 25 Jul 2021)
Changed paths:
M t/op/print.t
Log Message:
-----------
op/print.t: Generalize for EBCDIC
This adds an EBCDIC-specific test corresponding to an ASCII-specific
one
Commit: 4399381d2fd192c7677b390040305777edee6254
https://github.com/Perl/perl5/commit/4399381d2fd192c7677b390040305777edee6254
Author: Karl Williamson <[email protected]>
Date: 2021-07-25 (Sun, 25 Jul 2021)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: Use existing macro
Don't reinvent the macro
Commit: fc4ef3c83cb2080bed88ceb3d8dc349ac321f012
https://github.com/Perl/perl5/commit/fc4ef3c83cb2080bed88ceb3d8dc349ac321f012
Author: Karl Williamson <[email protected]>
Date: 2021-07-25 (Sun, 25 Jul 2021)
Changed paths:
M perl.h
Log Message:
-----------
perl.h: Add some comments
Compare: https://github.com/Perl/perl5/compare/a088f06523f8...fc4ef3c83cb2