diff options
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) |