summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a597481..0cfe581 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-11-05 Andreas Kupries <andreask@activestate.com>
+
+ * 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.
+
2007-11-03 Miguel Sofer <msofer@users.sf.net>
* generic/tclTest.c (TestSetCmd2):