diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-30 22:20:57 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-30 22:20:57 (GMT) |
commit | 0b28413e2a45ca7e7b0fc35a015b7ef8af931826 (patch) | |
tree | c570d2f38edafbc870de694b2fb3864c85ac8a10 /ChangeLog | |
parent | e0a526e0845027a3332645c718bb528d55bba601 (diff) | |
download | tcl-0b28413e2a45ca7e7b0fc35a015b7ef8af931826.zip tcl-0b28413e2a45ca7e7b0fc35a015b7ef8af931826.tar.gz tcl-0b28413e2a45ca7e7b0fc35a015b7ef8af931826.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 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +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-29 Donal K. Fellows <dkf@users.sf.net> * generic/tclInterp.c (Tcl_MakeSafe): [Bug 2895741]: Make sure that |