summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-06-27 19:31:13 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-06-27 19:31:13 +0000
commit1068ab5b789aa8afe4b287f5af638dcc090922b2 (patch)
treed30861388db4508dfaee208043dc850afcdc6c16 /TAO
parent8f527ea452d7b9f10b71cb756abb2655409970a4 (diff)
downloadATCD-1068ab5b789aa8afe4b287f5af638dcc090922b2.tar.gz
Added log.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog-98c10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 7717f01e1dc..5628c834e25 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,13 @@
+Fri Jun 27 14:27:49 1997 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
+
+ * any.cpp: The deep_copy and deep_free optimizations applied. In
+ the previous release, I had forgotten to add these to the Any
+ constructor (that calls deep_copy) and Any destructor/replace
+ (that call deep_free).
+
+ * connect.cp, factories.cpp: Added code that hardcodes the socket
+ buffer sizes to 64K. This is a hack for the time being.
+
Thu Jun 26 09:49:38 1997 Aniruddha Gokhale <gokhale@merengue.cs.wustl.edu>
* Added a full range of optimizations to the TAO IIOP interpretive