diff options
author | hobbs <hobbs> | 2002-03-02 04:55:31 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-03-02 04:55:31 (GMT) |
commit | 56a57cbad4a080e6df254ee672e523bb43601e0e (patch) | |
tree | 10a18af18d6779d1e9c896f15db41ad52cfa110b /ChangeLog | |
parent | 014b57a7c7744b4fd118db134a86a5557fdd6437 (diff) | |
download | tcl-56a57cbad4a080e6df254ee672e523bb43601e0e.zip tcl-56a57cbad4a080e6df254ee672e523bb43601e0e.tar.gz tcl-56a57cbad4a080e6df254ee672e523bb43601e0e.tar.bz2 |
* tests/encoding.test: added encoding-23.* tests
* generic/tclIO.c (FilterInputBytes): reset the TCL_ENCODING_START
flags in the ChannelState when using 'gets'. [Bug #523988]
Also reduced the value of ENCODING_LINESIZE from 30 to 20 as this
seems to improve the performance of 'gets' according to tclbench.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,10 +1,25 @@ +2002-03-01 Jeff Hobbs <jeffh@ActiveState.com> + + * library/encoding/iso2022-jp.enc: + * library/encoding/iso2022.enc: + * tools/encoding/iso2022-jp.esc: + * tools/encoding/iso2022.esc: gave <ESC>$B precedence over <ESC>$@, + based on comments (point 1) in [Bug #219283] (rfc 1468) + + * tests/encoding.test: added encoding-23.* tests + * generic/tclIO.c (FilterInputBytes): reset the TCL_ENCODING_START + flags in the ChannelState when using 'gets'. [Bug #523988] + Also reduced the value of ENCODING_LINESIZE from 30 to 20 as this + seems to improve the performance of 'gets' according to tclbench. + 2002-02-28 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclCmdMZ.c (TraceCommandProc): ensure that TraceCommandInfo structure was also deleted when a command was deleted to prevent a mem leak. - * generic/tclBasic.c (Tcl_CreateObjTrace): set tracePtr->flags correctly. + * generic/tclBasic.c (Tcl_CreateObjTrace): set tracePtr->flags + correctly. * generic/tclTimer.c (TimerExitProc): remove remaining events in tls on thread exit. |