diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-08-08 21:41:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-08-08 21:41:15 (GMT) |
commit | 9d1a20b757fd40ae5b636621c9c7ce303c15043a (patch) | |
tree | cf134678bb3cb918fbc27cc1c24359be086d8a70 /ChangeLog | |
parent | 735b3daee23ebe42bd11f49f85843199895323b9 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |