summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-02 12:58:14 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-02 12:58:14 +0000
commit88687366aca3bf573ef09d07bc09835458ece0d1 (patch)
tree506376ee255636f17bf0810e00a1c681fe1693b7
parente78d2f32579091e9bc0408f6c28d5165b0d50942 (diff)
downloadATCD-88687366aca3bf573ef09d07bc09835458ece0d1.tar.gz
* tao/decode.cpp:
* tao/deep_free.cpp: * tao/encode.cpp: Fix to pointer alignment adjustment calculation in TAO_Marshal_Struct::*. The old one was failing with NT and Borland Builder, and of two fixes for Borland Builder, one didn't work with SunOS and one didn't work with NT/MSVC. This commit uses an #if defined (WIN32) to get all platforms happy. Thanks to Christopher Kohlhoff <chris_kohlhoff@yahoo.com> for sending in the Borland fix and his efforts to find a single portable one.
-rw-r--r--TAO/ChangeLog-99c15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 9189c9e51d0..e52992860f6 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,18 @@
+Thu Sep 2 07:54:17 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/decode.cpp:
+ * tao/deep_free.cpp:
+ * tao/encode.cpp:
+ Fix to pointer alignment adjustment calculation in
+ TAO_Marshal_Struct::*. The old one was failing with
+ NT and Borland Builder, and of two fixes for Borland
+ Builder, one didn't work with SunOS and one didn't
+ work with NT/MSVC. This commit uses an
+ #if defined (WIN32) to get all platforms happy. Thanks to
+ Christopher Kohlhoff <chris_kohlhoff@yahoo.com> for
+ sending in the Borland fix and his efforts to find a
+ single portable one.
+
Wed Sep 1 20:27:47 1999 Balachandran Natarajan <bala@cs.wustl.edu>
* orbsvcs/orbsvcs/AV/ntp-time.h: