diff options
author | das <das> | 2006-03-28 10:54:00 (GMT) |
---|---|---|
committer | das <das> | 2006-03-28 10:54:00 (GMT) |
commit | 46b49268ed1dc83341be3077fe3e1657011299cf (patch) | |
tree | 7242f123fa6c1eff37006b1807a3a231b287a185 /ChangeLog | |
parent | a66b86825a5ac8be8bc3afcb1ad586d10b6c037f (diff) | |
download | tcl-46b49268ed1dc83341be3077fe3e1657011299cf.zip tcl-46b49268ed1dc83341be3077fe3e1657011299cf.tar.gz tcl-46b49268ed1dc83341be3077fe3e1657011299cf.tar.bz2 |
* macosx/Tcl.xcode/default.pbxuser: add '-singleproc 1' cli arg to
* macosx/Tcl.xcodeproj/default.pbxuser: tcltest to ease test debugging.
* macosx/Tcl.xcode/project.pbxproj: removed $prefix/share from
* macosx/Tcl.xcodeproj/project.pbxproj: TCL_PACKAGE_PATH as per change
to unix/configure.in of 2006-03-13.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2006-03-28 Daniel Steffen <das@users.sourceforge.net> + + * macosx/Tcl.xcode/default.pbxuser: add '-singleproc 1' cli arg to + * macosx/Tcl.xcodeproj/default.pbxuser: tcltest to ease test debugging. + + * macosx/Tcl.xcode/project.pbxproj: removed $prefix/share from + * macosx/Tcl.xcodeproj/project.pbxproj: TCL_PACKAGE_PATH as per change + to unix/configure.in of 2006-03-13. + + * unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwin + realpath() converting relative paths into absolute paths. [Bug 1064247] + 2006-03-28 Vince Darley <vincentdarley@sourceforge.net> * generic/tclIOUtil.c: fix to nativeFilesystemRecord comparisons |