diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-03 14:24:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-03 14:24:48 (GMT) |
commit | bf368d9079aea8863a533fecdf208999092c6244 (patch) | |
tree | b16e087a22c2bc0812fb082b32091f975ffab851 /ChangeLog | |
parent | 45c7f369093b1db2b50b2dbf64c35fca6af390e7 (diff) | |
download | tcl-bf368d9079aea8863a533fecdf208999092c6244.zip tcl-bf368d9079aea8863a533fecdf208999092c6244.tar.gz tcl-bf368d9079aea8863a533fecdf208999092c6244.tar.bz2 |
Channel buffer min size is 1. Issue found by Schelte Bron.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2013-01-03 Donal K. Fellows <dkf@users.sf.net> + * doc/fconfigure.n, doc/CrtChannel.3: Updated to reflect the fact that + the minimum buffer size is one byte, not ten. Identified by Schelte + Bron on the Tcler's Chat. + * generic/tclExecute.c (TEBCresume:INST_INVOKE_REPLACE): * generic/tclEnsemble.c (TclCompileEnsemble): Added new mechanism to allow for more efficient dispatch of non-bytecode-compiled subcommands |