diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-11 15:25:25 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-11 15:25:25 (GMT) |
commit | 6cb164284e90f09d42fd4027a4c30a1491a0afae (patch) | |
tree | 591dec0172a67e8c0620beb1bf7a8c3ca45ef4fd /ChangeLog | |
parent | 1c013bdae2c36d6eb441377358453d1f215efc04 (diff) | |
download | tcl-6cb164284e90f09d42fd4027a4c30a1491a0afae.zip tcl-6cb164284e90f09d42fd4027a4c30a1491a0afae.tar.gz tcl-6cb164284e90f09d42fd4027a4c30a1491a0afae.tar.bz2 |
[Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2010-02-11 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclIOCmd.c (Tcl_OpenObjCmd): [Bug 2949740]: Make sure that + we do not try to put a NULL pipeline channel into binary mode. + 2010-02-07 Jan Nijtmans <nijtmans@users.sf.net> * tools/genStubs.tcl Backport various formatting (spacing) |