From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6278 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 08:53:38 +0530 Message-ID: <20141009032338.GA2354@localhost> References: <20141008194429.GG17442@localhost> <20141008205918.GS23797@brightrain.aerifal.cx> <20141008211102.GT23797@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 1412825009 17657 80.91.229.3 (9 Oct 2014 03:23:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Oct 2014 03:23:29 +0000 (UTC) Cc: musl@lists.openwall.com To: Rich Felker Original-X-From: musl-return-6291-gllmg-musl=m.gmane.org@lists.openwall.com Thu Oct 09 05:23:25 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 1Xc4K2-0002S2-Qt for gllmg-musl@plane.gmane.org; Thu, 09 Oct 2014 05:23:22 +0200 Original-Received: (qmail 16047 invoked by uid 550); 9 Oct 2014 03:23:22 -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 16039 invoked from network); 9 Oct 2014 03:23:21 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=veera.biz; s=20111215; t=1412824989; bh=3+3oHXAiARBkb2KjiVKAh6B25BoNZqTTKCB05glpXh8=; h=Date:From:To:Cc:Subject:Message-ID:References:Mime-Version: Content-Type:In-Reply-To; b=ExIf3Iu6RBZwROQ6nFGr4x7Q8qvRM9jhlr+8iWnOh062XymMRm68ION3Wb6eF45Sb oneMrIi9KGtiEGEbqlAuIR0jRAdFc6ly22iWwZLC9tUblFJxG1M9gOXvOOL+K6ljhv wGN/4f5zMIK1PyStfqzm5IsTFu3FrFzbPcgDcm7k= Content-Disposition: inline In-Reply-To: <20141008211102.GT23797@brightrain.aerifal.cx> User-Agent: Mutt/1.4.2.3i X-CTCH-RefID: str=0001.0A020205.5435FF9D.00A4,ss=2,re=0.000,recu=0.000,reip=0.000,cl=2,cld=1,fgs=64 X-CTCH-VOD: Unknown X-CTCH-Spam: Suspect X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 64 X-CTCH-ScoreCust: 0.000 X-CTCH-SenderID: vlse 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.28 Xref: news.gmane.org gmane.linux.lib.musl.general:6278 Archived-At: Well, patch didn't apply cleanly to musl-1.0.3, but I patched it manually and compiled. It's fixed. Now musl correctly interprets posix TZ environment variables like TZ="IST-5:30". Also to note error occurs only when asctime program is staticly compiled not when compiled with shared musl library ------ vlse