diff options
author | stwo <stwo> | 2010-09-06 12:57:31 (GMT) |
---|---|---|
committer | stwo <stwo> | 2010-09-06 12:57:31 (GMT) |
commit | 3c5c0386e0a63f34a79ce78f5d35c48599949508 (patch) | |
tree | da0b07ffe6eb9d201b76d0c12b6568095681ce58 /ChangeLog | |
parent | a3ca2c33322a3f277d3affa55344c20ea64c1605 (diff) | |
download | tcl-3c5c0386e0a63f34a79ce78f5d35c48599949508.zip tcl-3c5c0386e0a63f34a79ce78f5d35c48599949508.tar.gz tcl-3c5c0386e0a63f34a79ce78f5d35c48599949508.tar.bz2 |
Backport blkcnt_t detection/usage.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 *** |