summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-27 10:07:05 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-27 10:07:05 (GMT)
commita7e88f6d17b8ff68c0cb6f10840445088d5264f0 (patch)
tree895153a2581a2a0e2dc1672a972732d1f2efc3f4 /ChangeLog
parent1ea51e1fb6fb072c84c166e0831423b0c323558b (diff)
downloadtcl-a7e88f6d17b8ff68c0cb6f10840445088d5264f0.zip
tcl-a7e88f6d17b8ff68c0cb6f10840445088d5264f0.tar.gz
tcl-a7e88f6d17b8ff68c0cb6f10840445088d5264f0.tar.bz2
Fix my silly blunders. [Bug 2470237]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9daefa6..cd14668 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.