summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-20 22:36:22 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-20 22:36:22 +0000
commit070add4057c29e80455213ba7b6485d2ba3cca48 (patch)
treefe30735c4599c3a251b518784b1f32151f153f85
parent79a9c4cba1e7b997c86d2e60ffb016117847db69 (diff)
downloadATCD-070add4057c29e80455213ba7b6485d2ba3cca48.tar.gz
* ace/CDR_Base.cpp:
* ace/CDR_Base.h: Added some stuff to help the higher layers deal with longlongs, without the guards for the platforms that don't have this native type. Expanded and exported the LongLong struct (added == and != operators). Defined the NONNATIVE_LONGLONG flag, if platform does not have a native longlong type. Added ACE_CDR_LONGLONG_INITIALIZER, to portably initialize a local longlong variable.
-rw-r--r--ChangeLog13
-rw-r--r--ChangeLogs/ChangeLog-02a13
-rw-r--r--ChangeLogs/ChangeLog-03a13
3 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af533ba293b..a5af4eeb96b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Wed Jun 20 17:31:32 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/CDR_Base.cpp:
+ * ace/CDR_Base.h:
+
+ Added some stuff to help the higher layers deal with
+ longlongs, without the guards for the platforms that
+ don't have this native type. Expanded and exported the
+ LongLong struct (added == and != operators). Defined the
+ NONNATIVE_LONGLONG flag, if platform does not have a
+ native longlong type. Added ACE_CDR_LONGLONG_INITIALIZER,
+ to portably initialize a local longlong variable.
+
Wed Jun 20 10:42:02 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
* bin/auto_run_tests.lst:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index af533ba293b..a5af4eeb96b 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,16 @@
+Wed Jun 20 17:31:32 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/CDR_Base.cpp:
+ * ace/CDR_Base.h:
+
+ Added some stuff to help the higher layers deal with
+ longlongs, without the guards for the platforms that
+ don't have this native type. Expanded and exported the
+ LongLong struct (added == and != operators). Defined the
+ NONNATIVE_LONGLONG flag, if platform does not have a
+ native longlong type. Added ACE_CDR_LONGLONG_INITIALIZER,
+ to portably initialize a local longlong variable.
+
Wed Jun 20 10:42:02 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
* bin/auto_run_tests.lst:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index af533ba293b..a5af4eeb96b 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,16 @@
+Wed Jun 20 17:31:32 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/CDR_Base.cpp:
+ * ace/CDR_Base.h:
+
+ Added some stuff to help the higher layers deal with
+ longlongs, without the guards for the platforms that
+ don't have this native type. Expanded and exported the
+ LongLong struct (added == and != operators). Defined the
+ NONNATIVE_LONGLONG flag, if platform does not have a
+ native longlong type. Added ACE_CDR_LONGLONG_INITIALIZER,
+ to portably initialize a local longlong variable.
+
Wed Jun 20 10:42:02 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
* bin/auto_run_tests.lst: