summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-20 00:12:16 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-20 00:12:16 +0000
commit71ba5f1efc505c0a8cbae0c44d8b25a018bf4d82 (patch)
treeb1b3715b6051f4fe8bec12a29cd2465585a632d9
parentbbe683691a82e6b8352e9237fcb069599560e6e2 (diff)
downloadATCD-71ba5f1efc505c0a8cbae0c44d8b25a018bf4d82.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c22
1 files changed, 18 insertions, 4 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 15262de0296..f6078775602 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -17,11 +17,25 @@ Wed Nov 19 17:33:42 1997 Sumedh Mungee <sumedh@lindy.cs.wustl.edu>
* Task_Client.cpp: Fixed error_count.. Thanks to James Hu.
-Wed Nov 19 17:23:06 1997 James C Hu <jxh@lindy.cs.wustl.edu>
+Wed Nov 19 17:20:45 1997 James C Hu <jxh@cs.wustl.edu>
- * Task_Client.cpp:
- Removed a couple of unreachable return statements. There are
- still unreachable statements remaining. Need help with them.
+ * TAO_IDL/be/be_operation.cpp: Removed an unreachable return
+ statement. There was already a return above it.
+
+ * TAO_IDL/ast/ast_expression.cpp: Added casts to comparisons of
+ char variables to 0, since chars are unsigned by default in
+ SGI.
+
+ * tests/Cubit/TAO/MT_Cubit/client/Task_Client.cpp: Removed a
+ couple of unreachable return statements. There are still
+ unreachable statements remaining. Need help with them.
+
+ * tests/Cubit/TAO/IDL_Cubit/clnt.cpp:
+ * tests/Cubit/TAO/DII_Cubit/clnt.cpp:
+ Meaningless type qualifier (const ...) removed.
+
+ Some functions were returning `retval' before it was set. I had
+ these functions return a passed in paramenter instead.
Wed Nov 19 13:50:36 1997 Douglas C. Schmidt <schmidt@cs.wustl.edu>