summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2007-11-05 19:37:06 (GMT)
committerandreas_kupries <akupries@shaw.ca>2007-11-05 19:37:06 (GMT)
commit791ccfdcdbc2bee84c4100c5a2c66e600ff247c2 (patch)
treea583a45bbf5dd65eee5023809fa22a5903bc9737 /tools
parent71b6a5824485a25d8b7be9c26103252cb50ed5f6 (diff)
downloadtcl-791ccfdcdbc2bee84c4100c5a2c66e600ff247c2.zip
tcl-791ccfdcdbc2bee84c4100c5a2c66e600ff247c2.tar.gz
tcl-791ccfdcdbc2bee84c4100c5a2c66e600ff247c2.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.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in4
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