summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b3a0f0235..3a3244e697 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-28 Jim Meyering <meyering@redhat.com>
+
+ useless-if-before-free: recognize more variants
+ * build-aux/useless-if-before-free: Also recognize e.g.,
+ if (NULL != p) free (p);
+
2009-01-27 Mark McLoughlin <markmc@redhat.com>
test-getaddrinfo: skip (don't fail) this test when there's no network