diff options
author | nijtmans <nijtmans> | 2009-08-02 10:41:09 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-08-02 10:41:09 (GMT) |
commit | ad16cb700076b09c515d59baee67ff5e235326eb (patch) | |
tree | db13aa69d3445775988e5d32e7501e656f8e6403 /ChangeLog | |
parent | 71048d27d0a64c0fa11da33a09037c820babf6e5 (diff) | |
download | tcl-ad16cb700076b09c515d59baee67ff5e235326eb.zip tcl-ad16cb700076b09c515d59baee67ff5e235326eb.tar.gz tcl-ad16cb700076b09c515d59baee67ff5e235326eb.tar.bz2 |
eliminate TclWinResetInterfaceEncodings, because
it does exactly the same as TclWinEncodingsCleanup,
make sure that tclWinProcs and tclWinTCharEncoding
are always set and reset concurrently.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-08-02 Jan Nijtmans <nijtmans@users.sf.net> + + * win/tclWin32Dll.c eliminate TclWinResetInterfaceEncodings, because + * win/tclWinInit.c it does exactly the same as TclWinEncodingsCleanup, + * win/tclWinInt.h make sure that tclWinProcs and tclWinTCharEncoding + are always set and reset concurrently. + * win/tclWinFCmd.c: correct check for win95 + 2009-07-31 Don Porter <dgp@users.sourceforge.net> * generic/tclStringObj.c: Corrected failure to grow buffer |