From owner-svn-src-all@FreeBSD.ORG Sat Dec 7 06:44:50 2013 Return-Path: Delivered-To: svn-src-all@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 AED915FC for ; Sat, 7 Dec 2013 06:44:50 +0000 (UTC) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 65D361826 for ; Sat, 7 Dec 2013 06:44:50 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id i8so1233663qcq.10 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=hhoJ9/VoKaMGBO5n2i3IUQj7vDmV7tE53VaGvqtseD7E1xDZd+lGYk+Ntv1GXE1mSW z79VjRdciVdiFIToIYXQJC/tJJqccm6nmN1ZqSMcZ65Ya4Kp7Z3M40XLF2/LJ7iiVG4G ZZgHo2uumSbVbvTRNhoQZjedv3H+/DCIdY3DuY5kgCLKZgMDIouC0oH2pXUrEwIsk6qV moGJXQ5q9P4bThpjYdcROyZMrd59u7l2THzpSRgx0iYMBkLnGqYQAfKROjfMuxkzhr+c Hzu3Z//mnUhu/B8jB7rlmGDv5YD5roPp0PvfKVqF81nnrDXS4c7NU4EamwG5ikFZppbI YvpQ== X-Gm-Message-State: ALoCoQlaIVSZ3R59pJN4jZrPGhOXszUZL2jb+qgv7OObIvMkQyJeOvZI20mehlAVHm31RA9o6sE/ 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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" 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