summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-15 22:51:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-15 22:51:34 +0000
commite74cf44ca81d20c6696c306120f81d692e88b570 (patch)
treeaf5cbdacb8640981e7a17e6c4f1dc96f9bdd74aa
parent794082605502fcd3c545271735a83773a10a936a (diff)
downloadATCD-e74cf44ca81d20c6696c306120f81d692e88b570.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index d890b6cbd3e..69f75568e50 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,6 +1,12 @@
+Mon Dec 15 16:49:58 1997 David L. Levine <levine@cs.wustl.edu>
+
+ * tests/Cubit/TAO/IDL_Cubit/clnt.cpp (cube_sequence): declare
+ local variables "l" and "j" as u_int instead of int, to avoid
+ signed/unsigned comparison.
+
Thu Dec 11 16:44:26 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
- * orbsvcs/Scheduling_Service/Config_Scheduler.cpp:
+ * orbsvcs/Scheduling_Service/Config_Scheduler.cpp:
Fixed typo missed on the previous release.
Thu Dec 11 22:18:52 1997 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>