diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-05-15 14:19:13 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-05-15 14:19:13 (GMT) |
commit | 78889206e8a882e866563ebd0ff5e1309edb4288 (patch) | |
tree | 70a9f069004245b780b0f5791f52b78bffe4d3b1 /ChangeLog | |
parent | 1badd23371684cf0dd67714e8a78f4c7ddd6e55a (diff) | |
download | tcl-78889206e8a882e866563ebd0ff5e1309edb4288.zip tcl-78889206e8a882e866563ebd0ff5e1309edb4288.tar.gz tcl-78889206e8a882e866563ebd0ff5e1309edb4288.tar.bz2 |
Patch from [Bug: 231259]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2001-05-07 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclInt.h + * generic/tclNamesp.c: invalidate all bytecodes in a namespace if + a new command shadows a bytecoded command. + * tests/namespace.test + Patched from [Bug: 231259] + 2001-05-15 Donal K. Fellows <fellowsd@cs.man.ac.uk> * doc/console.n: Created. It seems very odd to me that the |