summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 20:23:49 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 20:23:49 +0000
commit5236be6ad47ef6b7bdf03ccc46c02d3c333cbcd3 (patch)
tree303512402912429f6e47d0fcf1c9c1f9f3b63d03
parent4822942bbb07a3109df0222853626e98fcfde5f2 (diff)
downloadATCD-5236be6ad47ef6b7bdf03ccc46c02d3c333cbcd3.tar.gz
* TAO_IDL/be/be_sunsoft.cpp:
Changed format of double literal output to use scientific notation if necesssary. Thanks to Dwayne Burns <dburns@isrglobal.com> for sending in the IDL file that called for this. * TAO/tests/IDL_Test/constants.idl: Added Dwayne's constants to the test file.
-rw-r--r--TAO/ChangeLog-99c3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 3e650a1f236..f892424a200 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -5,6 +5,9 @@ Tue Jul 20 15:12:37 1999 Jeff Parsons <parsons@cs.wustl.edu>
if necesssary. Thanks to Dwayne Burns <dburns@isrglobal.com> for
sending in the IDL file that called for this.
+ * TAO/tests/IDL_Test/constants.idl:
+ Added Dwayne's constants to the test file.
+
Tue Jul 20 14:08:57 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO/performance-tests/Pluggable/PP_Test_Client.cpp: