summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-04-16 17:33:30 (GMT)
committervincentdarley <vincentdarley>2004-04-16 17:33:30 (GMT)
commit9e2ba558e6f4c228b613a868c542c28c0028691b (patch)
treeb6ea9f0bec42ee68dbfc2ac8b41090d55308d5e8 /ChangeLog
parentac2d6518c3178b2a08cd39eafe3c1639390eb047 (diff)
downloadtcl-9e2ba558e6f4c228b613a868c542c28c0028691b.zip
tcl-9e2ba558e6f4c228b613a868c542c28c0028691b.tar.gz
tcl-9e2ba558e6f4c228b613a868c542c28c0028691b.tar.bz2
fix to utime documentation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a80034..35d96cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-16 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * doc/FileSystem.3: Corrected documentation of Tcl_FSUtime, and
+ the corresponding filesystem driver Tcl_FSUtimeProc. [Bug 935838]
+
2004-04-16 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* doc/socket.n: Added example from [Patch 936245].