Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 59645eb176f6a56df33554f3bedd0d3a7e071455
https://github.com/Perl/perl5/commit/59645eb176f6a56df33554f3bedd0d3a7e071455
Author: Karl Williamson <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M utf8.h
Log Message:
-----------
Fix UTF8_IS_START on EBCDIC
Commit: c5975126c8ee503aa938760681f9b45e64123913
https://github.com/Perl/perl5/commit/c5975126c8ee503aa938760681f9b45e64123913
Author: Karl Williamson <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M regen/ebcdic.pl
Log Message:
-----------
regen/ebcdic.pl: Comments only: typo, add column headings
Commit: c997da5edda7ab0869c4f7ebdfa8e26868cf645d
https://github.com/Perl/perl5/commit/c997da5edda7ab0869c4f7ebdfa8e26868cf645d
Author: Karl Williamson <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M ebcdic_tables.h
M regen/ebcdic.pl
Log Message:
-----------
regen/ebcdic.pl: Fix bug in decoding some high code points
This affected non-allocated or little-used high code points.
Commit: 3756d0c4f929b78b890ae4dc4f0d63168f48abcb
https://github.com/Perl/perl5/commit/3756d0c4f929b78b890ae4dc4f0d63168f48abcb
Author: Karl Williamson <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M ext/XS-APItest/t/utf8_warn_base.pl
Log Message:
-----------
ext/XS-APItest/t/utf8_warn_base.pl: Fix comment typos
Commit: bebb07f3137dffa3ad823cd76672da1eefe6da0d
https://github.com/Perl/perl5/commit/bebb07f3137dffa3ad823cd76672da1eefe6da0d
Author: Karl Williamson <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M ext/XS-APItest/t/utf8_warn_base.pl
Log Message:
-----------
ext/XS-APItest/t/utf8_warn_base.pl: Don't recalculate value
This value is already available in a different variable
Commit: 79bcf1318d6280d492396ce01959aed43fee8707
https://github.com/Perl/perl5/commit/79bcf1318d6280d492396ce01959aed43fee8707
Author: Karl Williamson <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M ext/XS-APItest/t/utf8_warn_base.pl
Log Message:
-----------
ext/XS-APItest/t/utf8_warn_base.pl: Fix for EBCDIC
There were some flaws here that showed up in EBCDIC testing.
Commit: 8ec0a73627828c366dbcd8351ca24df2c9b39933
https://github.com/Perl/perl5/commit/8ec0a73627828c366dbcd8351ca24df2c9b39933
Author: Karl Williamson <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M handy.h
Log Message:
-----------
handy.h: Fix typo in little-used macro
This only affected an EBCDIC build where no other tools are around.
This is no longer really used. It was used to bootstrap EBCDIC when
first porting to it (after the 5.8 series).
Commit: 7d6238806d33e36d4f2d22a73427bd02238ba706
https://github.com/Perl/perl5/commit/7d6238806d33e36d4f2d22a73427bd02238ba706
Author: Karl Williamson <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M t/op/die.t
Log Message:
-----------
t/op/die.t: 'use utf8'
This file is encoded in UTF-8, even though it didn't say it was.
Commit: 6e0d5e3a8141f6b1419c181803856513ce75669e
https://github.com/Perl/perl5/commit/6e0d5e3a8141f6b1419c181803856513ce75669e
Author: Karl Williamson <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: Use inRANGE macro
This is faster and clearer
Compare: https://github.com/Perl/perl5/compare/72b8e1a24ab8...6e0d5e3a8141