From owner-svn-src-all@freebsd.org Sun Jul 19 18:30:24 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 101099A6AD0 for ; Sun, 19 Jul 2015 18:30:24 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A2CDF1AF8 for ; Sun, 19 Jul 2015 18:30:23 +0000 (UTC) (envelope-from joerg@britannica.bec.de) X-RZG-AUTH: :JiIXek6mfvEEUpFQdo7Fj1/zg48CFjWjQv0cW+St/nW/auYssSp3kKPmWpq9hA== X-RZG-CLASS-ID: mo00 Received: from britannica.bec.de (ip-2-207-71-127.web.vodafone.de [2.207.71.127]) by smtp.strato.de (RZmta 37.8 DYNA|AUTH) with ESMTPSA id 3058cdr6JIUHQGr (using TLSv1 with cipher AES256-SHA (256 bits)) (Client did not present a certificate) for ; Sun, 19 Jul 2015 20:30:17 +0200 (CEST) Received: by britannica.bec.de (sSMTP sendmail emulation); Sun, 19 Jul 2015 20:30:16 +0200 Date: Sun, 19 Jul 2015 20:30:16 +0200 From: Joerg Sonnenberger To: svn-src-all@freebsd.org Subject: Re: svn commit: r285552 - head/usr.bin/xargs Message-ID: <20150719183016.GA11774@britannica.bec.de> References: <201507141916.t6EJGEG1083928@repo.freebsd.org> <48222CD1-7087-4C9A-A586-71F6A37A601C@gmail.com> <55A574BA.4090700@delphij.net> <1436912270.1334.309.camel@freebsd.org> <55A5A30F.4070005@delphij.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 19 Jul 2015 18:30:24 -0000 On Wed, Jul 15, 2015 at 10:29:22AM +0100, David Chisnall wrote: > On 15 Jul 2015, at 01:02, Xin Li wrote: > > > > My only concern with strtonum() is that it's English only. > > Given that strtonum() wraps strtoll, it ought to support whatever the current > locale is (assuming that the program calls setlocale() before calling > strtonum(), otherwise it will use the C locale[1]). Or do you mean > that the error messages are not localised? The error messages are part of the API and not localised. Joerg