diff options
author | vincentdarley <vincentdarley> | 2003-11-03 12:49:31 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-11-03 12:49:31 (GMT) |
commit | 60fa96585cee84cfc8834308fdf455708f0a9174 (patch) | |
tree | 2770b1d6cff62498bd4ae14bc67f3deef85eb172 /ChangeLog | |
parent | e300350d5bfd8bed856ef97f4da4c0c4871a2f4f (diff) | |
download | tcl-60fa96585cee84cfc8834308fdf455708f0a9174.zip tcl-60fa96585cee84cfc8834308fdf455708f0a9174.tar.gz tcl-60fa96585cee84cfc8834308fdf455708f0a9174.tar.bz2 |
loadHandle vs clientData cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2003-11-03 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclIOUtil.c + * generic/tclInt.h: added comments and re-arranged code to + clarify distinction between Tcl_LoadHandle, ClientData for + 'load'ed code, and point out limitations of the design + introduced with Tcl 8.4. + + * unix/tclUnixFile.c: fix to memory leak + + * generic/tclCmdIL.c: removed warning on Windows. + 2003-11-01 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tclCmdIL.c (Tcl_LrepeatObjCmd): Check for sensible list |