summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-30 21:03:02 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-30 21:03:02 +0000
commit5c1ee8147ba04c584297307faf2377bcb0b06c93 (patch)
treedefadeb0a5ef31847ef4eedca5f6860eafd163a6
parent3477f1c574253ac0d7724c8399701c3b5c1f4565 (diff)
downloadATCD-5c1ee8147ba04c584297307faf2377bcb0b06c93.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-97b9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index 7c63cb16083..f80f99601ac 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -11,6 +11,11 @@ Tue Sep 30 08:35:15 1997 David L. Levine <levine@cs.wustl.edu>
* ace/Atomic_Op.i: added CVS header.
+ * tests/test_config.h: Added 1 second sleep to ACE_END_TEST to
+ allow all threads to terminate gracefully.
+ VxWorks only: removed the hack removal of the log file, because
+ it no longer appears to be necessary.
+
* tests/TSS_Test_Errno.h,TSS_Test.cpp: dynamically allocate
Errno::lock_ to try to avoid problem with cleanup of statics
on VxWorks. It doesn't solve the problem, all of the time.
@@ -68,9 +73,9 @@ Mon Sep 29 13:28:05 1997 David L. Levine <levine@cs.wustl.edu>
why the test failed. Also, disabled test of ACE_U_LongLong
if ACE_HAS_64BIT_LONG.
- * ace/OS.h: 1) Use u_long for ACE_hrtime_t if ACE_HAS_64BIT_LONGS.
+ * ace/OS.h: 1) Use u_long for ACE_hrtime_t if ACE_HAS_64BIT_LONGS.
2) Added ACE_NO_INLINE support to allow wrapper_macros.GNU to
- disable inlining from the command line. 3) Added
+ disable inlining from the command line. 3) Added
ACE_HAS_VERBOSE_NOTSUP support.
* include/makeinclude/wrapper_macros.GNU: added "inline" flag to