summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-03-13 09:31:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-03-13 09:31:37 (GMT)
commit3eac215c3bf3020dfdf73a7eda2683887b6a6f56 (patch)
tree60c2b2e4124409809fb0671a552b3bad5d32a57c /ChangeLog
parent428c6a634462450a66c1164a1cd99517045ff643 (diff)
downloadtcl-3eac215c3bf3020dfdf73a7eda2683887b6a6f56.zip
tcl-3eac215c3bf3020dfdf73a7eda2683887b6a6f56.tar.gz
tcl-3eac215c3bf3020dfdf73a7eda2683887b6a6f56.tar.bz2
Added some casts to ClientData that are apparently needed on some
architectures for a clean compile.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cf06c0..c2bfca3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-03-13 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tclExecute.c (TclDeleteExecEnv, GrowEvaluationStack,
+ TclExecuteByteCode): Added some casts to ClientData that are
+ apparently needed on some architectures.
+
2001-03-12 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* tests/string.test: Fixed some test numberings and added a test.