summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-01-04 20:47:55 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-01-04 20:47:55 +0000
commitccceb3f22239464ecb892af0bdc856fea3b8239f (patch)
tree95c97d00ab1e41b0ec5ee9f7becae2206f2d20c6
parent566209c69131dd45b89f5597fb78262ef9dd737f (diff)
downloadATCD-ccceb3f22239464ecb892af0bdc856fea3b8239f.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog15
-rw-r--r--ChangeLogs/ChangeLog-02a15
-rw-r--r--ChangeLogs/ChangeLog-03a15
3 files changed, 39 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index f5ca056c3fc..00bd817a270 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,25 @@
+Tue Jan 4 14:40:17 2000 Ossama Othman <othman@cs.wustl.edu>
+
+ * ace/OS.h:
+
+ AIX defines "off64_t" as its 64 bit offset type. Typedef
+ ACE_LOFF_T as that type if ACE_HAS_LLSEEK or ACE_HAS_LSEEK64 is
+ defined. This should correct a problem that occurred during an
+ AIX configure script run. Thanks to Mike Winter for pointing
+ this out.
+
Tue Jan 4 14:09:51 2000 Ossama Othman <othman@cs.wustl.edu>
* configure.in:
Fixed test that checks if sched.h is needed for thread
scheduling definitions. This should correct problems discovered
- on RedHat 6.1 installations.
+ on RedHat 6.1 installations. Thanks to
Improved sys_nerr and sys_errlist[] tests by checking for
external global variables in libraries. This should correct a
- problem discovered in an AIX configure script run.
+ problem discovered in an AIX configure script run. Thanks to
+ Mike Winter for providing feedback.
Tue Jan 4 13:23:26 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index f5ca056c3fc..00bd817a270 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,14 +1,25 @@
+Tue Jan 4 14:40:17 2000 Ossama Othman <othman@cs.wustl.edu>
+
+ * ace/OS.h:
+
+ AIX defines "off64_t" as its 64 bit offset type. Typedef
+ ACE_LOFF_T as that type if ACE_HAS_LLSEEK or ACE_HAS_LSEEK64 is
+ defined. This should correct a problem that occurred during an
+ AIX configure script run. Thanks to Mike Winter for pointing
+ this out.
+
Tue Jan 4 14:09:51 2000 Ossama Othman <othman@cs.wustl.edu>
* configure.in:
Fixed test that checks if sched.h is needed for thread
scheduling definitions. This should correct problems discovered
- on RedHat 6.1 installations.
+ on RedHat 6.1 installations. Thanks to
Improved sys_nerr and sys_errlist[] tests by checking for
external global variables in libraries. This should correct a
- problem discovered in an AIX configure script run.
+ problem discovered in an AIX configure script run. Thanks to
+ Mike Winter for providing feedback.
Tue Jan 4 13:23:26 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index f5ca056c3fc..00bd817a270 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,14 +1,25 @@
+Tue Jan 4 14:40:17 2000 Ossama Othman <othman@cs.wustl.edu>
+
+ * ace/OS.h:
+
+ AIX defines "off64_t" as its 64 bit offset type. Typedef
+ ACE_LOFF_T as that type if ACE_HAS_LLSEEK or ACE_HAS_LSEEK64 is
+ defined. This should correct a problem that occurred during an
+ AIX configure script run. Thanks to Mike Winter for pointing
+ this out.
+
Tue Jan 4 14:09:51 2000 Ossama Othman <othman@cs.wustl.edu>
* configure.in:
Fixed test that checks if sched.h is needed for thread
scheduling definitions. This should correct problems discovered
- on RedHat 6.1 installations.
+ on RedHat 6.1 installations. Thanks to
Improved sys_nerr and sys_errlist[] tests by checking for
external global variables in libraries. This should correct a
- problem discovered in an AIX configure script run.
+ problem discovered in an AIX configure script run. Thanks to
+ Mike Winter for providing feedback.
Tue Jan 4 13:23:26 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>