summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorwelch <welch@noemail.net>1998-11-02 22:40:03 (GMT)
committerwelch <welch@noemail.net>1998-11-02 22:40:03 (GMT)
commit21f8482149d8fa0d8e6b0a74a61c6952075d76ca (patch)
tree475b6724597a9814c2dcb0575f0f4572953bbc40 /changes
parent74bf9fa106033a01e314c87cf622454567753c52 (diff)
downloadtcl-21f8482149d8fa0d8e6b0a74a61c6952075d76ca.zip
tcl-21f8482149d8fa0d8e6b0a74a61c6952075d76ca.tar.gz
tcl-21f8482149d8fa0d8e6b0a74a61c6952075d76ca.tar.bz2
Fixed declaration of errorInfo in tcl_findLibrary
FossilOrigin-Name: dbd547732b6a86537d6c1b3279be0c6e628dd95d
Diffstat (limited to 'changes')
-rw-r--r--changes5
1 files changed, 3 insertions, 2 deletions
diff --git a/changes b/changes
index 6454f8c..8bb2496 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.31 1998/10/30 23:01:57 welch Exp $
+RCS: @(#) $Id: changes,v 1.32 1998/11/02 22:40:04 welch Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -3662,4 +3662,5 @@ 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)
+package requires and packages split among scripts and binary files.
+Also fixed ommision of global for errorInfo in tcl_findLibrary. (BW)