diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-16 16:01:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-16 16:01:32 (GMT) |
commit | c0764272261c0f8e727f1c2a5e1d1acff40454f3 (patch) | |
tree | f87e69815fc9cbbdae4123c2ed8a23e6d5e4a890 /ChangeLog | |
parent | 85d00a55b79e0beebaf4875584cf7391abd05392 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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...) |