diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-30 22:26:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-30 22:26:43 (GMT) |
commit | 26e2008515075fa191d71fa2c8d21bd8032aaf75 (patch) | |
tree | 855cb8a0b5062bf4f178a9eba1c51d73da9e0609 /ChangeLog | |
parent | 7c7c6aa17bf0f27a8d5890a53d75e74830212d02 (diff) | |
download | tcl-26e2008515075fa191d71fa2c8d21bd8032aaf75.zip tcl-26e2008515075fa191d71fa2c8d21bd8032aaf75.tar.gz tcl-26e2008515075fa191d71fa2c8d21bd8032aaf75.tar.bz2 |
[Bug 2923613]: Make the safer [source] handle a [return] at the end of the
file correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -1,17 +1,23 @@ +2009-12-30 Donal K. Fellows <dkf@users.sf.net> + + * library/safe.tcl (AliasSource): [Bug 2923613]: Make the safer + * tests/safe.test (safe-8.9): [source] handle a [return] at the + end of the file correctly. + 2009-12-30 Miguel Sofer <msofer@users.sf.net> - * library/init.tcl (unknown): fix infinite recursion of ::unknown - when [set] is undefined [Bug 2824981]. + * library/init.tcl (unknown): [Bug 2824981]: Fix infinite recursion of + ::unknown when [set] is undefined. 2009-12-29 Donal K. Fellows <dkf@users.sf.net> - * generic/tclHistory.c (Tcl_RecordAndEvalObj): Reduce the amount - of allocation and deallocation of memory by caching objects in the + * generic/tclHistory.c (Tcl_RecordAndEvalObj): Reduce the amount of + allocation and deallocation of memory by caching objects in the interpreter assocData table. - * generic/tclObj.c (Tcl_GetCommandFromObj): Rewrite the logic so - that it does not require making assignments part way through an - 'if' condition, which was deeply unclear. + * generic/tclObj.c (Tcl_GetCommandFromObj): Rewrite the logic so that + it does not require making assignments part way through an 'if' + condition, which was deeply unclear. * generic/tclInterp.c (Tcl_MakeSafe): [Bug 2895741]: Make sure that the min() and max() functions are supported in safe interpreters. |