summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-20 00:24:33 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-20 00:24:33 +0000
commit2941990c34ab4c9f26c1d01f439bda416e2fce3b (patch)
treee42edec236d7aa1742c33a76bf1538fb1a4e3df2
parent9de0803f2c6f31ba39c302e7179348c48ccf8a23 (diff)
downloadATCD-2941990c34ab4c9f26c1d01f439bda416e2fce3b.tar.gz
* tests/IDL_Test/constants.idl:
Removed the signed long constant I added earlier today. I got warnings from at least 3 compilers and an error from SunCC 4.2, just as the original bug report says. Even though 'long foo = -2147483648' is legal according to ANSI, hardly any platforms deal with it flawlessly. I don't believe it's an IDL compiler bug.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index d180cfd40f4..105f5336c24 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,13 @@
+Fri May 19 19:20:08 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tests/IDL_Test/constants.idl:
+ Removed the signed long constant I added earlier today.
+ I got warnings from at least 3 compilers and an error
+ from SunCC 4.2, just as the original bug report says.
+ Even though 'long foo = -2147483648' is legal according
+ to ANSI, hardly any platforms deal with it flawlessly.
+ I don't believe it's an IDL compiler bug.
+
Fri May 19 11:47:11 2000 Samir Shaikh <SamirShaikh@bigfoot.com>
* orbsvcs/orbsvcs/Trader/Trader.cpp (TAO_Import_Attributes_i):