diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-05-03 21:14:57 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-05-03 21:14:57 (GMT) |
commit | be1d3ffdb010f8ac70bfb807fca3631897628951 (patch) | |
tree | 83f53718e1e84676836f93f4ed6aa22aaaf9c852 /ChangeLog | |
parent | 0bbb06a04a6eef073c35a9b20dd262b5ed7c0902 (diff) | |
download | tcl-be1d3ffdb010f8ac70bfb807fca3631897628951.zip tcl-be1d3ffdb010f8ac70bfb807fca3631897628951.tar.gz tcl-be1d3ffdb010f8ac70bfb807fca3631897628951.tar.bz2 |
Patch for bug #420507
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2001-05-03 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclParse.c: + * tests/namespace.test: Insure consistent behaviour of the + [unknown] command: when a command is unknown, it is always + processed by [::unknown], ignoring any namespace proc which + happens to be called "unknown" [Patch #421166, Bug #420507] + 2001-05-02 Don Porter <dgp@users.sourceforge.net> * tools/genStubs.tcl: Add a package require of Tcl 8 |