diff options
author | Steve Huston <shuston@riverace.com> | 1998-05-01 19:11:00 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-05-01 19:11:00 +0000 |
commit | d2ef4242eb7e9c4c6880c0da4fd00286729bb3df (patch) | |
tree | b5d9ea712b105a8a8c9eed134ccfc30e054bfb1c | |
parent | 91e996cedcacd5ab7f62b4f7aabd12e96f9034a6 (diff) | |
download | ATCD-d2ef4242eb7e9c4c6880c0da4fd00286729bb3df.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog-98a | 8 |
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> |