diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-10 11:21:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-10 11:21:50 (GMT) |
commit | 6dd9ce45620382f3a06d1540ed2c08f4c88ad00a (patch) | |
tree | b3bfc498a78da394772f659e980347de218f42e7 /ChangeLog | |
parent | bf282c8f70ba13fdbbfca301d5a15165865397e9 (diff) | |
download | tcl-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-- | 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 (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 |