diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-11-22 13:07:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-11-22 13:07:58 (GMT) |
commit | c5a1e89cc8d9f34ca57886a2527f484ed21e3902 (patch) | |
tree | 82e967d07b17d8ee34b7bed8845daef57f3c9acd /ChangeLog | |
parent | ff1b25db81a452f6230211bf47b563173517d4b8 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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: |