diff options
author | andreas_kupries <andreas_kupries@noemail.net> | 2007-11-05 19:37:05 (GMT) |
---|---|---|
committer | andreas_kupries <andreas_kupries@noemail.net> | 2007-11-05 19:37:05 (GMT) |
commit | 0b53d151fdd7349022804a7857573aae963afdbc (patch) | |
tree | a583a45bbf5dd65eee5023809fa22a5903bc9737 /tools/Makefile.in | |
parent | c6a69ed06758a0d998879788bf5b5b511df792da (diff) | |
download | tcl-0b53d151fdd7349022804a7857573aae963afdbc.zip tcl-0b53d151fdd7349022804a7857573aae963afdbc.tar.gz tcl-0b53d151fdd7349022804a7857573aae963afdbc.tar.bz2 |
* unix/tclUnixChan.c (TtyGetOptionProc): Accepted [SF Tcl Patch
1823576] provided by Stuart Cassof <stwo@users.sourceforge.net>.
The patch adds the necessary utf/external conversions to the
handling of the arguments of option -xchar which will allow the
use of \0 and similar characters.
FossilOrigin-Name: f6fd27f2a5b2955c9a5249a1d7e4012f15e8ca5a
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index ecd115a..cf23296 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -6,7 +6,7 @@ # # HTML: 1. Build the html target on Unix -# RCS: @(#) $Id: Makefile.in,v 1.9 2000/04/20 01:30:20 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.10 2007/11/05 19:37:07 andreas_kupries Exp $ TCL = tcl@TCL_VERSION@ TK = tk@TCL_VERSION@ @@ -66,4 +66,4 @@ clean: -rm -f man2tcl *.o *.cnt *.rtf helpfile: - hcw /c /e tcl.hpj + hcw /c /e tcl.hpj
\ No newline at end of file |