Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: ecef3a65d2c34ab6acbc8d1e8e17f5f41e307729
https://github.com/Perl/perl5/commit/ecef3a65d2c34ab6acbc8d1e8e17f5f41e307729
Author: Karl Williamson <[email protected]>
Date: 2021-12-14 (Tue, 14 Dec 2021)
Changed paths:
M Porting/makerel
Log Message:
-----------
Porting/makerel Make EBCDIC files writable
Some of them need to be changed after generation
Commit: ddc12dcf6402128d27f23b66e660fdacc27dc0c4
https://github.com/Perl/perl5/commit/ddc12dcf6402128d27f23b66e660fdacc27dc0c4
Author: Karl Williamson <[email protected]>
Date: 2021-12-14 (Tue, 14 Dec 2021)
Changed paths:
M Porting/makerel
Log Message:
-----------
Porting/makerel: Add use strict/warnings
Commit: e4b57ba3eb5fb8d98438d338e72b4d11086f5882
https://github.com/Perl/perl5/commit/e4b57ba3eb5fb8d98438d338e72b4d11086f5882
Author: Karl Williamson <[email protected]>
Date: 2021-12-14 (Tue, 14 Dec 2021)
Changed paths:
M Porting/makerel
Log Message:
-----------
Porting/makerel: White-space/comment only
Prepare for a future commit that will add a surrounding block.
Commit: acc1f7a17a08c6af6642b1a9b23395983de398f7
https://github.com/Perl/perl5/commit/acc1f7a17a08c6af6642b1a9b23395983de398f7
Author: Karl Williamson <[email protected]>
Date: 2021-12-14 (Tue, 14 Dec 2021)
Changed paths:
M Porting/makerel
Log Message:
-----------
Porting/makerel: Avoid hardcoding UTF-EBCDICS
Instead, this uses the fundamental constants and derived values copied
from utf8.h, making things shorter
Commit: 27a374b3f0463f9ed14051ed143b9610ff924657
https://github.com/Perl/perl5/commit/27a374b3f0463f9ed14051ed143b9610ff924657
Author: Karl Williamson <[email protected]>
Date: 2021-12-14 (Tue, 14 Dec 2021)
Changed paths:
M Porting/makerel
Log Message:
-----------
Porting/makerel: Add xlation of UTF-16 files
Compare: https://github.com/Perl/perl5/compare/9f5bbdb687d6...27a374b3f046