summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-08-08 21:41:15 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-08-08 21:41:15 (GMT)
commit9d1a20b757fd40ae5b636621c9c7ce303c15043a (patch)
treecf134678bb3cb918fbc27cc1c24359be086d8a70 /ChangeLog
parent735b3daee23ebe42bd11f49f85843199895323b9 (diff)
downloadtcl-9d1a20b757fd40ae5b636621c9c7ce303c15043a.zip
tcl-9d1a20b757fd40ae5b636621c9c7ce303c15043a.tar.gz
tcl-9d1a20b757fd40ae5b636621c9c7ce303c15043a.tar.bz2
Make the -buffersize option to '$zstream add' function correctly instead of
having its value just be discarded unceremoniously.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b55989c..bd72245 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-08-08 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclZlib.c (ZlibStreamCmd): Make the -buffersize option to
+ '$zstream add' function correctly instead of having its value just be
+ discarded unceremoniously. Also generate error codes from more of the
+ code, not just the low-level code but also the Tcl infrastructure.
+
2011-08-07 Donal K. Fellows <dkf@users.sf.net>
* generic/tclOOInfo.c (InfoClassCallCmd): [Bug 3387082]: Plug memory