From owner-freebsd-current@FreeBSD.ORG Tue Jun 2 17:55:45 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAFDC1065677 for ; Tue, 2 Jun 2009 17:55:45 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 5B7808FC1A for ; Tue, 2 Jun 2009 17:55:45 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 30767 invoked by uid 399); 2 Jun 2009 17:55:43 -0000 Received: from localhost (HELO ?192.168.0.100?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 2 Jun 2009 17:55:43 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4A25679E.5060305@FreeBSD.org> Date: Tue, 02 Jun 2009 10:55:42 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Gabor Kovesdan References: <4A246C4D.6080409@FreeBSD.org> In-Reply-To: <4A246C4D.6080409@FreeBSD.org> X-Enigmail-Version: 0.95.7 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: RFC: Replacing bc/dc to BSDL versions X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2009 17:55:46 -0000 Gabor Kovesdan wrote: > Hello, > > as you might know, I'm working on a BSDL grep. It isn't totally ready > yet, because there are compatibility issues, which I have to resolve. > But looking at another BSDL tools, I've found out that OpenBSD has BSDL > bc and dc utilities. I've thought of replacing them. I think in the > bc/dc case, such a strict GNU compatibility isn't necessary as in the > case of grep, so we may replace them in base system. If there's no > objection to replacing them, I'll post a patch for review. No objection, just a head's up that mergemaster uses bc so please be sure to test that as part of your process. Doug