summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-10 11:16:42 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-10 11:16:42 (GMT)
commit2d59677cd079d9ecd994b875aceb5e960fb652c6 (patch)
treeaf38f2b264fb97d589cca876700f9efa967d24be /ChangeLog
parent0fd0a940d0f30779874e35c4c7838a11f7aea0a3 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bacf355..4a91f3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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()