From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5851 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: XPG4 Date: Thu, 14 Aug 2014 15:46:32 -0400 Message-ID: <20140814194632.GK12888@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 1408045613 26959 80.91.229.3 (14 Aug 2014 19:46:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Aug 2014 19:46:53 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5857-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 14 21:46:47 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 1XI0yy-00036H-Sv for gllmg-musl@plane.gmane.org; Thu, 14 Aug 2014 21:46:45 +0200 Original-Received: (qmail 26057 invoked by uid 550); 14 Aug 2014 19:46:44 -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 26049 invoked from network); 14 Aug 2014 19:46:44 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:5851 Archived-At: On Thu, Aug 14, 2014 at 03:31:23PM -0400, Alec Salazar wrote: > Is there any interest or plan to support the xopen xpg4 standard? My > specific interest is regarding zfs on linux. There is a function call > nl_langinfo(_DATE_FMT). Apparently this nl item was added in xpg4. I'm > wondering what the possibility is of a long-term solution. _DATE_FMT is just an incorrect or obsolete spelling for DATE_FMT. The latter is standard and is supported by musl. Rich