From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from www.sonnenberger.org (www.sonnenberger.org [92.79.50.50]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o9QLu2Iu016590 for ; Tue, 26 Oct 2010 17:56:02 -0400 (EDT) Received: from britannica.bec.de (www.sonnenberger.org [192.168.1.10]) by www.sonnenberger.org (Postfix) with ESMTP id 90732667D0 for ; Tue, 26 Oct 2010 23:55:55 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1000) id 45E7B117F19; Tue, 26 Oct 2010 23:56:36 +0200 (CEST) Date: Tue, 26 Oct 2010 23:56:36 +0200 From: Joerg Sonnenberger To: tech@mdocml.bsd.lv Subject: Re: implement .so Message-ID: <20101026215636.GA14693@britannica.bec.de> Mail-Followup-To: tech@mdocml.bsd.lv References: <20101024173857.GA18657@britannica.bec.de> <20101024180019.GI20876@iris.usta.de> <20101024181502.GA13039@britannica.bec.de> <20101024194129.GJ20876@iris.usta.de> <20101024195135.GA1809@britannica.bec.de> <20101025215506.GA12557@iris.usta.de> <20101025221017.GA6533@britannica.bec.de> <20101026175913.GF27536@iris.usta.de> <20101026181252.GA4964@britannica.bec.de> <20101026214838.GH27536@iris.usta.de> X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101026214838.GH27536@iris.usta.de> User-Agent: Mutt/1.5.20 (2009-06-14) On Tue, Oct 26, 2010 at 11:48:38PM +0200, Ingo Schwarze wrote: > > I would like to a see a warning for -T lint, but I am not sure how that > > could be implemented easily. > > I think i know how to put that in, it doesn't seem like any kind of > a problem. But i'd rather do that after committing the ERROR cleanup > i posted recently, or it will conflict badly. Fine with me. > Admittedly, that would allow to reduce the algorithm order > from O(2N) to O(N), where N is the length of the name of the > included file, so not exactly a large number. It's a bit more because strstr is doing an inner loop, so things like /./././././. would be quite bad, but that's irrelvant. I want to bring it up. > OK? Yes. Joerg -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv