diff options
author | welch <welch> | 1998-11-02 22:40:04 (GMT) |
---|---|---|
committer | welch <welch> | 1998-11-02 22:40:04 (GMT) |
commit | cd8c940da237ebc45d721e34a01ec618cf9a1c8f (patch) | |
tree | 475b6724597a9814c2dcb0575f0f4572953bbc40 /changes | |
parent | f398200e1d23f815f17ac2cd0c4626852e7f2077 (diff) | |
download | tcl-cd8c940da237ebc45d721e34a01ec618cf9a1c8f.zip tcl-cd8c940da237ebc45d721e34a01ec618cf9a1c8f.tar.gz tcl-cd8c940da237ebc45d721e34a01ec618cf9a1c8f.tar.bz2 |
Fixed declaration of errorInfo in tcl_findLibrary
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |