summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-16 19:56:47 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-16 19:56:47 +0000
commit060e93094136b8af3cc2ce57a45d414ed06016c5 (patch)
tree2d1df471e26163e43dfd45bf04340e4d73c266fe
parent53c42868e6ae47dbed131b4bf2f1efb2a37bc5a9 (diff)
downloadATCD-060e93094136b8af3cc2ce57a45d414ed06016c5.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 7a69d6268ae..dbe1283ccab 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,13 @@
+Fri Oct 16 14:51:57 1998 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/OS.cpp (thr_create): Made sure if users don't specify
+ whether to spawn threads detached or joinable, we'd change the
+ creation flag for them so that they are always joinable (not
+ detached.) This is important for unify the thread behavior on
+ different platforms that have various default thread creation
+ policies. Thanks to Susan Liebeskind
+ <shl@janis.gtri.gatech.edu> for motivating the change.
+
Fri Oct 16 01:28:17 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
* ACE version 4.5.58 released.