summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-29 04:31:38 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-29 04:31:38 +0000
commit3bdd43365bd4623b0869133c40d870e24255661c (patch)
tree7a0fba6715ed4a65d947a545117a3f1552a44fbc
parent49c82c1b1249b82dbaaedf9120c06fe6b23abaf4 (diff)
downloadATCD-3bdd43365bd4623b0869133c40d870e24255661c.tar.gz
Perl script stuff in Logger test.
-rw-r--r--TAO/ChangeLog-98c54
1 files changed, 31 insertions, 23 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index f3ba99bf5e7..d763e4f1cd5 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,11 +1,19 @@
+Tue Jul 28 23:01:21 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
+
+ * orbsvcs/tests/Logger/runtests.pl: Removed this since it has been
+ replaced.
+
+ * orbsvcs/tests/Logger/run_test.pl: Cleaned this script up by
+ removing the code that wasn't needed.
+
Tue Jul 28 16:54:00 1998 Jeff Parsons <jp4@cs.wustl.edu>
- * TAO/tests/Param_Test/bd_struct_seq.cpp: Sequence length
- initialization didn't work, so zero-length sequence always
- returned "correct" results in sii call. Fixed it so the
- sequence length is actually initialized, gets correct results
- in sii test, correct with dii as well, but request crashes on
- release, same as for var_struct. Still looking into that.
+ * TAO/tests/Param_Test/bd_struct_seq.cpp: Sequence length
+ initialization didn't work, so zero-length sequence always
+ returned "correct" results in sii call. Fixed it so the
+ sequence length is actually initialized, gets correct results
+ in sii test, correct with dii as well, but request crashes on
+ release, same as for var_struct. Still looking into that.
Tue Jul 28 16:43:22 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
@@ -20,17 +28,17 @@ Tue Jul 28 16:43:22 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Tue Jul 28 16:25:11 1998 Jeff Parsons <jp4@cs.wustl.edu>
- * tao/Sequence_T.i : Reversed the order of 2 args in
- the base class call of one of the
- constructors for TAO_Bounded_Sequence<T,MAX> and added a line to
- this and to the default constructor for TAO_Bounded_Sequence<T,MAX>
- to allocate the buffer to MAX size upon instantiation.
+ * tao/Sequence_T.i : Reversed the order of 2 args in
+ the base class call of one of the
+ constructors for TAO_Bounded_Sequence<T,MAX> and added a line to
+ this and to the default constructor for TAO_Bounded_Sequence<T,MAX>
+ to allocate the buffer to MAX size upon instantiation.
- * tao_idl/be/be_visitor/gen_bounded_sequence_ch.cpp:
- * tao_idl/be/be_visitor/gen_bounded_str_sequence_ch.cpp:
- * tao_idl/be/be_visitor/gen_bounded_obj_sequence_ch.cpp:
- Made the changes corresponding to the changes above in
- Sequence_T.i.
+ * tao_idl/be/be_visitor/gen_bounded_sequence_ch.cpp:
+ * tao_idl/be/be_visitor/gen_bounded_str_sequence_ch.cpp:
+ * tao_idl/be/be_visitor/gen_bounded_obj_sequence_ch.cpp:
+ Made the changes corresponding to the changes above in
+ Sequence_T.i.
Tue Jul 28 16:22:28 1998 David L. Levine <levine@cs.wustl.edu>
@@ -77,14 +85,14 @@ Tue Jul 28 11:09:35 1998 Nagarajan Surendran <naga@cs.wustl.edu>
Tue Jul 28 10:17:18 1998 David L. Levine <levine@cs.wustl.edu>
- * orbsvcs/tests/EC_Multiple/Scheduler_Runtime_Dynamic.h:
- removed static storage class qualifier from declaration of
- scheduler_factory_setup. It's the right thing to do, but
- with it, DEC cxx complains about an unused variable.
+ * orbsvcs/tests/EC_Multiple/Scheduler_Runtime_Dynamic.h:
+ removed static storage class qualifier from declaration of
+ scheduler_factory_setup. It's the right thing to do, but
+ with it, DEC cxx complains about an unused variable.
- * orbsvcs/orbsvcs/Scheduler_Factory.cpp (footer): removed
- "static" storage class qualifier so that it's not inserted
- into generated code.
+ * orbsvcs/orbsvcs/Scheduler_Factory.cpp (footer): removed
+ "static" storage class qualifier so that it's not inserted
+ into generated code.
Tue Jul 28 10:08:33 1998 Seth Benjamin Widoff <sbw1@waltz.cs.wustl.edu>