diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-10 11:16:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-10 11:16:42 (GMT) |
commit | 2d59677cd079d9ecd994b875aceb5e960fb652c6 (patch) | |
tree | af38f2b264fb97d589cca876700f9efa967d24be /ChangeLog | |
parent | 0fd0a940d0f30779874e35c4c7838a11f7aea0a3 (diff) | |
download | tcl-2d59677cd079d9ecd994b875aceb5e960fb652c6.zip tcl-2d59677cd079d9ecd994b875aceb5e960fb652c6.tar.gz tcl-2d59677cd079d9ecd994b875aceb5e960fb652c6.tar.bz2 |
Convert u_int to unsigned to make clashes with types in standard C headers less
of a problem. [Bug 1098829]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-01-10 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * unix/tclUnixFCmd.c (TclUnixCopyFile): Convert u_int to unsigned + to make clashes with types in standard C headers less of a + problem. [Bug 1098829] + 2005-01-09 Joe English <jenglish@users.sourceforge.net> * unix/tclUnixThrd.c, unix/tclUnixPort.h: Remove readdir_r() |