summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-25 14:53:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-25 14:53:35 (GMT)
commit79109281ed47427b88e1cc5eae8325954cc7de80 (patch)
tree526c93d5b5cc5eac195143249f0ff6f70aee6ec0 /ChangeLog
parent851cf874f33c0a191357ff2968e12e7a91147b85 (diff)
downloadtcl-79109281ed47427b88e1cc5eae8325954cc7de80.zip
tcl-79109281ed47427b88e1cc5eae8325954cc7de80.tar.gz
tcl-79109281ed47427b88e1cc5eae8325954cc7de80.tar.bz2
* unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected
number of arguments to fstatfs() call.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b23c791..621065e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2010-03-25 Donal K. Fellows <dkf@users.sf.net>
+ * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected
+ number of arguments to fstatfs() call.
+
* macosx/tclMacOSXBundle.c, macosx/tclMacOSXFCmd.c:
* macosx/tclMacOSXNotify.c: Reduce the level of ifdeffery in the
functions of these files to improve readability. They need to be