diff options
author | jingham <jingham> | 1998-11-10 06:56:47 (GMT) |
---|---|---|
committer | jingham <jingham> | 1998-11-10 06:56:47 (GMT) |
commit | 73d2c5f07cccfd465ae5ca4c56344a38871a5b07 (patch) | |
tree | 7765ab3e774d99479c187ed743e88a696c02e36c /changes | |
parent | 554f088073f47913899360f71b5da8d097b61c72 (diff) | |
download | tcl-73d2c5f07cccfd465ae5ca4c56344a38871a5b07.zip tcl-73d2c5f07cccfd465ae5ca4c56344a38871a5b07.tar.gz tcl-73d2c5f07cccfd465ae5ca4c56344a38871a5b07.tar.bz2 |
Add changelog entry for the resource command bug fix.
Diffstat (limited to 'changes')
-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. |