summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-23 17:29:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-23 17:29:49 +0000
commitf31be628e5c125f593edd6440e45e1f4aa35081e (patch)
tree87a610830c886944a070aaa1d6bf47cf2ee7c917
parenta022a4e33b5d965781fd2b82ee33ada2444a0f7a (diff)
downloadATCD-f31be628e5c125f593edd6440e45e1f4aa35081e.tar.gz
ChangeLogTag:Fri Jul 23 12:09:18 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--ACE-INSTALL.html8
-rw-r--r--ChangeLog-99b6
-rw-r--r--TAO/ChangeLog-99c5
-rw-r--r--THANKS1
-rw-r--r--examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h2
5 files changed, 8 insertions, 14 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index c3979514306..edcb2281150 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -933,11 +933,9 @@ IBM's VisualAge C++ compiler (*.icc). There are also Makefile.bor
files to compile ACE, the ACE one-button tests, and TAO with Borland
C++ Builder 4.0. <P>
-The port of ACE and TAO to the VisualAge C++ compiler has been done by
-<A HREF="mailto:matteau@ca.ibm.com">Rene Matteau</A>, whom you should
-contact if you have any problems. Likewise, the Borland C++ Builder
-4.0 port has been done by <A HREF="mailto:jody@atdesk.com">Jody
-Hagins</A>, so contact him for any questions.<P>
+The Borland C++ Builder 4.0 port has been done by <A
+HREF="mailto:jody@atdesk.com">Jody Hagins</A>, so contact him for any
+questions.<P>
<EM>Note concerning MSVC 5.0 and Service Pack 3:</EM> There has been
confusion regarding MSVC 5 and its Service Pack 3. Some ACE users
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 6baa1aeaead..1143f275b66 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -2917,8 +2917,7 @@ Sun Jun 27 18:03:24 1999 Douglas C. Schmidt <schmidt@danzon.cs.wustl.edu>
Sun Jun 27 20:50:02 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- Added support for IBM's VisualAge C++ compiler. Thanks to Rene
- Matteau <matteau@ca.ibm.com> for contributing the following fixes:
+ Added support for IBM's VisualAge C++ compiler.
* ace: Added a new config-visualage.h file that automatically
includes the proper configurations for IBM's VisualAge C++
@@ -6883,8 +6882,7 @@ Tue Apr 20 13:55:34 1999 Joe Hoffert <joeh@cs.wustl.edu>
Tue Apr 20 13:30:51 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/ace.icc: Added a configuration file for creating a shared
- library with Visual Age C++. Thanks to Rene Matteau
- <matteau@ca.ibm.com> for this.
+ library with Visual Age C++.
Mon Apr 19 23:50:25 1999 Irfan Pyarali <irfan@cs.wustl.edu>
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index d9048b940d9..8269e815bd6 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -40,7 +40,7 @@ Fri Jul 23 12:01:34 1999 Jeff Parsons <parsons@cs.wustl.edu>
anonymous sequence of the same type more than once,
and the body of the CDR operators would also appear
more than once in generated code, leading to C++
- compile errors. Thanks to Roger Egbers <regbers@isrglobal.com
+ compile errors. Thanks to Roger Egbers <regbers@isrglobal.com>
for sending in the example.
Fri Jul 23 11:37:49 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
@@ -4334,8 +4334,7 @@ Sun Jun 27 20:29:38 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* tao/POA_CORBA.h (POA_CORBA): Added a no-op constructor for
the _tao_collocated_Current class to work around a bug with
- IBM's VisualAge C++ compiler. Thanks to Rene Matteau
- <matteau@ca.ibm.com> for reporting this.
+ IBM's VisualAge C++ compiler.
* tao/encode.cpp (encode): Borland's C++ Builder 4.0 doesn't seem
to align caught exceptions along the correct boundaries!
diff --git a/THANKS b/THANKS
index 6573f0fa6b0..cfe92613b4f 100644
--- a/THANKS
+++ b/THANKS
@@ -592,7 +592,6 @@ Dave Steele <Dave_Steele@Mitel.COM>
Simeon Simeonov <simeons@allaire.com>
David H. Whittington <david.h.whittington@boeing.com>
Ian MacDonald <ianmacd@bg.com>
-Rene Matteau <matteau@ca.ibm.com>
Hans Ridder <ridder@veritas.com>
Todd Mullanix <Todd.Mullanix@sylantro.com>
Hai Vu <Hai_Vu@Mitel.Com>
diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h b/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h
index 90452d0f981..eb09c8473e7 100644
--- a/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h
+++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h
@@ -1,7 +1,7 @@
/* -*- C++ -*- */
// $Id$
-/* Handles UNIX datagram messages from local host. */
+// Handles UNIX datagram messages from local host.
#ifndef _HANDLE_L_CODGRAM_H
#define _HANDLE_L_CODGRAM_H