findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Findutils-patches] [PATCH] 2007-06-26 James Youngman <address@hidde


From: James Youngman
Subject: Re: [Findutils-patches] [PATCH] 2007-06-26 James Youngman <address@hidden>
Date: Sat, 30 Jun 2007 13:29:51 +0100

On 6/26/07, James Youngman <address@hidden> wrote:
---
 ChangeLog     |   10 ++++++++++
 find/pred.c   |    3 ++-
 xargs/xargs.c |    3 ++-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a702526..feff429 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,16 @@
        * doc/Makefile.am (info_TEXINFOS): Added doc/find-main.texi.
        * doc/find.texi (Introduction): Fixed typo.

+       * find/pred.c (format_date): Use verify_true for constant
+       conditions rather than assert.
+       * xargs/xargs.c (main): Ditto.
+
+       Compare function pointers with memcmp(); fixes Savannah bug #20263.
+       * find/tree.c (cost_table_comparison): Use memcmp() to compare
+       function pointers, since ISO C does not specify that it will be
+       possible to do magnitude comparisons on them, and casting them to
+       void* is non-portable.
+

Applied.

James.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]