X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Tue, 04 Jan 2005 22:52:27 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-ID: <01c4f29f$Blat.v2.2.2$722ead40@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <200501031721.j03HLTPV012989@speedy.ludd.ltu.se> (ams AT ludd DOT ltu DOT se) Subject: Re: lsearch() and lfind() patch References: <200501031721 DOT j03HLTPV012989 AT speedy DOT ludd DOT ltu DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: > Date: Mon, 3 Jan 2005 18:21:29 +0100 (CET) > > Hello. > > Here's my patch to add lfind() and lsearch(). Thanks. > Personally, I think these functions are almost useless. It's easier to > code your own functions and they were hard to use correctly (my test > program had several bugs before I got it to work). Their usefulness is precisely this: that someone already debugged the code and tested it. > +identified by @var{key} using the comparision function @var{compar}. ^^^^^^^^^^^ A typo. > +identified by @var{key} using the comparision function @var{compar}. And here. Otherwise, fine with me.