diff options
author | dgp <dgp@users.sourceforge.net> | 2007-11-27 19:48:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-11-27 19:48:05 (GMT) |
commit | b65175e0556b45c22a1e5b702ad58b49d436e5b9 (patch) | |
tree | eefc2f76870f11bd1dc12b530300c880b34a4e82 /ChangeLog | |
parent | 5b704020810cc6cd47e7e04537036e7e2c3fdf37 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |