summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-11 15:25:25 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-11 15:25:25 (GMT)
commit6cb164284e90f09d42fd4027a4c30a1491a0afae (patch)
tree591dec0172a67e8c0620beb1bf7a8c3ca45ef4fd /ChangeLog
parent1c013bdae2c36d6eb441377358453d1f215efc04 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fc531a..481430d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)