summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-06-12 06:49:27 (GMT)
committerdas <das>2008-06-12 06:49:27 (GMT)
commit74bc29aa0907c89d7211e2bfae06cb041bff93bc (patch)
tree78a00a5d885db09885fcd8801bde8a22ee5c8f4f /ChangeLog
parentd267c13106daee177a3e951075998de07098b94c (diff)
downloadtcl-74bc29aa0907c89d7211e2bfae06cb041bff93bc.zip
tcl-74bc29aa0907c89d7211e2bfae06cb041bff93bc.tar.gz
tcl-74bc29aa0907c89d7211e2bfae06cb041bff93bc.tar.bz2
s/target/config/
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a9d71c9..6a66486 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>