diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-03 10:05:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-03 10:05:07 (GMT) |
commit | c1a48e4df9bd8dcf675799dc7e9fbf4881f236a0 (patch) | |
tree | 72fd6dbfe03585cbefbed6f5db9dfaeb1399c70d /ChangeLog | |
parent | 83da5e73e763a2bf93d98676168b3e5a7a02d014 (diff) | |
download | tcl-c1a48e4df9bd8dcf675799dc7e9fbf4881f236a0.zip tcl-c1a48e4df9bd8dcf675799dc7e9fbf4881f236a0.tar.gz tcl-c1a48e4df9bd8dcf675799dc7e9fbf4881f236a0.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-06-22 Andreas Kupries <andreask@activestate.com> * library/platform/pkgIndex.tcl: Updated to platform 1.0.10. Added |