diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-27 10:07:05 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-27 10:07:05 (GMT) |
commit | a7e88f6d17b8ff68c0cb6f10840445088d5264f0 (patch) | |
tree | 895153a2581a2a0e2dc1672a972732d1f2efc3f4 /ChangeLog | |
parent | 1ea51e1fb6fb072c84c166e0831423b0c323558b (diff) | |
download | tcl-a7e88f6d17b8ff68c0cb6f10840445088d5264f0.zip tcl-a7e88f6d17b8ff68c0cb6f10840445088d5264f0.tar.gz tcl-a7e88f6d17b8ff68c0cb6f10840445088d5264f0.tar.bz2 |
Fix my silly blunders. [Bug 2470237]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2008-12-27 Donal K. Fellows <dkf@users.sf.net> + * generic/tclZlib.c (ZlibStreamCmd): Fix compilation consistency. [Bug + * generic/tcl.decls: 2470237] + * generic/tclZlib.c (Tcl_ZlibStreamGet): Corrected the semantics of this function to be useful to the PNG implementation. If the argument object is empty, this gives the previous semantics. |