summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-25 01:36:08 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-25 01:36:08 +0000
commit9b9b5d1a905446ca9b321ccd96a37c9f939aff1c (patch)
tree33fa376695bde260f29ef1e6dff8a8053537ec17
parenta2df6d336e254a213bf5c26e8eff996e04228d81 (diff)
downloadATCD-9b9b5d1a905446ca9b321ccd96a37c9f939aff1c.tar.gz
foo
-rw-r--r--ChangeLog-96b31
1 files changed, 22 insertions, 9 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b
index c70d613c7cd..ed4329e62ba 100644
--- a/ChangeLog-96b
+++ b/ChangeLog-96b
@@ -1,8 +1,28 @@
+Tue Dec 24 10:55:20 1996 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * examples/Threads/task_three.cpp (main): Changed the use of
+ new-style C++ casts for ACE_Sig_Action to old-style C casts so
+ that more picky compilers like GCC won't complain. Thanks to
+ Sandro Doro <alex@aureus.sublink.org> for reporting this.
+
+ * examples/Threads/task_two.cpp: Fixed a typo where int should be
+ used as the type for ACE_Atomic_Op rather than u_long. Thanks
+ to David Levine for noticing this.
+
+ * ace/OS.i: Generalized the implementation of ACE_OS::cond_wait()
+ so that it will work with Win32 and VxWorks. Thanks to David
+ Levine for pointing this out.
+
+ * ace/Synch_T.cpp: Removed ACE_Process_Condition since it isn't
+ really feasible to implement this as a template. At some point,
+ it should be reimplemnted as a non-template that is only
+ guaranteed to work on Solaris and some POSIX pthreads platforms.
+
Tue Dec 24 12:49:21 1996 David L. Levine <levine@cs.wustl.edu>
* ace/OS.h (struct siginfo_t): added declaration of
- siginfo_t (ACE_HANDLE *handles) to match definition in OS.cpp.
- Thanks to James Johnson for pointing this out.
+ siginfo_t (ACE_HANDLE *handles) to match definition in
+ OS.cpp. Thanks to James Johnson for pointing this out.
* ace/OS.cpp (thr_create): fixed position of
#endif /* !ACE_LACKS_THREAD_STACK_SIZE */ directive, it
@@ -25,13 +45,6 @@ Tue Dec 24 12:49:21 1996 David L. Levine <levine@cs.wustl.edu>
* ace/OS.i (ACE_OS::cond_*): on VxWorks only, use sema
operations on ACE_cond_t::waiters_done_ instead of event ops
-Tue Dec 24 10:55:20 1996 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-
- * examples/Threads/task_three.cpp (main): Changed the use of
- new-style C++ casts for ACE_Sig_Action to old-style C casts so
- that more picky compilers like GCC won't complain. Thanks to
- Sandro Doro <alex@aureus.sublink.org> for reporting this.
-
Sun Dec 22 21:23:57 1996 David L. Levine <levine@cs.wustl.edu>
* ace/Acceptor.cpp: replaced two statements that looked like this: