summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-22 17:23:54 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-22 17:23:54 +0000
commit8d1ad836131e388c972378192e40f60bac79ebd4 (patch)
tree77f2fe7422291c952608a6aded3c040702b45454
parent2fb8b4d9aedda452da7f421569132e38f3c0e180 (diff)
downloadATCD-8d1ad836131e388c972378192e40f60bac79ebd4.tar.gz
ChangeLogTag: Mon Jul 22 12:15:24 2002 Krishnakumar B <kitty@cs.wustl.edu>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--TAO/ChangeLog19
-rw-r--r--TAO/taoconfig.mk2
-rw-r--r--THANKS1
5 files changed, 27 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f99b6bf795..e1abaf66fee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+Mon Jul 22 12:20:21 2002 Krishnakumar B <kitty@cs.wustl.edu>
+
+ * THANKS: Added Sean Ogle to the hall of fame.
+
Mon Jul 22 09:19:34 2002 Balachandran Natarajan <bala@cs.wustl.edu>
- * THANKS: Aded Kew Whitney and Colin Weaver to the hall of fame.
+ * THANKS: Aded Kew Whitney and Colin Weaver to the hall of fame.
Sat Jul 20 08:53:05 2002 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
@@ -125,7 +129,7 @@ Wed Jul 17 03:50:56 UTC 2002 Don Hinton <dhinton@objectsciences.com>
* include/makeinclude/wrapper_macros.GNU:
Removed PACE.
-
+
Tue Jul 16 14:19:37 2002 Steve Huston <shuston@riverace.com>
* ace/DLL_Manager.cpp:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 6f99b6bf795..e1abaf66fee 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,6 +1,10 @@
+Mon Jul 22 12:20:21 2002 Krishnakumar B <kitty@cs.wustl.edu>
+
+ * THANKS: Added Sean Ogle to the hall of fame.
+
Mon Jul 22 09:19:34 2002 Balachandran Natarajan <bala@cs.wustl.edu>
- * THANKS: Aded Kew Whitney and Colin Weaver to the hall of fame.
+ * THANKS: Aded Kew Whitney and Colin Weaver to the hall of fame.
Sat Jul 20 08:53:05 2002 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
@@ -125,7 +129,7 @@ Wed Jul 17 03:50:56 UTC 2002 Don Hinton <dhinton@objectsciences.com>
* include/makeinclude/wrapper_macros.GNU:
Removed PACE.
-
+
Tue Jul 16 14:19:37 2002 Steve Huston <shuston@riverace.com>
* ace/DLL_Manager.cpp:
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8a3665fc449..2b6f560a92c 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,15 +1,22 @@
+Mon Jul 22 12:15:24 2002 Krishnakumar B <kitty@cs.wustl.edu>
+
+ * taoconfig.mk (INCLDIRS):
+
+ Use INCLDIRS instead of CPPFLAGS. Thanks to Sean Ogle
+ <sean.ogle@syslog.at> for suggesting this.
+
Mon Jul 22 06:22:45 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* docs/Options.html: Fixed a typo in the documentation of
-ORBConnectStrategy. Thanks to Colin Weaver
- <colin.weaver@invensys.com> for pointing this out.
+ <colin.weaver@invensys.com> for pointing this out.
Sat Jul 20 09:19:15 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* TAO_IDL/ast/ast_constant.cpp:
- * orbsvcs/orbsvcs/PortableGroup/PG_Property_Utils.h:
+ * orbsvcs/orbsvcs/PortableGroup/PG_Property_Utils.h:
* tests/AMH_Exceptions/server.cpp (main): Fixed warnings in TRU 64
- builds.
+ builds.
Sat Jul 20 09:08:17 2002 Balachandran Natarajan <bala@cs.wustl.edu>
@@ -18,7 +25,7 @@ Sat Jul 20 09:08:17 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Fri Jul 19 23:44:29 2002 Balachandran Natarajan <bala@cs.wustl.edu>
- * tests/RTCORBA/common_args.cpp:
+ * tests/RTCORBA/common_args.cpp:
* tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp: Fixed
compile errors in build where exceptions are turned off.
@@ -197,13 +204,13 @@ Wed Jul 17 23:54:44 2002 Ossama Othman <ossama@uci.edu>
* orbsvcs/orbsvcs/LoadBalancing/LB_Random.cpp:
Implementation of the CosLoadBalancing "Random" built-in
- load balancing strategy.
+ load balancing strategy.
* orbsvcs/orbsvcs/LoadBalancing/LB_RoundRobin.h:
* orbsvcs/orbsvcs/LoadBalancing/LB_RoundRobin.cpp:
Implementation of the CosLoadBalancing "RoundRobin" built-in
- load balancing strategy.
+ load balancing strategy.
* orbsvcs/orbsvcs/LoadBalancing/LB_conf.h:
diff --git a/TAO/taoconfig.mk b/TAO/taoconfig.mk
index d7eb7e86b4d..b86e2b70c3e 100644
--- a/TAO/taoconfig.mk
+++ b/TAO/taoconfig.mk
@@ -10,4 +10,4 @@ TAO_ROOT = $(ACE_ROOT)/TAO
endif
LDFLAGS := $(patsubst -L$(ACE_ROOT)/ace, -L$(TAO_ROOT)/tao -L$(ACE_ROOT)/ace, $(LDFLAGS))
-CPPFLAGS += -I$(TAO_ROOT)
+INCLDIRS += -I$(TAO_ROOT)
diff --git a/THANKS b/THANKS
index f24253bd72d..40258d178fe 100644
--- a/THANKS
+++ b/THANKS
@@ -1546,6 +1546,7 @@ Joseph Sarbak <joseph_t_sarbak@hotmail.com>
Ruslan Zasukhin <sunshine@public.kherson.ua>
Colin Weaver <colin.weaver@invensys.com>
Kew Whitney <Whitney.Kew@Invensys.com>
+Sean Ogle <sean.ogle@syslog.at>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile