summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-10 11:21:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-10 11:21:50 (GMT)
commit6dd9ce45620382f3a06d1540ed2c08f4c88ad00a (patch)
treeb3bfc498a78da394772f659e980347de218f42e7 /ChangeLog
parentbf282c8f70ba13fdbbfca301d5a15165865397e9 (diff)
downloadtcl-6dd9ce45620382f3a06d1540ed2c08f4c88ad00a.zip
tcl-6dd9ce45620382f3a06d1540ed2c08f4c88ad00a.tar.gz
tcl-6dd9ce45620382f3a06d1540ed2c08f4c88ad00a.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 e4796c3..65efd31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-10 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * unix/tclUnixFCmd.c (CopyFile): Convert u_int to unsigned
+ to make clashes with types in standard C headers less of a
+ problem. [Bug 1098829]
+
2005-01-06 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* library/http/http.tcl (http::mapReply): Significant performance