summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2004-11-22 23:02:44 (GMT)
committermdejong <mdejong>2004-11-22 23:02:44 (GMT)
commit59317f4e489fb79017034911d3e0fd2a01eb2b4e (patch)
tree3d67cec551736d2f06c9857ae2bf382fffc06d7a /ChangeLog
parentfe96f0fa28a0a74e364c71258018723dccbe1e92 (diff)
downloadtcl-59317f4e489fb79017034911d3e0fd2a01eb2b4e.zip
tcl-59317f4e489fb79017034911d3e0fd2a01eb2b4e.tar.gz
tcl-59317f4e489fb79017034911d3e0fd2a01eb2b4e.tar.bz2
* unix/configure: Regen.
* unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T only when off64_t, open64(), and lseek64() are defined. IRIX 5.3 is known to not include an open64 function. [Bug 1030465]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d16dada..ffa519f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
2004-11-22 Mo DeJong <mdejong@users.sourceforge.net>
* unix/configure: Regen.
+ * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T
+ only when off64_t, open64(), and lseek64() are defined.
+ IRIX 5.3 is known to not include an open64 function.
+ [Bug 1030465]
+
+2004-11-22 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * unix/configure: Regen.
* unix/tcl.m4 (SC_ENABLE_THREADS): Check for a 2
argument version of readdir_r that is known to
exists under IRIX 5.3.