summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-01-03 14:24:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-01-03 14:24:48 (GMT)
commit96dcdfe7ee3f9197034b7488545e57fcf22826dd (patch)
treeb16e087a22c2bc0812fb082b32091f975ffab851 /ChangeLog
parent8e375b451619f7f100356e82983143a1546f1758 (diff)
downloadtcl-96dcdfe7ee3f9197034b7488545e57fcf22826dd.zip
tcl-96dcdfe7ee3f9197034b7488545e57fcf22826dd.tar.gz
tcl-96dcdfe7ee3f9197034b7488545e57fcf22826dd.tar.bz2
Channel buffer min size is 1. Issue found by Schelte Bron.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09a0199..93cf3a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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