summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-08-21 06:10:02 (GMT)
committerdas <das>2006-08-21 06:10:02 (GMT)
commit832279c65a06e9902986eb205dab78277687ee9a (patch)
tree24218b1742a7a47930cb5f7c5617bd63de27c26c /ChangeLog
parent40c4ecfd456c65d392925accecc6bfcf589a502d (diff)
downloadtcl-832279c65a06e9902986eb205dab78277687ee9a.zip
tcl-832279c65a06e9902986eb205dab78277687ee9a.tar.gz
tcl-832279c65a06e9902986eb205dab78277687ee9a.tar.bz2
typo: s/Xcode 2.3/Xcode 2.4/
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f799715..a652ec4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,7 +29,7 @@
* unix/tclUnixPort.h: on Darwin x86_64, disable use of vfork as it
causes execve to fail intermittently. (rdar://4685553)
- * macosx/README: updates for x86_64 support and Xcode 2.3.
+ * macosx/README: updates for x86_64 support and Xcode 2.4.
* unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select()
returns early (e.g. due to a signal), call it again instead of returning