summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 22:18:36 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 22:18:36 +0000
commit4fa72dc872735146e387e96574526175dc701593 (patch)
tree33eaeb091a75726472b5c13c11982fd79d2c8cc5
parentdc37fb81727d374ce8a11b6cbe9f896394e8ad10 (diff)
downloadATCD-4fa72dc872735146e387e96574526175dc701593.tar.gz
ChangeLogTag: Fri Jul 07 17:17:21 2000 George Reid <greid@entrenet.com>
-rw-r--r--ChangeLog22
-rw-r--r--ChangeLogs/ChangeLog-02a22
-rw-r--r--ChangeLogs/ChangeLog-03a22
-rw-r--r--ace/config-mvs.h9
4 files changed, 48 insertions, 27 deletions
diff --git a/ChangeLog b/ChangeLog
index d4bc90d412c..4bde3318eaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,25 @@
+Fri Jul 07 17:17:21 2000 George Reid <greid@entrenet.com>
+
+ * ace/config-mvs.h: long long support was introduced in os/390
+ version 2.6, so only #define ACE_LACKS_LONGLONG_T with
+ if __COMPILER_VER__ < 0x22060000.
+
Fri Jul 7 09:47:36 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * netsvcs/lib/Server_Logging_Handler_T.cpp (open_common): Don't
- pass in the length to the ACE_CString constructor -- just let is
- copy what's already there. Thanks to Valery Arkhangorodsky
- <valerya@servicesoft.com> for reporting this.
+ * netsvcs/lib/Server_Logging_Handler_T.cpp (open_common): Don't
+ pass in the length to the ACE_CString constructor -- just let is
+ copy what's already there. Thanks to Valery Arkhangorodsky
+ <valerya@servicesoft.com> for reporting this.
- * ace/ACE.cpp (timestamp): Make sure to insert a NUL byte at the
- end of yeartmp and timetmp. Thanks to David Levine and Purify
- for reporting this.
+ * ace/ACE.cpp (timestamp): Make sure to insert a NUL byte at the
+ end of yeartmp and timetmp. Thanks to David Levine and Purify
+ for reporting this.
Fri Jul 07 09:36:05 2000 David L. Levine <levine@cs.wustl.edu>
* examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp (handle_client):
cast result of ACE_OS::getpid () to int, and print as an int, to
- avoid compiler warning about mismatched format specifier.
+ avoid compiler warning about mismatched format specifier.
Thu Jul 6 10:36:46 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index d4bc90d412c..4bde3318eaa 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,19 +1,25 @@
+Fri Jul 07 17:17:21 2000 George Reid <greid@entrenet.com>
+
+ * ace/config-mvs.h: long long support was introduced in os/390
+ version 2.6, so only #define ACE_LACKS_LONGLONG_T with
+ if __COMPILER_VER__ < 0x22060000.
+
Fri Jul 7 09:47:36 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * netsvcs/lib/Server_Logging_Handler_T.cpp (open_common): Don't
- pass in the length to the ACE_CString constructor -- just let is
- copy what's already there. Thanks to Valery Arkhangorodsky
- <valerya@servicesoft.com> for reporting this.
+ * netsvcs/lib/Server_Logging_Handler_T.cpp (open_common): Don't
+ pass in the length to the ACE_CString constructor -- just let is
+ copy what's already there. Thanks to Valery Arkhangorodsky
+ <valerya@servicesoft.com> for reporting this.
- * ace/ACE.cpp (timestamp): Make sure to insert a NUL byte at the
- end of yeartmp and timetmp. Thanks to David Levine and Purify
- for reporting this.
+ * ace/ACE.cpp (timestamp): Make sure to insert a NUL byte at the
+ end of yeartmp and timetmp. Thanks to David Levine and Purify
+ for reporting this.
Fri Jul 07 09:36:05 2000 David L. Levine <levine@cs.wustl.edu>
* examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp (handle_client):
cast result of ACE_OS::getpid () to int, and print as an int, to
- avoid compiler warning about mismatched format specifier.
+ avoid compiler warning about mismatched format specifier.
Thu Jul 6 10:36:46 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index d4bc90d412c..4bde3318eaa 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,19 +1,25 @@
+Fri Jul 07 17:17:21 2000 George Reid <greid@entrenet.com>
+
+ * ace/config-mvs.h: long long support was introduced in os/390
+ version 2.6, so only #define ACE_LACKS_LONGLONG_T with
+ if __COMPILER_VER__ < 0x22060000.
+
Fri Jul 7 09:47:36 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * netsvcs/lib/Server_Logging_Handler_T.cpp (open_common): Don't
- pass in the length to the ACE_CString constructor -- just let is
- copy what's already there. Thanks to Valery Arkhangorodsky
- <valerya@servicesoft.com> for reporting this.
+ * netsvcs/lib/Server_Logging_Handler_T.cpp (open_common): Don't
+ pass in the length to the ACE_CString constructor -- just let is
+ copy what's already there. Thanks to Valery Arkhangorodsky
+ <valerya@servicesoft.com> for reporting this.
- * ace/ACE.cpp (timestamp): Make sure to insert a NUL byte at the
- end of yeartmp and timetmp. Thanks to David Levine and Purify
- for reporting this.
+ * ace/ACE.cpp (timestamp): Make sure to insert a NUL byte at the
+ end of yeartmp and timetmp. Thanks to David Levine and Purify
+ for reporting this.
Fri Jul 07 09:36:05 2000 David L. Levine <levine@cs.wustl.edu>
* examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp (handle_client):
cast result of ACE_OS::getpid () to int, and print as an int, to
- avoid compiler warning about mismatched format specifier.
+ avoid compiler warning about mismatched format specifier.
Thu Jul 6 10:36:46 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
diff --git a/ace/config-mvs.h b/ace/config-mvs.h
index 721e4005651..f81b80f8466 100644
--- a/ace/config-mvs.h
+++ b/ace/config-mvs.h
@@ -31,9 +31,13 @@
#if __COMPILER_VER__ >= 0x21020000 /* OS/390 r2 or higher */
# define ACE_HAS_4_4BSD_SENDMSG_RECVMSG
# define ACE_HAS_UCONTEXT_T
-#else
+#else /* __COMPILER_VER__ < 0x21020000 */
# define ACE_LACKS_UCONTEXT_H
-#endif /* __COMPILER_VER__ >= 0x21020000 */
+#endif /* __COMPILER_VER__ < 0x21020000 */
+
+#if __COMPILER_VER__ < 0x22060000 /* before OS/390 r2.6 */
+# define ACE_LACKS_LONGLONG_T
+#endif /* __COMPILER_VER__ < 0x22060000 */
#define ACE_HAS_BROKEN_CTIME
#define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
@@ -80,7 +84,6 @@
#define ACE_LACKS_MUTEXATTR_PSHARED
#define ACE_LACKS_IOSTREAM_FX
#define ACE_LACKS_LINEBUFFERED_STREAMBUF
-#define ACE_LACKS_LONGLONG_T
#define ACE_LACKS_MADVISE
#define ACE_LACKS_MALLOC_H
#define ACE_LACKS_MSGBUF_T