summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-23 21:17:51 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-23 21:17:51 +0000
commit1f4f57e244b32c717f0b72bac7b48e61f11a3080 (patch)
tree460b40f45c1b0b687f3ba553821fa98c0c56e1d8
parent3c34f22fd1b02e57b35bd37bd9e22965a166b2d2 (diff)
downloadATCD-1f4f57e244b32c717f0b72bac7b48e61f11a3080.tar.gz
Fixed typos and missed entries
-rw-r--r--ChangeLog-97b2
-rw-r--r--ChangeLog-99a10
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index 20bc06aa401..da7e8bf2f84 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -4257,7 +4257,7 @@ Thu Oct 9 17:46:59 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Reverted the change that added support for
pthread_setconcurrency on IRIX, the function was supposed to be
undocumented, but present on the libraries, I could not find it
- in any of the SGI machines we have access to.; not even
+ in any of the SGI machines we have access to.
* ace/Thread_Manager.cpp:
On IRIX/SGIC++ we need to instantiate ACE_Node too.
diff --git a/ChangeLog-99a b/ChangeLog-99a
index 47b353b5d06..6e43ff176e2 100644
--- a/ChangeLog-99a
+++ b/ChangeLog-99a
@@ -4553,6 +4553,16 @@ Wed Jun 16 18:14:45 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
the template list for the Cached_Connect_Strategy_Ex class to
ward off g++ compiler errors.
+Wed Jun 16 15:54:08 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * ace/OS.h:
+ * ace/OS.i:
+ * ace/config-win32.h:
+ Auto-detect if we are using MSVC5.0 or MSVC6.0 and define the
+ ACE_HAS_WINSOCK_GQOS macro in that case. This macro is used in
+ the places where the QoS data structure of both compilers are
+ different.
+
Mon Jun 14 22:52:48 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
* tests/Map_Manager_Test.cpp: Removed template instantiation