summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-25 14:02:10 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-25 14:02:10 (GMT)
commit851cf874f33c0a191357ff2968e12e7a91147b85 (patch)
tree39a27674f3c5208bf5305d3b1756ae1ca4bc58f4 /ChangeLog
parent6eb70f006fff06733664d05b19756a3e8e06dce8 (diff)
downloadtcl-851cf874f33c0a191357ff2968e12e7a91147b85.zip
tcl-851cf874f33c0a191357ff2968e12e7a91147b85.tar.gz
tcl-851cf874f33c0a191357ff2968e12e7a91147b85.tar.bz2
* macosx/tclMacOSXBundle.c, macosx/tclMacOSXFCmd.c:
* macosx/tclMacOSXNotify.c: Reduce the level of ifdeffery in the functions of these files to improve readability. They need to be audited for whether complexity can be removed based on the minimum supported version of OSX, but that requires a real expert.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5504389..b23c791 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
+2010-03-25 Donal K. Fellows <dkf@users.sf.net>
+
+ * macosx/tclMacOSXBundle.c, macosx/tclMacOSXFCmd.c:
+ * macosx/tclMacOSXNotify.c: Reduce the level of ifdeffery in the
+ functions of these files to improve readability. They need to be
+ audited for whether complexity can be removed based on the minimum
+ supported version of OSX, but that requires a real expert.
+
2010-03-24 Don Porter <dgp@users.sourceforge.net>
- * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so
+ * generic/tclResult.c: [Bug 2383005]: Revise [return -errorcode] so
* tests/result.test: that it rejects illegal non-list values.
2010-03-24 Donal K. Fellows <dkf@users.sf.net>