summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-08-08 20:52:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-08-08 20:52:20 (GMT)
commit365ad526523e348e7763aca71cc96aaa6d582b82 (patch)
tree6b7f37c9d9b06161c046e757e8cadc816f02e274 /ChangeLog
parentbc492ff043ece437a95b266d390d5be0a0247380 (diff)
downloadtcl-365ad526523e348e7763aca71cc96aaa6d582b82.zip
tcl-365ad526523e348e7763aca71cc96aaa6d582b82.tar.gz
tcl-365ad526523e348e7763aca71cc96aaa6d582b82.tar.bz2
* generic/tclExecute.c: Corrected failure to compile/link
in the -DNO_WIDE_TYPE configuration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39a9ca4..d9e0f69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-08-08 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclExecute.c: Corrected failure to compile/link
+ in the -DNO_WIDE_TYPE configuration.
+
* generic/tclExecute.c: Corrected improper use of bignum arguments
* tests/expr.test: to *SHIFT operations. [Bug 1770224].