summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-04-29 02:21:31 (GMT)
committerdas <das>2007-04-29 02:21:31 (GMT)
commit9ef12ec2e6b788e6fd8c838ca5eb1f4c02c4db29 (patch)
treef3b588b14f9fc50815a26ad5cff212efc666c721 /ChangeLog
parent3d880fffc971a2ee2d80081689bbafd1c4b8544e (diff)
downloadtcl-9ef12ec2e6b788e6fd8c838ca5eb1f4c02c4db29.zip
tcl-9ef12ec2e6b788e6fd8c838ca5eb1f4c02c4db29.tar.gz
tcl-9ef12ec2e6b788e6fd8c838ca5eb1f4c02c4db29.tar.bz2
* macosx/tclMacOSXNotify.c: fix warnings.
* macosx/README: sync whitespace/formatting with HEAD. * macosx/tclMacOSXBundle.c: * macosx/tclMacOSXNotify.c: * macosx/Makefile: fix/add copyright and license refs. * macosx/tclMacOSXBundle.c: * macosx/Tcl-Info.plist.in:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 055bf30..7f31279 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2007-04-29 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open()
+ * unix/tclUnixInit.c: without FTS_NOSTAT on 64bit Darwin 8 or earlier.
+
+ * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic.
+
+ * macosx/tclMacOSXNotify.c: fix warnings.
+
+ * macosx/README: sync whitespace/formatting with HEAD.
+ * macosx/tclMacOSXBundle.c:
+ * macosx/tclMacOSXNotify.c:
+ * unix/tclLoadDyld.c:
+
+ * macosx/Makefile: fix/add copyright and license refs.
+ * macosx/tclMacOSXBundle.c:
+ * macosx/Tcl-Info.plist.in:
+
+ * unix/Makefile.in (dist): copy license.terms to dist macosx dir.
+ * unix/configure.in: install license.terms into Tcl.framework.
+ * unix/configure: autoconf-2.13
+
2007-04-21 Kevin B. Kenny <kennyb@acm.org>
* generic/tclClock.c: Restored Cygwin buildability [Bug 1387154]