summaryrefslogtreecommitdiff
path: root/ChangeLog-98a
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-05-01 19:11:00 +0000
committerSteve Huston <shuston@riverace.com>1998-05-01 19:11:00 +0000
commit8504a057bdf9c4d7195d800567c9b0dd1d5f3d25 (patch)
treeb5d9ea712b105a8a8c9eed134ccfc30e054bfb1c /ChangeLog-98a
parentb3bbd96812e06f60d8d559e8cc1885957bccfa61 (diff)
downloadATCD-8504a057bdf9c4d7195d800567c9b0dd1d5f3d25.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r--ChangeLog-98a8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index db511770449..c9b6e877361 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,10 +1,16 @@
+Fri May 01 14:09:21 1998 Steve Huston <shuston@riverace.com>
+
+ * ace/OS.h: Changed ACE_hrtime_t from signed to unsigned on Win32
+ to insure correct results from ACE_High_Res_Timer::elapsed_time
+ calculations. Fixes bug P87.
+
Fri May 01 11:52:47 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/OS.h: Forgot to redefine ASYS_INLINE after #undef it.
* ace/OS.i (last_error): On Win32, this should also update errno
after calling SetLastError (). Thanks to Steve for pointing
- this out.
+ this out. Fixes bug P88.
Fri May 01 10:01:09 1998 David L. Levine <levine@cs.wustl.edu>