In perl.git, the branch smoke-me/ilmari/clockid_t has been created
<http://perl5.git.perl.org/perl.git/commitdiff/4b1415a6bc7c752851a44bcd634310e49d9f4db4?hp=0000000000000000000000000000000000000000>
at 4b1415a6bc7c752851a44bcd634310e49d9f4db4 (commit)
- Log -----------------------------------------------------------------
commit 4b1415a6bc7c752851a44bcd634310e49d9f4db4
Author: Dagfinn Ilmari Mannsåker <[email protected]>
Date: Thu Oct 20 15:23:07 2016 +0100
Use CLOCK_REALTIME in clock_nanosleep check
For consistency with the other checks that use CLOCK_* constants.
M dist/Time-HiRes/Makefile.PL
commit 484031ffbf08b111cd88376cb69f450b50cab2f9
Author: Dagfinn Ilmari Mannsåker <[email protected]>
Date: Thu Oct 20 15:17:46 2016 +0100
Fix up includes in Time-HiRes Makefile.PL checks
This aligns the includes with what the POSIX, Linux and FreeBSD manpages
say they should be.
M dist/Time-HiRes/Makefile.PL
commit 0db23ef7bd8ba9057a8f5be3c7fa7d535c750b5e
Author: Dagfinn Ilmari Mannsåker <[email protected]>
Date: Mon Oct 17 11:39:56 2016 +0100
Use clockid_t throughout in Time::HiRes
Commit 69d1f2c2 makes clockid_t available on all platforms, so use that
for function arguments throughout instead of casting in the
clock_gettime() calls.
This particularly needs smoking with C++ on platforms that provide
clock_gettime but not clockid_t.
M dist/Time-HiRes/HiRes.pm
M dist/Time-HiRes/HiRes.xs
M dist/Time-HiRes/typemap
commit 98d096df1a28e8c468aab15c51e52c8a59fab2ee
Author: Dagfinn Ilmari Mannsåker <[email protected]>
Date: Mon Oct 17 12:21:11 2016 +0100
Actually test for XS::APItest instead of DynaLoader
M t/re/regexp_nonull.t
-----------------------------------------------------------------------
--
Perl5 Master Repository