summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-03-04 17:26:10 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-03-04 17:26:10 (GMT)
commit4c420cfc0c8b98ec83ac96e46902749d47720223 (patch)
tree761d2d7a26e1bb1784c416d6739c622f1fcf9eb8 /ChangeLog
parent5119564c4202954fb6ad5bba77a1371f4a1d7920 (diff)
downloadtcl-4c420cfc0c8b98ec83ac96e46902749d47720223.zip
tcl-4c420cfc0c8b98ec83ac96e46902749d47720223.tar.gz
tcl-4c420cfc0c8b98ec83ac96e46902749d47720223.tar.bz2
Fix bug 2662434
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3c7b09..9ebfbbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-04 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclZlib.c (TclZlibCmd): Checksums are defined to be unsigned
+ 32-bit integers, use Tcl_WideInt to pass to scripts. [Bug 2662434]
+
2009-02-27 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tcl.decls: [Bug 218977] Tcl_DbCkfree needs a return value