summaryrefslogtreecommitdiff
path: root/ChangeLog-99b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-19 15:39:39 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-19 15:39:39 +0000
commit8470f581117de197f2a3bce25926e195d67173db (patch)
treeb827716b6dabb0c87b5118dc49a0a7c6d003fb6c /ChangeLog-99b
parent0d0950082a3aa91c9deb042d11c4ae531ff086f2 (diff)
downloadATCD-8470f581117de197f2a3bce25926e195d67173db.tar.gz
ChangeLogTag: Sun Dec 19 09:34:49 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r--ChangeLog-99b14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 114eb7c79c6..2919d5e4321 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,9 +1,15 @@
+Sun Dec 19 09:34:49 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * bin/g++dep: set TAO_ROOT to $ACE_ROOT/TAO if it was
+ unset. Thanks to Darrell for reporting that TAO_ROOT
+ wasn't being substituted if it wasn't set.
+
Sat Dec 18 01:16:20 1999 Irfan Pyarali <irfan@cs.wustl.edu>
- * ace/ACE.cpp (recv_i and send_i): The selection of the next
- message block to send/recv was incorrect. The correct way is to
- chase the continuation chain and then go to the next
- continuation chain.
+ * ace/ACE.cpp (recv_i and send_i): The selection of the next
+ message block to send/recv was incorrect. The correct way is to
+ chase the continuation chain and then go to the next
+ continuation chain.
Fri Dec 17 22:25:56 1999 David L. Levine <levine@cs.wustl.edu>