summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 19:54:11 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 19:54:11 +0000
commit38a1043142beb30cc24b4e048a5bc3530ca50b3e (patch)
tree3b70cbc3e133347e89ddecb573a322acee0b6e2d
parent078bdf08b928f64994cb83ea600b1754df459a62 (diff)
downloadATCD-38a1043142beb30cc24b4e048a5bc3530ca50b3e.tar.gz
* orbsvcs/IFR_Service/Makefile:
* orbsvcs/tests/InterfaceRepo/IFR_Test/Makefile: Updated dependencies. * orbsvcs/IFR_Service/Makefile.TypeCodeFactory: Added check for interface_repo=1. Automated builds will need to have this turned on for TAO. * orbsvcs/tests/InterfaceRepo/IFR_Test: When a string member of a struct or sequence is matched with a '%s' in ACE_DEBUG, egcs can't seem to turn it into a const char*. Had to add .in() to all these cases.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 9c1208557f1..b5e927758ed 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,21 @@
+Fri Jul 7 14:47:46 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * orbsvcs/IFR_Service/Makefile:
+ * orbsvcs/tests/InterfaceRepo/IFR_Test/Makefile:
+
+ Updated dependencies.
+
+ * orbsvcs/IFR_Service/Makefile.TypeCodeFactory:
+
+ Added check for interface_repo=1. Automated builds
+ will need to have this turned on for TAO.
+
+ * orbsvcs/tests/InterfaceRepo/IFR_Test:
+
+ When a string member of a struct or sequence is matched
+ with a '%s' in ACE_DEBUG, egcs can't seem to turn it
+ into a const char*. Had to add .in() to all these cases.
+
Fri Jul 7 11:08:28 2000 Jeff Parsons <parsons@cs.wustl.edu>
* orbsvcs.IFR_Service/ConstantDef_i.cpp: