diff options
author | andreas_kupries <akupries@shaw.ca> | 2007-11-05 19:37:06 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2007-11-05 19:37:06 (GMT) |
commit | 791ccfdcdbc2bee84c4100c5a2c66e600ff247c2 (patch) | |
tree | a583a45bbf5dd65eee5023809fa22a5903bc9737 /ChangeLog | |
parent | 71b6a5824485a25d8b7be9c26103252cb50ed5f6 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |