From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3334 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [patch] err: print program name; was: Broken silent glibc-specific assumptions uncovered by musl Date: Sat, 18 May 2013 10:22:27 -0400 Message-ID: <20130518142227.GE20323@brightrain.aerifal.cx> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1368886961 22636 80.91.229.3 (18 May 2013 14:22:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 May 2013 14:22:41 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3338-gllmg-musl=m.gmane.org@lists.openwall.com Sat May 18 16:22:41 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Udi1w-0002PW-Vu for gllmg-musl@plane.gmane.org; Sat, 18 May 2013 16:22:41 +0200 Original-Received: (qmail 22207 invoked by uid 550); 18 May 2013 14:22:40 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 22187 invoked from network); 18 May 2013 14:22:39 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:3334 Archived-At: On Sat, May 18, 2013 at 08:01:35AM -0500, Strake wrote: > On 18/05/2013, Szabolcs Nagy wrote: > > - musl's err does not print __progname, it might annoy one > > Well, as we have it now: Thanks! Committed. Rich