summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorjingham <jingham@noemail.net>1998-11-10 06:56:46 (GMT)
committerjingham <jingham@noemail.net>1998-11-10 06:56:46 (GMT)
commitf8b9c00242081859de37e849b47b54cc06ce9998 (patch)
tree7765ab3e774d99479c187ed743e88a696c02e36c /changes
parent8fbe8532d695edc81f615c66b8cd494f6bd56bd0 (diff)
downloadtcl-f8b9c00242081859de37e849b47b54cc06ce9998.zip
tcl-f8b9c00242081859de37e849b47b54cc06ce9998.tar.gz
tcl-f8b9c00242081859de37e849b47b54cc06ce9998.tar.bz2
Add changelog entry for the resource command bug fix.
FossilOrigin-Name: 002000a2dd6092f1e09a47799947c21ea9bf0add
Diffstat (limited to 'changes')
-rw-r--r--changes7
1 files changed, 6 insertions, 1 deletions
diff --git a/changes b/changes
index 8bb2496..957a145 100644
--- a/changes
+++ b/changes
@@ -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.