summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-11-18 22:41:41 (GMT)
committernijtmans <nijtmans>2009-11-18 22:41:41 (GMT)
commitb57c08b7e2ccf91e1096b30f2170d2f603f59e0c (patch)
tree01d099afa4749afee67d0a99e9e442dcebb9cc45 /ChangeLog
parenta9191c772b1a15d5f705b2d4fa807388370ac0f8 (diff)
downloadtcl-b57c08b7e2ccf91e1096b30f2170d2f603f59e0c.zip
tcl-b57c08b7e2ccf91e1096b30f2170d2f603f59e0c.tar.gz
tcl-b57c08b7e2ccf91e1096b30f2170d2f603f59e0c.tar.bz2
Fix [Bug 2849797]: channel name inconsistencies as suggested by DKF
minor *** POTENTIAL INCOMPATIBILITY *** because Tcl_CreateChannel() and its derivatives, now sometimes ignore their "chanName" argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 385c1a7..14d612b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-11-18 Jan Nijtmans <nijtmans@users.sf.net>
+ * doc/CrtChannel.3 Fix [Bug 2849797]: channel name inconsistencies
+ * generic/tclIORChan.c as suggested by DKF
+ * generic/tclIO.c minor *** POTENTIAL INCOMPATIBILITY *** because
+ Tcl_CreateChannel() and its derivatives, now
+ sometimes ignore their "chanName" argument.
+
+2009-11-18 Jan Nijtmans <nijtmans@users.sf.net>
+
* generic/tclAsync.c Eliminate various gcc warnings (in -Wextra mode)
* generic/tclBasic.c
* generic/tclBinary.c