diff options
-rw-r--r-- | changes | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.32 1998/11/02 22:40:04 welch Exp $ +RCS: @(#) $Id: changes,v 1.33 1998/11/10 06:56:47 jingham Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -3664,3 +3664,8 @@ 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. Also fixed ommision of global for errorInfo in tcl_findLibrary. (BW) + +11/08/98 (bug fix) Fixed TclMacRegisterResourceFork to always detect the case where a file +is opened a second time with the same permissions. In IM, it claims that this will +always cause the same FileRef to be returned, but in MacOS 8.1+, this is no longer the +case, so we have to test for this explicitly. |