From owner-svn-src-head@FreeBSD.ORG Sat Dec 7 06:44:50 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A47F15FB for ; Sat, 7 Dec 2013 06:44:50 +0000 (UTC) Received: from mail-qa0-x229.google.com (mail-qa0-x229.google.com [IPv6:2607:f8b0:400d:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B1AF1825 for ; Sat, 7 Dec 2013 06:44:50 +0000 (UTC) Received: by mail-qa0-f41.google.com with SMTP id j5so1227900qaq.14 for ; Fri, 06 Dec 2013 22:44:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=P6R33QtdVnZaT9Qntq9+e2qt+BoK3zamBERwjR0qWKk=; b=bstTtXtGagRtSC0spiAYqxTsV9Eeh3AoP5URvrcCyvBUe7IXYfDE8/Vv+J+5i+GD7u 4LQ3B7UUi9QcGfRSE9NlyUnxUtF2oiSK8dzo2qm0hU2d8bwHPyq5Jg672VrKatAqY6na YX2gz4yFNAnPKq0k8xRgzPWjPdBoWxaGqwvLk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=P6R33QtdVnZaT9Qntq9+e2qt+BoK3zamBERwjR0qWKk=; b=j+T/Tms/F76n3/t0v8kbr0tffqvWrCMtzKu/hFPmtNBZE+zxL9hY3LFSBasE+l42Gc 6xEOp3/id1zwWvIS+rt9+c7idHGIX4nv+gODz5mK+g2NYFgbbaM+0XH/eXIw+efy2/4K XfYXoh/Wpn4BT2/DH5B2teLxsedSeUVVUT2X6VzVDlvppF0OACFqyN1TSY7erTH5emGS Cxij7O7b5zINRRTMBXvDauNyFEamscmVpHwL+vSuolLpJor/17WIEmraK24K0+zIhuSP BWrJAv28vzkZ8oAe0LcAosXRiPHGJRQ4SzehMCw5V1Y6DxNwA1EYotRUdg9Wc4J+h1Sv AheA== X-Gm-Message-State: ALoCoQmCL38fjAMztVVH26kJYrffUQXW5/HQcv8aCacCiX1TCA0hKh5KXl72yuUw+Zo3hcCStrIj X-Received: by 10.224.26.140 with SMTP id e12mr13817701qac.54.1386398689507; Fri, 06 Dec 2013 22:44:49 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.86.42 with HTTP; Fri, 6 Dec 2013 22:44:19 -0800 (PST) In-Reply-To: <201312070627.rB76RtGr022954@svn.freebsd.org> References: <201312070627.rB76RtGr022954@svn.freebsd.org> From: Eitan Adler Date: Sat, 7 Dec 2013 01:44:19 -0500 X-Google-Sender-Auth: f9dlpbPQCJjq-7AVbYmGu8qxRt8 Message-ID: Subject: Re: svn commit: r259058 - head/usr.bin/bc To: Xin LI Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Dec 2013 06:44:50 -0000 On Sat, Dec 7, 2013 at 1:27 AM, Xin LI wrote: > Author: delphij > Date: Sat Dec 7 06:27:54 2013 > New Revision: 259058 > URL: http://svnweb.freebsd.org/changeset/base/259058 > > Log: > Remove mention of the compatibility option 'q', which is > intentionally undocumented and its only purpose is that > we do not bail out when used as a drop-in replacement of > a different implementation. As I mentioned in the reply to the PR this change goes in the wrong direction. We should instead document -q as a compatibility option. Undocumented flags, even as NOPS, are bugs. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams