diff options
author | das <das> | 2003-05-22 01:15:59 (GMT) |
---|---|---|
committer | das <das> | 2003-05-22 01:15:59 (GMT) |
commit | 160d0f7a4329719da6a3f7c66429d076ecbe9898 (patch) | |
tree | 8f2ae5bf08d1319a013cbb201156a78897f07e5a /ChangeLog | |
parent | bcb3bc0dc3f04c7b793635557ddc7e686db98576 (diff) | |
download | tcl-160d0f7a4329719da6a3f7c66429d076ecbe9898.zip tcl-160d0f7a4329719da6a3f7c66429d076ecbe9898.tar.gz tcl-160d0f7a4329719da6a3f7c66429d076ecbe9898.tar.bz2 |
* macosx/tclMacOSXBundle.c: fixed a problem that caused only the
first call to Tcl_MacOSXOpenVersionedBundleResources() for a given
bundle identifier to succeed. This caused the tcl runtime library
not to be found in all interps created after the inital one.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ * macosx/tclMacOSXBundle.c: fixed a problem that caused only the first call to Tcl_MacOSXOpenVersionedBundleResources() for a given - bundle indentifier to succeed. This caused the tcl runtime library + bundle identifier to succeed. This caused the tcl runtime library not to be found in all interps created after the inital one. 2003-05-19 Kevin B. Kenny <kennykb@hippolyta> |