summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-02-22 23:54:24 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-02-22 23:54:24 (GMT)
commit63555d4e8d83f33df7c4cbc266b7f426eb3f9b84 (patch)
tree2a6e12030b4972c4a05f5d296d14b191b5ebe7e0 /ChangeLog
parent718a26fe2a6c218477b2486bcc3d014df7b559fa (diff)
downloadtcl-63555d4e8d83f33df7c4cbc266b7f426eb3f9b84.zip
tcl-63555d4e8d83f33df7c4cbc266b7f426eb3f9b84.tar.gz
tcl-63555d4e8d83f33df7c4cbc266b7f426eb3f9b84.tar.bz2
* generic/tclZlib.c (ZlibTransformInput): [Bug 2742041]: Added a
hack to work around the general problem, early EOF recoginition based on the base-chgannel, instead of the data we have ready for reading in the transform. Long-term we need a proper general fix (likely tracking EOF on each level of the channel stack), with attendant complexity. Further: Z_BUF_ERROR can be ignored, and must be when feeding the zlib code with single characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 393a65a..7ba4ca5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-02-22 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclZlib.c (ZlibTransformInput): [Bug 2742041]: Added a
+ hack to work around the general problem, early EOF recoginition
+ based on the base-chgannel, instead of the data we have ready for
+ reading in the transform. Long-term we need a proper general fix
+ (likely tracking EOF on each level of the channel stack), with
+ attendant complexity. Further: Z_BUF_ERROR can be ignored, and
+ must be when feeding the zlib code with single characters.
+
2010-02-17 Jan Nijtmans <nijtmans@users.sf.net>
* unix/tclUnixPort.h Remove unnecessary EXTERN's, which already