On 6/26/07, James Youngman <[EMAIL PROTECTED]> 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. _______________________________________________ Findutils-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/findutils-patches
