summaryrefslogtreecommitdiff
path: root/ext/Time/HiRes/Changes
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-12-17 19:21:35 +0000
committerSteve Peters <steve@fisharerojo.org>2005-12-17 19:21:35 +0000
commitff7df920e39ddd3df5ebcc5a06e803af9c883004 (patch)
treec0e157546ad8413fd71fe65fb2566545686d7640 /ext/Time/HiRes/Changes
parentff7298cbf9257c89a24403f4c51889c5bc71c44c (diff)
downloadperl-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/Changes5
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),