diff options
author | das <das> | 2008-06-12 06:49:05 (GMT) |
---|---|---|
committer | das <das> | 2008-06-12 06:49:05 (GMT) |
commit | 3d19400488d879abbac6dcb86335f0f6abb6f8aa (patch) | |
tree | 15b27c40bda9361009c371ae2c0c0b784a5f1b6f | |
parent | 3e497c1f548a8cbba7c7211b72f9b476f4093355 (diff) | |
download | tcl-3d19400488d879abbac6dcb86335f0f6abb6f8aa.zip tcl-3d19400488d879abbac6dcb86335f0f6abb6f8aa.tar.gz tcl-3d19400488d879abbac6dcb86335f0f6abb6f8aa.tar.bz2 |
s/target/config/
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -755,7 +755,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 @@ -3507,7 +3507,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> |