diff options
author | hobbs <hobbs> | 2007-12-09 22:24:01 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-12-09 22:24:01 (GMT) |
commit | 15e9d469b3e7b94da1036652810d0facb5637c77 (patch) | |
tree | cfa6dd75e980475bb9e0a340a9506b7badee32b6 /ChangeLog | |
parent | b2e05bbf5179cd62e79db42bb597becc3340914a (diff) | |
download | tcl-15e9d469b3e7b94da1036652810d0facb5637c77.zip tcl-15e9d469b3e7b94da1036652810d0facb5637c77.tar.gz tcl-15e9d469b3e7b94da1036652810d0facb5637c77.tar.bz2 |
* tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidate
* generic/tclIO.c (SetChannelFromAny): internal rep only after
validating channel rep. [Bug 1847044]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-12-09 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidate + * generic/tclIO.c (SetChannelFromAny): internal rep only after + validating channel rep. [Bug 1847044] + 2007-12-08 Donal K. Fellows <dkf@users.sf.net> * doc/expr.n, doc/mathop.n: Improved the documentation of the |