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 /doc/fconfigure.n | |
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 'doc/fconfigure.n')
-rw-r--r-- | doc/fconfigure.n | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/fconfigure.n b/doc/fconfigure.n index 3ce53e0..b8fb397 100644 --- a/doc/fconfigure.n +++ b/doc/fconfigure.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: fconfigure.n,v 1.18 2007/07/04 13:51:29 dkf Exp $ +'\" RCS: @(#) $Id: fconfigure.n,v 1.19 2007/11/27 19:48:07 dgp Exp $ '\" .so man.macros .TH fconfigure n 8.3 Tcl "Tcl Built-In Commands" @@ -120,6 +120,9 @@ channel, a two-element list will always be returned. The default value for \fB\-eofchar\fR is the empty string in all cases except for files under Windows. In that case the \fB\-eofchar\fR is Control-z (\ex1a) for reading and the empty string for writing. +The acceptable range for \fB\-eofchar\fR values is \ex01 - \ex7f; +attempting to set \fB\-eofchar\fR to a value outside of this range will +generate an error. .TP \fB\-translation\fR \fImode\fR .TP |