summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-04-29 02:21:31 (GMT)
committerdas <das@noemail.net>2007-04-29 02:21:31 (GMT)
commit2fddddfa2ec2a38ab4916bea10e8cec9fb4bd375 (patch)
treef3b588b14f9fc50815a26ad5cff212efc666c721 /ChangeLog
parent05d11af8a17726241117e5ba355eadf3438af270 (diff)
downloadtcl-2fddddfa2ec2a38ab4916bea10e8cec9fb4bd375.zip
tcl-2fddddfa2ec2a38ab4916bea10e8cec9fb4bd375.tar.gz
tcl-2fddddfa2ec2a38ab4916bea10e8cec9fb4bd375.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: FossilOrigin-Name: e6df3a40f5729a0b8a58c8a873fa195dc73bfb39
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]