summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-10-10 18:00:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-10-10 18:00:09 (GMT)
commit6678ee462153f79ea3258c65a6e3902f6aa68de1 (patch)
treec18a25f5dfa41b29051a5959c4b11ce3e38d937f /ChangeLog
parent74451872e37a31feb47b7be05b8175603f0526ce (diff)
downloadtcl-6678ee462153f79ea3258c65a6e3902f6aa68de1.zip
tcl-6678ee462153f79ea3258c65a6e3902f6aa68de1.tar.gz
tcl-6678ee462153f79ea3258c65a6e3902f6aa68de1.tar.bz2
* generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build.
* generic/tclInt.h: Restored HEAD to the NO_WIDE_TYPE configuration until some breakage in the #undef NO_WIDE_TYPE configuration is corrected.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4de4612..3b8579a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-10 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build.
+ * generic/tclInt.h: Restored HEAD to the NO_WIDE_TYPE
+ configuration until some breakage in the #undef NO_WIDE_TYPE
+ configuration is corrected.
+
2005-10-10 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclInterp.c (DeleteScriptLimitCallback)