diff options
author | hobbs <hobbs> | 2002-11-23 01:22:50 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-11-23 01:22:50 (GMT) |
commit | b56bfc9dd2b0556ccc280a089ad5f815b86cae2d (patch) | |
tree | 6c4800d302936f5d02e10350f1807f6e9db635da /ChangeLog | |
parent | ada87b51edc6c26dcb7261164f7092a397ba120c (diff) | |
download | tcl-b56bfc9dd2b0556ccc280a089ad5f815b86cae2d.zip tcl-b56bfc9dd2b0556ccc280a089ad5f815b86cae2d.tar.gz tcl-b56bfc9dd2b0556ccc280a089ad5f815b86cae2d.tar.bz2 |
* tests/interp.test: interp-14.4
* generic/tclInterp.c (TclPreventAliasLoop): prevent seg fault
when creating an alias command over the interp name. [Bug #641195]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-11-22 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/interp.test: interp-14.4 + * generic/tclInterp.c (TclPreventAliasLoop): prevent seg fault + when creating an alias command over the interp name. [Bug #641195] + 2002-11-18 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offset |