summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de27339f251..e7a96f8f924 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Wed Sep 12 15:10:41 2001 Steve Huston <shuston@riverace.com>
+
+ * ace/High_Res_Timer.cpp (elapsed_time (ACE_hrtime_t&nanoseconds),
+ elapsed_time_incr (ACE_hrtime_t&nanoseconds): Changes to account
+ for very fast clocks (> 1GHz). Thank you to Derek Dominish
+ <derek.dominish@boeing.com> and Alain Decamps
+ <Alain.Decamps@PIDPA.be> for identifying the problem and coming
+ up with a good solution. This fixes Bugzilla #1024 (how
+ appropriate! ;-)
+
+ * ace/High_Res_Timer.i (elapsed_microseconds (ACE_hrtime_t &usecs):
+ More adjustment to the Win32 scale factor adjusting. Thanks (again!)
+ to Alain Decamps <Alain.Decamps@PIDPA.be> for identifying and
+ supplying a fix for this. This fixes Bugzilla #948 (again).
+
Wed Sep 12 14:33:29 2001 Steve Huston <shuston@riverace.com>
* tests/High_Res_Timer_Test.cpp: Incorporated some additional tests