summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-19 14:56:39 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-19 14:56:39 +0000
commite0c136ea3acfb083dd76308315857592722f3b21 (patch)
tree31ab482aba6cac4aee950e6aa1d5bd9f7d9d7497
parenta19a7b611c331857aee81631ad3f7bbad65d67c7 (diff)
downloadATCD-e0c136ea3acfb083dd76308315857592722f3b21.tar.gz
* tests/IDL_Test/constants.idl:
We got a bug report of an IDL compiler error when given a signed long constant with the minimum value. I'm curious because a fix was checked in for this almost a year ago, but it's not included in IDL_Test (which was written later), and probably wasn't tested on every platform. I think it may be a preprocessor problem. Anyway, I've added that constant to this file, to see what the various platforms/compilers have to say. If it is indeed a preprocessor problem, it may have to be removed later. Thanks to Sam Cooper <Sam.Cooper@scisys.co.uk> for reporting the bug.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 7336ab72677..3ba1e665347 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,17 @@
+Fri May 19 09:49:05 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tests/IDL_Test/constants.idl:
+ We got a bug report of an IDL compiler error when given a
+ signed long constant with the minimum value. I'm curious
+ because a fix was checked in for this almost a year ago,
+ but it's not included in IDL_Test (which was written later),
+ and probably wasn't tested on every platform. I think it may be a
+ preprocessor problem. Anyway, I've added that constant to
+ this file, to see what the various platforms/compilers
+ have to say. If it is indeed a preprocessor problem, it
+ may have to be removed later. Thanks to Sam Cooper
+ <Sam.Cooper@scisys.co.uk> for reporting the bug.
+
Thu May 18 21:05:46 2000 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
* orbsvcs/orbsvcs/Makefile.CosNotification: