summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-11-05 15:41:19 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-11-05 15:41:19 +0000
commit1abd3b62ce54ddcc9df2542ef7cc124069fcd2eb (patch)
tree9ed89631229f596e936bcdfe6ae526f131d2c79e
parentf2e507390e3b998b9f918870249640f6e9132d7d (diff)
downloadATCD-1abd3b62ce54ddcc9df2542ef7cc124069fcd2eb.tar.gz
ChangeLogTag:Tue Nov 5 05:12:16 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--TAO/ChangeLog11
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp2
-rw-r--r--THANKS3
5 files changed, 18 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 6217c2e8870..8b9dae0e47a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -239,9 +239,9 @@ Sat Oct 26 21:49:15 2002 Nanbor Wang <nanbor@cs.wustl.edu>
<exit_code> to better reflect the intention for using this
method.
- Thanks to Artashes Ghazaryan <arty@unicad.am> and Jaroslaw
- Nozderko <jaroslaw.nozderko@polkomtel.com.pl> for reporting the
- problem.
+ Thanks to Artashes Ghazaryan <arty@unicad.am>, Jaroslaw Nozderko
+ <jaroslaw.nozderko@polkomtel.com.pl>, and Stephen Blake
+ <sblake@speakeasy.net> for reporting the problem.
Sat Oct 26 11:42:04 UTC 2002 John Aughey <jha@aughey.com>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 6217c2e8870..8b9dae0e47a 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -239,9 +239,9 @@ Sat Oct 26 21:49:15 2002 Nanbor Wang <nanbor@cs.wustl.edu>
<exit_code> to better reflect the intention for using this
method.
- Thanks to Artashes Ghazaryan <arty@unicad.am> and Jaroslaw
- Nozderko <jaroslaw.nozderko@polkomtel.com.pl> for reporting the
- problem.
+ Thanks to Artashes Ghazaryan <arty@unicad.am>, Jaroslaw Nozderko
+ <jaroslaw.nozderko@polkomtel.com.pl>, and Stephen Blake
+ <sblake@speakeasy.net> for reporting the problem.
Sat Oct 26 11:42:04 UTC 2002 John Aughey <jha@aughey.com>
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 3a1cb8fa4ec..b447f77cafe 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,7 +1,13 @@
+Tue Nov 5 08:28:23 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_valuetype/field_cs.cpp (visit_enum): Changed
+ "val)/" to "val)" to avoid a bug. Thanks to Jian Chen for
+ reporting the fix and to Marc Alter
+ <marc.alter@fr.thalesgroup.com> for the original bug report.
+
Mon Nov 4 19:03:12 CST 2002 Pradeep Gore <pradeep@oomworks.com>
- * (Removed previous bogus ChangeLog entry).
-
+ * (Removed previous bogus ChangeLog entry).
* orbsvcs/orbsvcs/CosNotification.bor:
Thanks to Christopher Kohlhoff <chris@kohlhoff.com>, Johnny
Willemsen <jwillemsen@remedy.nl>, Irfan, Nanbor and Bala for help in
@@ -538,7 +544,6 @@ Thu Oct 31 17:56:55 2002 Balachandran Natarajan <bala@isis-server.isis.vanderb
* tests/MProfile_Connection_Timeout/Makefile: Added the Makefile
for the test.
-
Thu Oct 31 17:33:55 2002 Yamuna Krishnamurthy <yamuna@oomworks.com>
* orbsvcs/orbsvcs/Notify/Dispatch_Observer_T.inl:
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp
index 3c31638adc9..118ecd0f788 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp
@@ -235,7 +235,7 @@ be_visitor_valuetype_field_cs::visit_enum (be_enum *node)
os);
*os << "::" << ub->local_name () << " (" << bt->name ()
- << " val)/" << be_nl
+ << " val)" << be_nl
<< "{" << be_idt_nl;
*os << "this->"
diff --git a/THANKS b/THANKS
index 5ba99f719eb..a3eff7d135b 100644
--- a/THANKS
+++ b/THANKS
@@ -1600,9 +1600,12 @@ Victor Kirk <vkirk@technology.serco.com>
Sandeep Neema <neemask@corvette.vuse.vanderbilt.edu>
Mike Curtis <mcurtis@wt.net>
Artashes Ghazaryan <arty@unicad.am>
+Ashok Sadasivan <ashok_sadasivan@hotmail.com>
+Andreas Koehler <andreas.koehler@sysde.eads.net>
Thomas Devanneaux <tdevanne@akamai.com>
Paul Marquis <pmarquis@pobox.com>
Ed Skees <eskees@dctd.saic.com>
+Marc Alter <marc.alter@fr.thalesgroup.com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile