diff options
author | andreas_kupries <akupries@shaw.ca> | 2005-10-05 22:09:11 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2005-10-05 22:09:11 (GMT) |
commit | c7476f19d45e568e5d766eda62807a5017b18687 (patch) | |
tree | 6596f0b450c2ddde33038d91438cbf49da3b03d9 /ChangeLog | |
parent | 9d629aa4b4b08b3986e112798e2808772d664131 (diff) | |
download | tcl-c7476f19d45e568e5d766eda62807a5017b18687.zip tcl-c7476f19d45e568e5d766eda62807a5017b18687.tar.gz tcl-c7476f19d45e568e5d766eda62807a5017b18687.tar.bz2 |
* generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bug
1109294]. Applied the patch provided by David Gravereaux.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2005-10-05 Andreas Kupries <andreask@activestate.com> + * generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bug + 1109294]. Applied the patch provided by David Gravereaux. + * doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application of David Welton's patch for it, and added a note about wideSeekProc. |