diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-01 16:23:31 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-01 16:23:31 +0000 |
commit | dfc875731f807d9cefa9976b7eaebd314c17bed0 (patch) | |
tree | 9723743c100f31203e70f327e11c668295e69b89 /ChangeLog-98a | |
parent | 4fa05532779d9ca093b76b39916aca3573a8f397 (diff) | |
download | ATCD-dfc875731f807d9cefa9976b7eaebd314c17bed0.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r-- | ChangeLog-98a | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a index 05c7968900e..f1e2d04e2bd 100644 --- a/ChangeLog-98a +++ b/ChangeLog-98a @@ -3,6 +3,13 @@ Fri May 01 10:01:09 1998 David L. Levine <levine@cs.wustl.edu> * ace/config-sunos5.6.h: replaced config-sunos5.6-sunc++-4.x.h with this config file, which supports both Sun C++ and g++. + * ace/OS.i (gethrtime): for the default (::gettimeofday) case, + use 64-bit instead of 32-bit arithmetic by casting to ACE_hrtime_t. + + * ace/Basic_Types.{h,i}: added ACE_U_LongLong::operator *. + + * ace/Env_Value_T.cpp: added #include of Env_Value_T.h. + Fri May 1 00:35:40 1998 Nanbor Wang <nanbor@cs.wustl.edu> * include/makeinclude/wrapper_macros.GNU |