From: Rafael Garcia-Suarez Date: Tue, 13 Nov 2007 13:44:59 +0000 (+0000) Subject: Update Time::HiRes' Changes file X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=db09c183290b7481eedcebf22f30dcc20e3e3ab0;p=p5sagit%2Fp5-mst-13.2.git Update Time::HiRes' Changes file p4raw-id: //depot/perl@32303 --- diff --git a/ext/Time/HiRes/Changes b/ext/Time/HiRes/Changes index cebc812..d58aa9c 100644 --- a/ext/Time/HiRes/Changes +++ b/ext/Time/HiRes/Changes @@ -1,5 +1,23 @@ Revision history for the Perl extension Time::HiRes. +1.9708 [2007-10-05] + - [rt.cpan.org #29747]: Build failure with perl 5.005_05 + Fixed by regenerating the ppport.h using Devel::PPPort 3.13. + +1.9707 [2007-02-27] + - t/HiRes.t failed in Perl 5.6.2, + "action is not of type POSIX::SigAction at t/HiRes.t line 318", + reported and fixed by Anton Berezin, the reason was faulty + use of sigaction() when restoring the old action. + +1.9706 [2007-02-25] + - with bleadperl in VMS the HiRes.t overrun the maximum number + of deferred signals because the libc SIGALRM was not strong + enough to interrupt select(), and select() got restarted every + time, solution is to use POSIX::SigAction if available. + A fix from Craig Berry (not 100% there, but helps). + - allow for more measuring noise for ualarm() tests 35..37 + 1.9705 [2007-02-06] - nanosleep() and clock_nanosleep() detection and use were quite broken; in Linux -lrt needed; fixes from Zefram