From 50f9d6b3744f31f806d0f0a86cf96cb2608c86e0 Mon Sep 17 00:00:00 2001 From: dkf Date: Fri, 5 Mar 2010 23:23:06 +0000 Subject: Updated changelog with message relating to code audit from earlier --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 77cd117..164b86d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,15 @@ variables and argument definitions so that pointers to the function values are used instead. Binary compatibility is not affected. + * generic/*.c, generic/tclInt.h, unix/*.c, macosx/*.c: Applied results + of doing a Code Audit. Principal changes: + * Use do { ... } while (0) in macros + * Avoid shadowing one local variable with another + * Use clearer 'foo.bar++;' instead of '++foo.bar;' where result not + required (i.e., semantically equivalent); clarity is increased + because it is bar that is incremented, not foo. + * Follow Engineering Manual rules on spacing and declarations + 2010-03-04 Donal K. Fellows * generic/tclOO.c (ObjectRenamedTrace): [Bug 2962664]: Add special -- cgit v0.12