summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-06-27 16:22:43 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-06-27 16:22:43 +0000
commitb1f62d4eeb3eb6dbee32588e7f68ab643a78e4b4 (patch)
tree88d8e6bc225d539b359ca00d03c3e6df478ffbef
parentd178f3929adc2ad71feabe749c865a680e659515 (diff)
downloadATCD-b1f62d4eeb3eb6dbee32588e7f68ab643a78e4b4.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b4
-rw-r--r--README14
-rw-r--r--TAO/ChangeLog-98c8
3 files changed, 22 insertions, 4 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index dce1ac50df1..cbeae8159f2 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,7 @@
+Sat Jun 27 11:03:52 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * README: Updated the list of people who have contributed to TAO.
+
Sat Jun 27 07:07:43 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
* ACE version 4.5.17 released.
diff --git a/README b/README
index 4065e5052e4..38d3f417d66 100644
--- a/README
+++ b/README
@@ -211,6 +211,7 @@ ACE has been deeply influenced and improved by the following members
of my research group at Washington University:
Alexander Babu Arulanthu <alex@cs.wustl.edu>
+Matt Braun <mjb2@cs.wustl.edu>
Darrell Brunsch <brunsch@cs.wustl.edu>
Chris Cleeland <chris@cs.wustl.edu>
Sergio Flores-Gaitan <sergio@cs.wustl.edu>
@@ -222,11 +223,13 @@ Prashant Jain <pjain@cs.wustl.edu>
Michael Kircher <mk1@cs.wustl.edu>
David Levine <levine@cs.wustl.edu>
Carlos O'Ryan <coryan@cs.wustl.edu>
+Jeff Parsons <jp4@cs.wustl.edu>
Irfan Pyarali <irfan@cs.wustl.edu>
Marina Spivak <marina@cs.wustl.edu>
Nagarajan Surendran <naga@cs.wustl.edu>
Nanbor Wang <nanbor@cs.wustl.edu>
Seth Widoff <sbw1@cs.wustl.edu>
+Torben Worm <tworm@cs.wustl.edu>
I would also like to thank all the following people who have also
contributed to ACE and TAO over the years:
@@ -562,6 +565,17 @@ Kent Watsen <kent@watsen.net>
Chris Healey <chealey@entera.com>
Philippe Klein <Philippe_Klein@vocaltec.com>
William S. Lear <rael@dejanews.com>
+John Geiss <jtgb@eci-esyst.com>
+Ernesto Guisado <eguisado@saincotrafico.com>
+Stuart Myles <smyles@wsj.dowjones.com>
+Lothar Werzinger <lwerzinger@krones.de>
+Andrew Harbick <aharbick@opentext.com>
+Pavel Motuzenko <p_motuzenko@hotmail.com>
+Ross J. Lillie <lillie@rsch.comm.mot.com>
+Sam Hauer <shauer@nmo.gtegsc.com>
+Frank. J. Hodum <fhdum@std.saic.com>
+David Miron <dxm@crapper.dsto.defence.gov.au>
+Anton van Straaten <anton@appsolutions.com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson and is now at ObjectSpace. Paul devised the recursive
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 218ac035c81..0fe372431f7 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -3373,7 +3373,7 @@ Thu May 14 16:39:15 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
* TAO_IDL/be/be_visitor_constant.cpp: We were not checking of the
constant was imported or not. In addition, inside the stub
generation code, we were incorrectly checking if the header was
- generated or not. Thanks to Andrew Harbick"
+ generated or not. Thanks to Andrew Harbick
<aharbick@opentext.com> for providing the bug report that led to
this fix.
@@ -3503,7 +3503,7 @@ Wed May 13 00:05:52 1998 Irfan Pyarali <irfan@cs.wustl.edu>
* tao/ORB.i (orb_free_resources): This should return
!CORBA_ORB::orb_init_count_ instead of simply
CORBA_ORB::orb_init_count_. Thanks to Pavel Motuzenko
- (p_motuzenko@hotmail.com) for pointing these two problems out.
+ <p_motuzenko@hotmail.com> for pointing these two problems out.
* orbsvcs/orbsvcs/Naming/Naming_Utils.cpp (TAO_Naming_Server):
Fixed the initialization of naming_context_name_.
@@ -4736,7 +4736,7 @@ Wed Apr 15 22:29:29 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
* TAO_IDL/be/be_predefined_type.cpp: Added cases for LongLong,
ULongLOng, and LongDouble which were missing. Thanks to Sam Hauer
- (shauer@nmo.gtegsc.com).
+ <shauer@nmo.gtegsc.com>.
Wed Apr 15 20:20:58 1998 Michael Kircher <mk1@cs.wustl.edu>
@@ -6469,7 +6469,7 @@ Tue Mar 17 11:26:28 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
* TAO_IDL/be/be_visitor_sequence.cpp:
Fixed return value for operator[] in sequences of basic types,
the _out and _var classes generated non-nested types. Thanks to
- Frak. J. Hodum <fhdum@std.saic.com> for reporting this problem.
+ Frank. J. Hodum <fhdum@std.saic.com> for reporting this problem.
Tue Mar 17 10:25:46 1998 Carlos O'Ryan <coryan@cs.wustl.edu>