summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-21 21:30:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-21 21:30:53 (GMT)
commitcfa13d98b75f061041620fe58e5c2beca784d94d (patch)
treeb687015f160a32ee48ca0b60a5827576ed6d7359 /ChangeLog
parentba6ec48f9035744eb537bede1f77cffa94e26517 (diff)
downloadtcl-cfa13d98b75f061041620fe58e5c2beca784d94d.zip
tcl-cfa13d98b75f061041620fe58e5c2beca784d94d.tar.gz
tcl-cfa13d98b75f061041620fe58e5c2beca784d94d.tar.bz2
Variables should only ever be declarated at the start of a block...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67ac12d..a8b8869 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-21 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclExecute.c (TclExecuteByteCode): Move a few
+ declarations a short distance so pre-C99 compilers can cope.
+
2004-05-21 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c (TclExecuteByteCode): reorganised TEBC