From owner-cvs-all@FreeBSD.ORG Fri Nov 2 21:22:19 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 156BE16A419; Fri, 2 Nov 2007 21:22:19 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from voodoo.bawue.com (voodoo.bawue.com [212.9.161.119]) by mx1.freebsd.org (Postfix) with ESMTP id CCF1B13C4B3; Fri, 2 Nov 2007 21:22:18 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from krion by voodoo.bawue.com with local (Exim 4.68 (FreeBSD)) (envelope-from ) id 1Io30H-0007Fc-1k; Fri, 02 Nov 2007 21:20:29 +0100 Date: Fri, 2 Nov 2007 21:20:29 +0100 From: Kirill Ponomarew To: src-committers@FreeBSD.org Message-ID: <20071102202028.GD84101@voodoo.bawue.com> References: <200711022018.lA2KIlDT083885@repoman.freebsd.org> <20071102201854.4EDF616A555@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071102201854.4EDF616A555@hub.freebsd.org> X-NIC-HDL: KP869-RIPE Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: [src] cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2007 21:22:19 -0000 On Fri, Nov 02, 2007 at 08:18:54PM +0000, Kirill Ponomarew wrote: > krion 2007-11-02 20:18:47 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/pkg_install/lib match.c > Log: > Momoize the results of isinstalledpkg() ^^^^^^^ Memoize -Kirill