summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-25 08:48:57 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-25 08:48:57 +0000
commit58a4a8d82e5677530c60a17cc3d651e55e06d0dc (patch)
treee919032336d2c71378dd6c48cd612c150bf60fc1 /ChangeLog
parentf690773bb23f306f8a024b68bb6794f408161e4f (diff)
downloadATCD-58a4a8d82e5677530c60a17cc3d651e55e06d0dc.tar.gz
ChangeLogTag:Wed Apr 25 03:45:55 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b659f3127e..8b8936f8a20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Wed Apr 25 03:45:55 2001 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * tests/MEM_Stream_Test.cpp: Temporarily changed the informational
+ message about the use SYSV semaphores to LM_ERROR so we can find
+ those platforms out quicker. Many of them may actually support
+ POSIX semaphores. We need to enable them in that case.
+
+ * ace/config-linux-common.h: Added ACE_HAS_POSIX_SEM and
+ ACE_LACKS_NAMED_POSIX_SEM. Linux actually support them. I'm
+ not sure if there are any version of linux that don't.
+
Wed Apr 25 03:15:34 2001 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Malloc.h: