summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-11-27 19:48:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-11-27 19:48:05 (GMT)
commitb65175e0556b45c22a1e5b702ad58b49d436e5b9 (patch)
treeeefc2f76870f11bd1dc12b530300c880b34a4e82 /ChangeLog
parent5b704020810cc6cd47e7e04537036e7e2c3fdf37 (diff)
downloadtcl-b65175e0556b45c22a1e5b702ad58b49d436e5b9.zip
tcl-b65175e0556b45c22a1e5b702ad58b49d436e5b9.tar.gz
tcl-b65175e0556b45c22a1e5b702ad58b49d436e5b9.tar.bz2
* doc/chan.n: "Fix" the limitation on channel -eofchar
* doc/fconfigure.n: values to single byte characters by documenting * generic/tclIO.c: it and making it fail loudly. Thanks to * tests/chan.test: Stuart Cassoff for contributing the fix. [Bug 800753]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f1a1b1..95c1a17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-11-27 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/chan.n: "Fix" the limitation on channel -eofchar
+ * doc/fconfigure.n: values to single byte characters by documenting
+ * generic/tclIO.c: it and making it fail loudly. Thanks to
+ * tests/chan.test: Stuart Cassoff for contributing the fix.
+ [Bug 800753]
+
2007-11-26 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c: