summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-07-03 10:08:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-07-03 10:08:09 (GMT)
commit728a7cde00d367beb2873570be4a12baae753fbf (patch)
tree5b010ce6874168b8e3ed497b703a17b8df01124e /ChangeLog
parent59f60c354a264bd149bbe3248982f82c6ddd165a (diff)
parentc1a48e4df9bd8dcf675799dc7e9fbf4881f236a0 (diff)
downloadtcl-728a7cde00d367beb2873570be4a12baae753fbf.zip
tcl-728a7cde00d367beb2873570be4a12baae753fbf.tar.gz
tcl-728a7cde00d367beb2873570be4a12baae753fbf.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 0df1778..dda3b3b 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: