summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-07-03 10:12:19 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-07-03 10:12:19 (GMT)
commitcec5714641a4a94590010e3b659f993d294268f5 (patch)
tree020b1e912a5e90a102ea5f6aac6b933c6027d5ab /ChangeLog
parentab7a6af8cae45f25825b7c3ac24edc9af86c9233 (diff)
parent728a7cde00d367beb2873570be4a12baae753fbf (diff)
downloadtcl-cec5714641a4a94590010e3b659f993d294268f5.zip
tcl-cec5714641a4a94590010e3b659f993d294268f5.tar.gz
tcl-cec5714641a4a94590010e3b659f993d294268f5.tar.bz2
Corrected statements about ctime field of 'struct stat'; that was always the
time of the last metadata change, not the time of creation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f12e4ac..89766bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-03 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/FileSystem.3: Corrected statements about ctime field of 'struct
+ stat'; that was always the time of the last metadata change, not the
+ time of creation.
+
2011-07-02 Kevin B. Kenny <kennykb@acm.org>
* generic/tclStrToD.c: