diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-09-14 17:45:24 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-09-14 17:45:24 (GMT) |
commit | 807dad29a3e4ffb856a0814751efc851f5d6bfbe (patch) | |
tree | a10ee71554e5e45668b3ad9d290d1e7f0b1e4a18 /ChangeLog | |
parent | 8cb023658d6e613c6a76db26b0b5568b6e0b2bb6 (diff) | |
download | tcl-807dad29a3e4ffb856a0814751efc851f5d6bfbe.zip tcl-807dad29a3e4ffb856a0814751efc851f5d6bfbe.tar.gz tcl-807dad29a3e4ffb856a0814751efc851f5d6bfbe.tar.bz2 |
* doc/interp.n:
* generic/tclInterp.c (TclPreventAliasLoop, AliasCreate):
* tests/interp.test (17.4-6, 19.3-4): fixing problems with
renaming of aliases [Bugs 707104 1026493]. Fix designed by dgp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-09-10 Miguel Sofer <msofer@users.sf.net> + + * doc/interp.n: + * generic/tclInterp.c (TclPreventAliasLoop, AliasCreate): + * tests/interp.test (17.4-6, 19.3-4): fixing problems with + renaming of aliases [Bugs 707104 1026493]. Fix designed by dgp. + 2004-09-13 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclNamesp.c (NsEnsembleImplementationCmd): Add token |