summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-02-23 04:17:05 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-02-23 04:17:05 +0000
commit1676d41e018e03eacabb5c081611685c3a28afd1 (patch)
tree7af751bb4d65f61b1d61b5a553c3249e8f1b6948
parentc5581472cb1dc9a8df32868830540de9cfc40d5d (diff)
downloadATCD-1676d41e018e03eacabb5c081611685c3a28afd1.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog22
-rw-r--r--ChangeLogs/ChangeLog-02a22
-rw-r--r--ChangeLogs/ChangeLog-03a22
3 files changed, 66 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fb892a3225..f6f44669327 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+Tue Feb 22 20:09:14 2000 Ossama Othman <ossama@uci.edu>
+
+ * config.sub:
+
+ Added support for QNX Neutrino. Hosts specifications such as
+ "i386-nto," "i386-qnx," "i386-qnx-nto," etc, will now be
+ accepted by the configure script's "--host" command line
+ option.
+
+ * ace/OS.cpp (unique_name):
+
+ Fixed warning about mismatched format specifier by explicitly
+ casting the result of ACE_OS::getpid(), a "pid_t," to an "int."
+
+ * ace/OS.h (ACE_LOFF_T):
+
+ QNX Nuetrino has a 64-bit offset type, "off64_t."
+
+ * m4/platform.m4 (ACE_SET_PLATFORM_MACROS):
+
+ Added support for QNX Neutrino.
+
Tue Feb 22 17:42:09 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/Synch.cpp: Reset the ACE_File_Lock::remove_ data member to
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 8fb892a3225..f6f44669327 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,25 @@
+Tue Feb 22 20:09:14 2000 Ossama Othman <ossama@uci.edu>
+
+ * config.sub:
+
+ Added support for QNX Neutrino. Hosts specifications such as
+ "i386-nto," "i386-qnx," "i386-qnx-nto," etc, will now be
+ accepted by the configure script's "--host" command line
+ option.
+
+ * ace/OS.cpp (unique_name):
+
+ Fixed warning about mismatched format specifier by explicitly
+ casting the result of ACE_OS::getpid(), a "pid_t," to an "int."
+
+ * ace/OS.h (ACE_LOFF_T):
+
+ QNX Nuetrino has a 64-bit offset type, "off64_t."
+
+ * m4/platform.m4 (ACE_SET_PLATFORM_MACROS):
+
+ Added support for QNX Neutrino.
+
Tue Feb 22 17:42:09 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/Synch.cpp: Reset the ACE_File_Lock::remove_ data member to
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 8fb892a3225..f6f44669327 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,25 @@
+Tue Feb 22 20:09:14 2000 Ossama Othman <ossama@uci.edu>
+
+ * config.sub:
+
+ Added support for QNX Neutrino. Hosts specifications such as
+ "i386-nto," "i386-qnx," "i386-qnx-nto," etc, will now be
+ accepted by the configure script's "--host" command line
+ option.
+
+ * ace/OS.cpp (unique_name):
+
+ Fixed warning about mismatched format specifier by explicitly
+ casting the result of ACE_OS::getpid(), a "pid_t," to an "int."
+
+ * ace/OS.h (ACE_LOFF_T):
+
+ QNX Nuetrino has a 64-bit offset type, "off64_t."
+
+ * m4/platform.m4 (ACE_SET_PLATFORM_MACROS):
+
+ Added support for QNX Neutrino.
+
Tue Feb 22 17:42:09 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/Synch.cpp: Reset the ACE_File_Lock::remove_ data member to