diff options
author | das <das> | 2003-05-22 03:39:39 (GMT) |
---|---|---|
committer | das <das> | 2003-05-22 03:39:39 (GMT) |
commit | 740a034dfa9dcf14920b14054c40acc907cf0dd0 (patch) | |
tree | 9c3c496860088d2089949f27fbb6d61429f20c6e /ChangeLog | |
parent | 160d0f7a4329719da6a3f7c66429d076ecbe9898 (diff) | |
download | tcl-740a034dfa9dcf14920b14054c40acc907cf0dd0.zip tcl-740a034dfa9dcf14920b14054c40acc907cf0dd0.tar.gz tcl-740a034dfa9dcf14920b14054c40acc907cf0dd0.tar.bz2 |
* macosx/Tcl.pbproj/project.pbxproj: added missing references to
new source files tclPathObj.c and tclMacOSXFCmd.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-05-22 Daniel Steffen <das@users.sourceforge.net> + * macosx/Tcl.pbproj/project.pbxproj: added missing references to + new source files tclPathObj.c and tclMacOSXFCmd.c. + * 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 |