summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-03-04 17:52:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-03-04 17:52:34 (GMT)
commite7ae31d6d3e1a343991401b5795fc1b04c6e8236 (patch)
treeb6fa142761ea79c1e85988d863c11b5e16f6d1c9 /ChangeLog
parent4c420cfc0c8b98ec83ac96e46902749d47720223 (diff)
downloadtcl-e7ae31d6d3e1a343991401b5795fc1b04c6e8236.zip
tcl-e7ae31d6d3e1a343991401b5795fc1b04c6e8236.tar.gz
tcl-e7ae31d6d3e1a343991401b5795fc1b04c6e8236.tar.bz2
Related corrections
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ebfbbe..19582a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* generic/tclZlib.c (TclZlibCmd): Checksums are defined to be unsigned
32-bit integers, use Tcl_WideInt to pass to scripts. [Bug 2662434]
+ (ZlibStreamCmd, ChanGetOption): A few other related corrections.
2009-02-27 Jan Nijtmans <nijtmans@users.sf.net>