diff options
author | dgp <dgp@users.sourceforge.net> | 2001-08-06 19:13:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-08-06 19:13:29 (GMT) |
commit | a9d8cafeb160316d137181d239ab61b01e679abe (patch) | |
tree | a21d7fe366552ac56a35c933167c2682ae9e590e /ChangeLog | |
parent | 8e79e931d21c8ba6841e2160abcd6323529d8387 (diff) | |
download | tcl-a9d8cafeb160316d137181d239ab61b01e679abe.zip tcl-a9d8cafeb160316d137181d239ab61b01e679abe.tar.gz tcl-a9d8cafeb160316d137181d239ab61b01e679abe.tar.bz2 |
* [package forget] now forgets all of the
package arguments it receives, not stopping when a package is
not found. [Bug 415273]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ -2001-08-02 Mo DeJong <mdejong@redhat.com> +2001-08-06 Don Porter <dgp@users.sourceforge.net> + + * generic/tclPkg.c: + * tests/pkg.test: [package forget] now forgets all of the + package arguments it receives, not stopping when a package is + not found. [Bug 415273] +2001-08-02 Mo DeJong <mdejong@redhat.com> * generic/tclPlatDecls.h: * win/tclWinPort.h: Revert <tchar.h> related changes made to improve |