diff options
author | das <das> | 2008-06-12 06:49:27 (GMT) |
---|---|---|
committer | das <das> | 2008-06-12 06:49:27 (GMT) |
commit | 74bc29aa0907c89d7211e2bfae06cb041bff93bc (patch) | |
tree | 78a00a5d885db09885fcd8801bde8a22ee5c8f4f | |
parent | d267c13106daee177a3e951075998de07098b94c (diff) | |
download | tcl-74bc29aa0907c89d7211e2bfae06cb041bff93bc.zip tcl-74bc29aa0907c89d7211e2bfae06cb041bff93bc.tar.gz tcl-74bc29aa0907c89d7211e2bfae06cb041bff93bc.tar.bz2 |
s/target/config/
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -458,7 +458,7 @@ Darwin 9 even when TclpCreateProcess() uses vfork(). * macosx/Tcl.xcodeproj/project.pbxproj: Add support for Xcode 3.1 and - * macosx/Tcl.xcodeproj/default.pbxuser: targets for building with + * macosx/Tcl.xcodeproj/default.pbxuser: configs for building with * macosx/Tcl-Common.xcconfig: gcc-4.2 and llvm-gcc-4.2. * unix/tclUnixPort.h: Workaround vfork() problems @@ -3210,7 +3210,7 @@ * generic/tclInt.h: fix warning when building threaded with -DPURIFY. * macosx/Tcl.xcodeproj/project.pbxproj: add 'DebugUnthreaded' & - * macosx/Tcl.xcodeproj/default.pbxuser: 'DebugLeaks' targets and env + * macosx/Tcl.xcodeproj/default.pbxuser: 'DebugLeaks' configs and env var settings needed to run the 'leaks' tool. 2007-05-07 Don Porter <dgp@users.sourceforge.net> |