diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-11 17:46:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-11 17:46:05 (GMT) |
commit | 05d4bff61c4b959be0020c6a2b74a82cddb1e71e (patch) | |
tree | f9882b020d2a79da2aa09179a4c91ed93282b18f /ChangeLog | |
parent | 7ad8b091dd878126106f9c18e855d17909f1068c (diff) | |
download | tcl-05d4bff61c4b959be0020c6a2b74a82cddb1e71e.zip tcl-05d4bff61c4b959be0020c6a2b74a82cddb1e71e.tar.gz tcl-05d4bff61c4b959be0020c6a2b74a82cddb1e71e.tar.bz2 |
* doc/package.n: Restored the functioning of
* generic/tclPkg.c: [package require -exact] to be compatible
* tests/pkg.test: with Tcl 8.4. [Bug 1578344].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-09-11 Don Porter <dgp@users.sourceforge.net> + + * doc/package.n: Restored the functioning of + * generic/tclPkg.c: [package require -exact] to be compatible + * tests/pkg.test: with Tcl 8.4. [Bug 1578344]. + 2007-09-11 Miguel Sofer <msofer@users.sf.net> * generic/tclCompCmds.c (TclCompileDictCmd-update): |