[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <482253F7.7070501@davidnewall.com>
Date: Thu, 08 May 2008 10:44:31 +0930
From: David Newall <davidn@...idnewall.com>
To: Soumyadip Das Mahapatra <dip_kernel@...oo.co.in>
CC: linux-kernel@...r.kernel.org
Subject: Re: [PATCH]: improved strnicmp in lib/string.c
Soumyadip Das Mahapatra wrote:
> This is somewhat improved version of strnicmp() function in lib/string.c. I have implemented binary
> comparison rather than linear one(which was in the older version).
It doesn't correctly indicate the sort order. For example, when
comparing "accdd" against "abcde", it indicates that the first string
sorts before the second (which is wrong.)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists