diff options
author | dgp <dgp@users.sourceforge.net> | 2005-01-25 16:39:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-01-25 16:39:48 (GMT) |
commit | 2d7b99e0ac484196f8de1cd5a31123baa638d6e7 (patch) | |
tree | be5dd295965f011adfc81ca7cd33bef7d4b15b3b /ChangeLog | |
parent | cbd6f3b18257a643fc4d8c0a480277e8015637f9 (diff) | |
download | tcl-2d7b99e0ac484196f8de1cd5a31123baa638d6e7.zip tcl-2d7b99e0ac484196f8de1cd5a31123baa638d6e7.tar.gz tcl-2d7b99e0ac484196f8de1cd5a31123baa638d6e7.tar.bz2 |
* library/auto.tcl: Updated [auto_reset] to clear auto-loaded
commands in namespaces other than :: and to clear auto-loaded commands
that do not happen to be procs. [Bug 1101670]
***POTENTIAL INCOMPATIBILITY***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-01-25 Don Porter <dgp@users.sourceforge.net> + + * library/auto.tcl: Updated [auto_reset] to clear auto-loaded + commands in namespaces other than :: and to clear auto-loaded commands + that do not happen to be procs. [Bug 1101670] + ***POTENTIAL INCOMPATIBILITY*** + 2005-01-25 Daniel Steffen <das@users.sourceforge.net> * unix/tcl.m4 (Darwin): fixed bug with static build linking to |