diff options
author | das <das> | 2002-10-22 16:41:26 (GMT) |
---|---|---|
committer | das <das> | 2002-10-22 16:41:26 (GMT) |
commit | cd83bd4f9b2b62007d4f9eed42dffba1e49e70f0 (patch) | |
tree | cbfa88b9d4e734767f869e6cc17264ca9d64cd7e /ChangeLog | |
parent | 5356bb251e4978b7dc52fb21ee811b516ef2329f (diff) | |
download | tcl-cd83bd4f9b2b62007d4f9eed42dffba1e49e70f0.zip tcl-cd83bd4f9b2b62007d4f9eed42dffba1e49e70f0.tar.gz tcl-cd83bd4f9b2b62007d4f9eed42dffba1e49e70f0.tar.bz2 |
* library/auto.tcl (tcl_findLibrary):
* library/package.tcl (tclPkgUnknown): on macosx, search inside the
Resources/Scripts subdirectory of any potential package directory
* macosx/Tcl.pbproj/project.pbxproj: add standard Frameworks dirs
to TCL_PACKAGE_PATH make argument.
* unix/tclUnixInit.c (TclpSetVariables): on macosx, add embedded
framework dirs to tcl_pkgPath: @executable_path/../Frameworks and
@executable_path/../PrivateFrameworks (if they exist), as well as
the dirs in DYLD_FRAMEWORK_PATH (if set). [Patch #624509]
use standard MAXPATHLEN instead of literal 1024
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2002-10-22 Daniel Steffen <das@users.sourceforge.net> + + * library/auto.tcl (tcl_findLibrary): + * library/package.tcl (tclPkgUnknown): on macosx, search inside the + Resources/Scripts subdirectory of any potential package directory + * macosx/Tcl.pbproj/project.pbxproj: add standard Frameworks dirs + to TCL_PACKAGE_PATH make argument. + * unix/tclUnixInit.c (TclpSetVariables): on macosx, add embedded + framework dirs to tcl_pkgPath: @executable_path/../Frameworks and + @executable_path/../PrivateFrameworks (if they exist), as well as + the dirs in DYLD_FRAMEWORK_PATH (if set). [Patch #624509] + use standard MAXPATHLEN instead of literal 1024 + 2002-10-22 Donal K. Fellows <fellowsd@cs.man.ac.uk> * doc/StringObj.3, doc/Object.3: Documented that Tcl_Obj's |