diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-12-17 19:21:35 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-12-17 19:21:35 +0000 |
commit | ff7df920e39ddd3df5ebcc5a06e803af9c883004 (patch) | |
tree | c0e157546ad8413fd71fe65fb2566545686d7640 /ext/Time/HiRes/Changes | |
parent | ff7298cbf9257c89a24403f4c51889c5bc71c44c (diff) | |
download | perl-ff7df920e39ddd3df5ebcc5a06e803af9c883004.tar.gz |
Upgrade to Time-HiRes-1.86
p4raw-id: //depot/perl@26394
Diffstat (limited to 'ext/Time/HiRes/Changes')
-rw-r--r-- | ext/Time/HiRes/Changes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/Time/HiRes/Changes b/ext/Time/HiRes/Changes index 1c78b96e1d..fe9dc3e36f 100644 --- a/ext/Time/HiRes/Changes +++ b/ext/Time/HiRes/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Time::HiRes. +1.86 [2005-12-17] + - HiRes.t:s/ok 32/ok 33/, from Dominic Dunlop + - tighten up the clock() test marginally by requiring non-negative + - clock_nanosleep() and clock() doc tweaks + 1.85 [2005-12-16] - the interface to clock_nanosleep() is more natural when it is like (hires) time() (instead of like nanosleep), |