summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-23 04:35:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-23 04:35:12 +0000
commit324ff0b4a75d8aaf3a55bab1b7f86133f4b41a63 (patch)
tree1b264bb8d6e7628985caa45ea66d4f0fa14ed239
parentbede19c05bea1628767b2eaa0134618ed244d9ac (diff)
downloadATCD-324ff0b4a75d8aaf3a55bab1b7f86133f4b41a63.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b15
1 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index feed09fe5fb..c14a56bd7ba 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,9 +1,16 @@
+Tue Dec 22 22:34:32 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/config-sunos5.5.h: added GreenHills compiler support.
+
+ * ace/OS.h: don't use hrtime_t for ACE_hrtime_t if
+ ACE_LACKS_LONGLONG_T.
+
Mon Dec 21 16:06:07 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/Shared_Memory_MM.i: Changed the remove() method to call
- ACE_Mem_Map::remove() rather than ACE_Mem_Map::unmap() so the
- code is consistent with the documentation. Thanks to James
- Johnson for reporting this.
+ * ace/Shared_Memory_MM.i: Changed the remove() method to call
+ ACE_Mem_Map::remove() rather than ACE_Mem_Map::unmap() so the
+ code is consistent with the documentation. Thanks to James
+ Johnson for reporting this.
Mon Dec 21 13:55:33 1998 David L. Levine <levine@cs.wustl.edu>