summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-11-22 13:07:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-11-22 13:07:58 (GMT)
commitc5a1e89cc8d9f34ca57886a2527f484ed21e3902 (patch)
tree82e967d07b17d8ee34b7bed8845daef57f3c9acd /ChangeLog
parentff1b25db81a452f6230211bf47b563173517d4b8 (diff)
downloadtcl-c5a1e89cc8d9f34ca57886a2527f484ed21e3902.zip
tcl-c5a1e89cc8d9f34ca57886a2527f484ed21e3902.tar.gz
tcl-c5a1e89cc8d9f34ca57886a2527f484ed21e3902.tar.bz2
Make some of the logic in TclCompileObj less heavily nested, to improve clarity.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f439c76..76623c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2011-11-22 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclExecute.c (TclCompileObj): Simplify and de-indent the
+ logic so that it is easier to comprehend.
+
2011-11-22 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tclWinPort.h: [Bug 2935503] Windows: file mtime
+ * win/tclWinPort.h: [Bug 2935503]: Windows: file mtime
* win/tclWinFile.c: sets wrong time (VS2005+ only)
* generic/tclTest.c: