diff options
author | nijtmans <nijtmans> | 2010-06-21 11:23:23 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-06-21 11:23:23 (GMT) |
commit | 7904f2c09aac76e42beaba3829d4e0bc702b5828 (patch) | |
tree | 42f60b267df843560dce3dc715050416409a7ed3 /ChangeLog | |
parent | b959e69e2efe23f4904f8ebcb2c6638af32aeb4a (diff) | |
download | tcl-7904f2c09aac76e42beaba3829d4e0bc702b5828.zip tcl-7904f2c09aac76e42beaba3829d4e0bc702b5828.tar.gz tcl-7904f2c09aac76e42beaba3829d4e0bc702b5828.tar.bz2 |
Eliminate various unnecessary type casts, use function typedefs whenever possible
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2010-06-21 Jan Nijtmans <nijtmans@users.sf.net> + + * unix/tclLoadDl.c Eliminate various unnecessary type casts, use + * unix/tclLoadNext.c function typedefs whenever possible + * unix/tclUnixChan.c + * unix/tclUnixFile.c + * unix/tclUnixNotfy.c + * unix/tclUnixSock.c + * unix/tclUnixTest.c + * unix/tclXtTest.c + 2010-06-18 Donal K. Fellows <dkf@users.sf.net> * library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to the |