summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-06-06 09:53:38 (GMT)
committerdas <das>2007-06-06 09:53:38 (GMT)
commit6f2cb1c3833edfcb13bda8041d4c1a673e1b503d (patch)
tree7a445345d7b6dedcc530da1dcbc44e43e6550f8f /ChangeLog
parent0ce2a2cb2fb98447e3060196f2415dd267330e0d (diff)
downloadtcl-6f2cb1c3833edfcb13bda8041d4c1a673e1b503d.zip
tcl-6f2cb1c3833edfcb13bda8041d4c1a673e1b503d.tar.gz
tcl-6f2cb1c3833edfcb13bda8041d4c1a673e1b503d.tar.bz2
* macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue.
* unix/configure.in (Darwin): add plist for tclsh; link the * unix/Makefile.in (Darwin): Tcl and tclsh plists into their * macosx/Tclsh-Info.plist.in (new): binaries in all cases. * macosx/Tcl-Common.xcconfig: * unix/tcl.m4 (Darwin): fix CF checks in fat 32&64bit builds. * unix/configure: autoconf-2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b117f35..4dcdeb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-06-06 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue.
+
+ * unix/configure.in (Darwin): add plist for tclsh; link the
+ * unix/Makefile.in (Darwin): Tcl and tclsh plists into their
+ * macosx/Tclsh-Info.plist.in (new): binaries in all cases.
+ * macosx/Tcl-Common.xcconfig:
+
+ * unix/tcl.m4 (Darwin): fix CF checks in fat 32&64bit builds.
+ * unix/configure: autoconf-2.59
+
2007-06-05 Don Porter <dgp@users.sourceforge.net>
* generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY to