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)
commitaec4b2254493a049360d06d00e797237abab3f92 (patch)
treeda0b07ffe6eb9d201b76d0c12b6568095681ce58 /ChangeLog
parent39c6dfa01f7a50eb3c81070a38071899fabf5ed6 (diff)
downloadtcl-aec4b2254493a049360d06d00e797237abab3f92.zip
tcl-aec4b2254493a049360d06d00e797237abab3f92.tar.gz
tcl-aec4b2254493a049360d06d00e797237abab3f92.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 ***