summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstwo <stwo>2010-09-06 12:57:31 (GMT)
committerstwo <stwo>2010-09-06 12:57:31 (GMT)
commit3c5c0386e0a63f34a79ce78f5d35c48599949508 (patch)
treeda0b07ffe6eb9d201b76d0c12b6568095681ce58 /ChangeLog
parenta3ca2c33322a3f277d3affa55344c20ea64c1605 (diff)
downloadtcl-3c5c0386e0a63f34a79ce78f5d35c48599949508.zip
tcl-3c5c0386e0a63f34a79ce78f5d35c48599949508.tar.gz
tcl-3c5c0386e0a63f34a79ce78f5d35c48599949508.tar.bz2
Backport blkcnt_t detection/usage.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5821e0f..753f81a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-06 Stuart Cassoff <stwo@users.sourceforge.net>
+
+ * unix/configure.in, generic/tclIOUtil.c (Tcl_Stat): Updated so that
+ we do not assume that all unix systems have the POSIX blkcnt_t type,
+ since OpenBSD apparently does not. Backported from HEAD (2010-02-16).
+ * unix/configure: autoconf-2.59
+
2010-09-02 Andreas Kupries <andreask@activestate.com>
*** 8.5.9 TAGGED FOR RELEASE ***