diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-03 10:12:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-03 10:12:19 (GMT) |
commit | cec5714641a4a94590010e3b659f993d294268f5 (patch) | |
tree | 020b1e912a5e90a102ea5f6aac6b933c6027d5ab /ChangeLog | |
parent | ab7a6af8cae45f25825b7c3ac24edc9af86c9233 (diff) | |
parent | 728a7cde00d367beb2873570be4a12baae753fbf (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |