summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-16 16:01:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-16 16:01:32 (GMT)
commitc0764272261c0f8e727f1c2a5e1d1acff40454f3 (patch)
treef87e69815fc9cbbdae4123c2ed8a23e6d5e4a890 /ChangeLog
parent85d00a55b79e0beebaf4875584cf7391abd05392 (diff)
downloadtcl-c0764272261c0f8e727f1c2a5e1d1acff40454f3.zip
tcl-c0764272261c0f8e727f1c2a5e1d1acff40454f3.tar.gz
tcl-c0764272261c0f8e727f1c2a5e1d1acff40454f3.tar.bz2
Do not assume that all unix systems have the POSIX blkcnt_t type, since OpenBSD
apparently does not.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b1b4d7..568fba3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-02-16 Donal K. Fellows <dkf@users.sf.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.
+
* generic/tclLiteral.c (HashString): Missed updating to FNV in one
place; the literal table (a copy of the hash table code...)