summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-29 23:52:30 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-29 23:52:30 +0000
commita2ab21b4e66d5f18f9d873847a51da433332b1a3 (patch)
treee61e604fce4153cf3ad801f1229f7cb0350be363
parent235b4233b2ec8abcb1feb459b246f792f1decb08 (diff)
downloadATCD-a2ab21b4e66d5f18f9d873847a51da433332b1a3.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 010b88e5781..8b004e3f0b5 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -3,6 +3,9 @@ Wed Apr 29 12:25:05 1998 David L. Levine <levine@cs.wustl.edu>
* ace/config-lynxos.h: added ACE_POLL_IS_BROKEN so that
ACE_OS::sleep () uses select () instead of poll ().
+ * tests/Map_Manager_Test.cpp: added a size_t loop index that's
+ used to avoid signed/unsigned comparisons.
+
Tue Apr 28 23:08:10 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Hash_Map_Manager.cpp: Bugs fixed.