summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2009-06-26 18:14:24 (GMT)
committerdas <das>2009-06-26 18:14:24 (GMT)
commitccc761ddde222870a23a9ab6a3b3ee16e6bb2924 (patch)
tree03c66c04d2ed2d0ac3d25ab72a184b3195a1f114 /ChangeLog
parent0d7a2b27ab8079b4426b96cfbc665534e01e89bb (diff)
downloadtcl-ccc761ddde222870a23a9ab6a3b3ee16e6bb2924.zip
tcl-ccc761ddde222870a23a9ab6a3b3ee16e6bb2924.tar.gz
tcl-ccc761ddde222870a23a9ab6a3b3ee16e6bb2924.tar.bz2
* macosx/Tcl-Common.xcconfig: update projects for Xcode 3.1 and 3.2,
* macosx/Tcl.xcode/*: standardize on gcc 4.2, remove obsolete * macosx/Tcl.xcodeproj/*: configurations and pre-Xcode project. * macosx/Tcl.pbproj/* (removed): * macosx/README: update project docs, cleanup. * unix/Makefile.in: update dist target for project changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55fc635..4717abd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-06-26 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/Tcl-Common.xcconfig: update projects for Xcode 3.1 and 3.2,
+ * macosx/Tcl.xcode/*: standardize on gcc 4.2, remove obsolete
+ * macosx/Tcl.xcodeproj/*: configurations and pre-Xcode project.
+ * macosx/Tcl.pbproj/* (removed):
+
+ * macosx/README: update project docs, cleanup.
+
+ * unix/Makefile.in: update dist target for project changes.
+
2009-06-24 Donal K. Fellows <dkf@users.sf.net>
* tests/oo.test (oo-19.1): [Bug 2811598]: Make more resilient.