diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-27 13:59:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-27 13:59:27 (GMT) |
commit | ed3d330d86447c20841d39a0f0e0e57a2bad3ecd (patch) | |
tree | a535782e7affb360e13dd53ec1766ebaaf99ec1c /ChangeLog | |
parent | fe1bd67c3db19045cffd0e2f58d3cdc02ebaaf90 (diff) | |
download | tcl-ed3d330d86447c20841d39a0f0e0e57a2bad3ecd.zip tcl-ed3d330d86447c20841d39a0f0e0e57a2bad3ecd.tar.gz tcl-ed3d330d86447c20841d39a0f0e0e57a2bad3ecd.tar.bz2 |
Make [namespace which] use newer option parsing code for more flexibility.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ * generic/tclNamesp.c (FindEnsemble): Factor out the code to convert a command name into an ensemble configuration and add support for ignoring [namespace import] link chains. [Bug 1017022] + (NamespaceWhichCmd): Rework to use newer option parsing API. 2004-08-27 Daniel Steffen <das@users.sourceforge.net> |