diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-25 14:02:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-25 14:02:10 (GMT) |
commit | 851cf874f33c0a191357ff2968e12e7a91147b85 (patch) | |
tree | 39a27674f3c5208bf5305d3b1756ae1ca4bc58f4 /ChangeLog | |
parent | 6eb70f006fff06733664d05b19756a3e8e06dce8 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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> |