Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: b56ecb40da955d5b514fc0814ec7e10b07b140fa
https://github.com/Perl/perl5/commit/b56ecb40da955d5b514fc0814ec7e10b07b140fa
Author: Pali <[email protected]>
Date: 2019-12-10 (Tue, 10 Dec 2019)
Changed paths:
M ext/XS-APItest/APItest.xs
Log Message:
-----------
APItest.xs: Fix compile warning: format ‘%d’ expects argument of type ‘int’,
but argument 2 has type ‘line_t {aka long unsigned int}’
Use "%u" format modifier instead of "%d" as line_t is unsigned. Type line_t
is of U32 type and therefore casting it to unsigned int is safe on most
platforms.
Commit: 6a3e82a5dab5213d2232c7035584495a0d77bfb5
https://github.com/Perl/perl5/commit/6a3e82a5dab5213d2232c7035584495a0d77bfb5
Author: Pali <[email protected]>
Date: 2019-12-10 (Tue, 10 Dec 2019)
Changed paths:
M ext/XS-APItest/APItest.pm
Log Message:
-----------
APItest.xs: Increase version
Compare: https://github.com/Perl/perl5/compare/0671d8bf8740...6a3e82a5dab5