summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorwelch <welch@noemail.net>1998-10-30 23:01:56 (GMT)
committerwelch <welch@noemail.net>1998-10-30 23:01:56 (GMT)
commit6b989fce8c2eee26a14e6768ae7515a0c6e9d007 (patch)
tree0f29ab3c33738fa2824e9d888a3732975ab60ff7 /changes
parent476385e62af42439407392ba70b0fb2367a5484c (diff)
downloadtcl-6b989fce8c2eee26a14e6768ae7515a0c6e9d007.zip
tcl-6b989fce8c2eee26a14e6768ae7515a0c6e9d007.tar.gz
tcl-6b989fce8c2eee26a14e6768ae7515a0c6e9d007.tar.bz2
Overhaul of pkg_mkIndex
FossilOrigin-Name: 89ed51a0e3d3f38297d136d7ce6066655f3ebf52
Diffstat (limited to 'changes')
-rw-r--r--changes5
1 files changed, 4 insertions, 1 deletions
diff --git a/changes b/changes
index 000355c..6454f8c 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.30 1998/10/30 00:38:28 welch Exp $
+RCS: @(#) $Id: changes,v 1.31 1998/10/30 23:01:57 welch Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -3660,3 +3660,6 @@ Thanks to Donald Porter and Tom Silva for related patches. (BW)
of Tcl_RegisterChannel so that 1) unregistered channels do not get
closed after their first fileevent, and 2) errors that occur during
close in a fileevent script are actually reflected by the close command. (BW)
+
+10/30/98 (bug fix) Overhaul of pkg_mkIndex to deal with transitive
+package requires and packages split among scripts and binary files. (BW)