From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6280 Path: news.gmane.org!not-for-mail From: vlse Newsgroups: gmane.linux.lib.musl.general Subject: Re: Error in interpreting posix timezone TZ environment variable by musl-libc Date: Thu, 9 Oct 2014 11:33:58 +0530 Message-ID: <20141009060358.GA3932@localhost> References: <20141008194429.GG17442@localhost> <20141008205918.GS23797@brightrain.aerifal.cx> <20141008211102.GT23797@brightrain.aerifal.cx> <20141009032338.GA2354@localhost> <20141009032923.GU23797@brightrain.aerifal.cx> 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 1412834663 20646 80.91.229.3 (9 Oct 2014 06:04:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Oct 2014 06:04:23 +0000 (UTC) Cc: musl@lists.openwall.com To: Rich Felker Original-X-From: musl-return-6293-gllmg-musl=m.gmane.org@lists.openwall.com Thu Oct 09 08:04:12 2014 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 1Xc6pf-0005jT-Sy for gllmg-musl@plane.gmane.org; Thu, 09 Oct 2014 08:04:12 +0200 Original-Received: (qmail 23673 invoked by uid 550); 9 Oct 2014 06:04:10 -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 23582 invoked from network); 9 Oct 2014 06:03:48 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=veera.biz; s=20111215; t=1412834616; bh=dN/0uT+7D/q2dlFa0vWClV0W8mb+rioMLkVzSrWn+Jk=; h=Date:From:To:Cc:Subject:Message-ID:References:Mime-Version: Content-Type:In-Reply-To; b=D/ufjm8BUHLp75PQ0F+TxkhUpC5JWqJVGIvLFuTRVvZXkhXWLUFSYCmBKHg7PqPk2 qy8xr3aGbNydw/KKmsY+XQw1nzThvJiZxvnhnA69u5e57PogMmbUnC0PIUFXCvX6ID h+BZruSaHkoNeTgL/xl7kwwBKvsMCRlb7kqVyzNE= Content-Disposition: inline In-Reply-To: <20141009032923.GU23797@brightrain.aerifal.cx> User-Agent: Mutt/1.4.2.3i X-CTCH-RefID: str=0001.0A020208.54362537.00F4,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CTCH-SenderID: vlse@veera.biz X-CTCH-SenderID-TotalMessages: 1 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 0 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalConfirmed: 0 X-CTCH-SenderID-TotalRecipients: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-BlueWhiteFlag: 0 X-Scanned-By: MIMEDefang 2.72 on 172.16.214.8 Xref: news.gmane.org gmane.linux.lib.musl.general:6280 Archived-At: Yes. It corrects TZ interpretation in both static as well as shared musl-libc. I was wrong about shared executable doesn't has this error!. ------ vlse