diff options
author | nijtmans <nijtmans> | 2009-11-18 22:41:41 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-11-18 22:41:41 (GMT) |
commit | b57c08b7e2ccf91e1096b30f2170d2f603f59e0c (patch) | |
tree | 01d099afa4749afee67d0a99e9e442dcebb9cc45 /ChangeLog | |
parent | a9191c772b1a15d5f705b2d4fa807388370ac0f8 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |