summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-27 23:26:20 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-27 23:26:20 +0000
commit4df9ef3fdf7ddaa14ffdd3d1fd35836a77441909 (patch)
tree0506bf7e15b42e16bf0b7de35b9de888aa808a31
parent6f3997bed982d685109c194fe6a93d812d24623a (diff)
downloadATCD-4df9ef3fdf7ddaa14ffdd3d1fd35836a77441909.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b27
1 files changed, 16 insertions, 11 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 37be4507e29..cc42ea6c753 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,22 +1,27 @@
+Sat Feb 27 17:25:52 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Makefile: updated dependencies. They didn't have
+ any .shobj dependencies, just .obj.
+
Sat Feb 27 13:31:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/OS.h: Added a set of ACE_THREAD_GUARD macros that use
- ACE_Thread_Mutex_Guard. These seem to be faster on many
- platforms than the ACE_Guard<ACE_Thread_Mutex>. Thanks to
- Andy Marchewka <AndyM@who.net> for reporting this.
+ * ace/OS.h: Added a set of ACE_THREAD_GUARD macros that use
+ ACE_Thread_Mutex_Guard. These seem to be faster on many
+ platforms than the ACE_Guard<ACE_Thread_Mutex>. Thanks to
+ Andy Marchewka <AndyM@who.net> for reporting this.
- * ace/Dump.cpp: Moved the explicit template instantiation of
- ACE_Guard<ACE_Thread_Mutex> out of dump and put it into
- Synch.cpp, where it's with the other instantiations.
+ * ace/Dump.cpp: Moved the explicit template instantiation of
+ ACE_Guard<ACE_Thread_Mutex> out of dump and put it into
+ Synch.cpp, where it's with the other instantiations.
Sat Feb 27 08:02:52 1999 David L. Levine <levine@cs.wustl.edu>
* include/makeinclude/platform_linux_kcc.GNU: added note that
- evaluation copies of KCC might come with libraries that were
- built with exception handling support. To use them, ACE must be
- built with exception handling support
+ evaluation copies of KCC might come with libraries that were
+ built with exception handling support. To use them, ACE must be
+ built with exception handling support
(exceptions=1). Thanks to John Lindal <jafl@cco.caltech.edu>
- for reporting this.
+ for reporting this.
Also, added support for the exceptions make flag.