diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-31 16:43:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-31 16:43:27 (GMT) |
commit | 22042ac17d28b7e80420612e880f6f4e3130db65 (patch) | |
tree | 6a344203c055c89c6bc0cb214b92128c1f8c2d60 /ChangeLog | |
parent | c29a0584716dc23c315d6fbaf3c578e5aef6412c (diff) | |
download | tcl-22042ac17d28b7e80420612e880f6f4e3130db65.zip tcl-22042ac17d28b7e80420612e880f6f4e3130db65.tar.gz tcl-22042ac17d28b7e80420612e880f6f4e3130db65.tar.bz2 |
Make [info globals ::foo] work. [Bug 1057461]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-10-31 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclCmdIL.c (InfoGlobalsCmd): + * tests/info.test (info-8.4): Strip leading global-namespace + specifiers from the pattern argument. [Bug 1057461] + 2004-10-30 Miguel Sofer <msofer@users.sf.net> * generic/tclCmdAH.c (Tcl_CatchObjCmd): removed erroneous comment |