diff options
author | hobbs <hobbs> | 1999-12-01 02:45:00 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-01 02:45:00 (GMT) |
commit | f4b89549e3d518586b3df6097b4c7dfd3f0532e7 (patch) | |
tree | 8c2468c102c3178674abb06022bd13d4be5d9ca2 /ChangeLog | |
parent | 79bdb822ff78858fd0f4064fdd902ab472562f8e (diff) | |
download | tcl-f4b89549e3d518586b3df6097b4c7dfd3f0532e7.zip tcl-f4b89549e3d518586b3df6097b4c7dfd3f0532e7.tar.gz tcl-f4b89549e3d518586b3df6097b4c7dfd3f0532e7.tar.bz2 |
* generic/tclIO.c: fix from Kupries for Tcl_UnstackChannel that
correctly handles resetting translation and encoding.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 1999-11-30 Jeff Hobbs <hobbs@scriptics.com> + * generic/tclIO.c: fix from Kupries for Tcl_UnstackChannel that + correctly handles resetting translation and encoding. + * generic/tclLoad.c: #def'd out the unloading of DLLs at finalize time for Unix in TclFinalizeLoad. [Bug: 2560 3373] Should be parametrized to allow for user to specify unload or not. |