diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-25 14:53:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-25 14:53:35 (GMT) |
commit | 79109281ed47427b88e1cc5eae8325954cc7de80 (patch) | |
tree | 526c93d5b5cc5eac195143249f0ff6f70aee6ec0 /ChangeLog | |
parent | 851cf874f33c0a191357ff2968e12e7a91147b85 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |