Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 7682fe5fec76cd8da31a6ed2b86d7e9297e8f92f
https://github.com/Perl/perl5/commit/7682fe5fec76cd8da31a6ed2b86d7e9297e8f92f
Author: Karl Williamson <[email protected]>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M caretx.c
Log Message:
-----------
caretx.c: Use inRANGE()
This is more efficient
Commit: ed77cbc685a61390802d4f2284bfaf6bcb3f6c49
https://github.com/Perl/perl5/commit/ed77cbc685a61390802d4f2284bfaf6bcb3f6c49
Author: Karl Williamson <[email protected]>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M win32/win32io.c
Log Message:
-----------
win32/win32io.c: Use inRANGE macro
which is more efficient.
Commit: e7e454611a205e99d4b3062def64086586098242
https://github.com/Perl/perl5/commit/e7e454611a205e99d4b3062def64086586098242
Author: Karl Williamson <[email protected]>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M win32/win32.c
Log Message:
-----------
win32/win32.c: Use inRANGE macro
which is more efficient.
Commit: 9c35352692462eae5f6e2078f2ee69870a9042a2
https://github.com/Perl/perl5/commit/9c35352692462eae5f6e2078f2ee69870a9042a2
Author: Karl Williamson <[email protected]>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M win32/vdir.h
Log Message:
-----------
win32/vdir.h: Use inRANGE macro
which is more efficient.
Commit: 0860e09008fc680efc179c7667586a9f5b634077
https://github.com/Perl/perl5/commit/0860e09008fc680efc179c7667586a9f5b634077
Author: Karl Williamson <[email protected]>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M pp_pack.c
Log Message:
-----------
pp_pack.c: Use inRANGE macro
which is more efficient
Commit: 5574513f9f50a19865b379d731a4ec7ae10fefa6
https://github.com/Perl/perl5/commit/5574513f9f50a19865b379d731a4ec7ae10fefa6
Author: Karl Williamson <[email protected]>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M util.c
Log Message:
-----------
util.c: Use inRANGE macro
Commit: 25faa0d3730537ee32a3a4646abedc33b31e0d37
https://github.com/Perl/perl5/commit/25faa0d3730537ee32a3a4646abedc33b31e0d37
Author: Karl Williamson <[email protected]>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M doio.c
Log Message:
-----------
doio.c: Use inRANGE macro
Commit: b497502cc8727ca990d121fbb40d3198e6bae3eb
https://github.com/Perl/perl5/commit/b497502cc8727ca990d121fbb40d3198e6bae3eb
Author: Karl Williamson <[email protected]>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M utf8.c
Log Message:
-----------
utf8.c: Use inRANGE
It is clearer and faster
Compare: https://github.com/Perl/perl5/compare/b10c836bbf50...b497502cc872