diff options
author | welch <welch@noemail.net> | 1998-08-10 16:00:18 (GMT) |
---|---|---|
committer | welch <welch@noemail.net> | 1998-08-10 16:00:18 (GMT) |
commit | 50b9d04308e46d3826319aec1b78af43893d8231 (patch) | |
tree | 67003e966b6e38048f2358ac9bab4635fd4225a0 | |
parent | b3f578e4231320b7853daa10d897064fd9357e0f (diff) | |
download | tcl-50b9d04308e46d3826319aec1b78af43893d8231.zip tcl-50b9d04308e46d3826319aec1b78af43893d8231.tar.gz tcl-50b9d04308e46d3826319aec1b78af43893d8231.tar.bz2 |
import bug fix
FossilOrigin-Name: 6a6ece25486d3ff0c2cf29a4dabb7db5eb07f224
-rw-r--r-- | changes | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -3598,4 +3598,10 @@ subdirectories. (SS) extensions, including Tk. This searches in a canonical way for an extensions library directory and initialization file. (BW) --------- Released 8.0.3 to the Tcl Consortium CD-ROM project, 8/7/98 ------ +8/10/98 (bug fix) Imported commands used to get lost if the target +of the import was redefined. Tcl_CreateCommand and Tcl_CreateObjCommand +were updated to restore import links. (Note that if you rename a command, +the import links move to the new name, and if you delete a command then +the import links get lost. These semantics have not changed.) (MC) + +-------- Released 8.0.3 to the Tcl Consortium CD-ROM project, 8/10/98 ------ |