From owner-freebsd-libh Wed Jun 12 12:39:17 2002 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id B8D4737B413 for ; Wed, 12 Jun 2002 12:39:04 -0700 (PDT) Received: by usw4.freebsd.org (Postfix, from userid 3028) id 7B48F1742F; Wed, 12 Jun 2002 14:39:03 -0500 (CDT) From: Antoine Beaupré Date: Wed, 12 Jun 2002 14:39:03 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/include/sysinstall Feature.hh libh/lib/sysinstall Feature.cc Message-Id: <20020612193903.7B48F1742F@usw4.freebsd.org> Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2002/06/12 14:39:03 CDT Modified files: include/sysinstall Feature.hh lib/sysinstall Feature.cc Log: re-implement Version::compare() using a string tokenizer instead of just string comparison since I can't prove that string comparison is right there is now a string tokenizer in Version which should probably be moved somewhere else, but I don't see where yet, so to minimize dependencies, I'll just keep it there both implementations (tokenize() and compare()) are trivial and will have to be optimized Revision Changes Path 1.10 +7 -1 libh/include/sysinstall/Feature.hh 1.11 +40 -13 libh/lib/sysinstall/Feature.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message