|
Message-ID: <20140815004232.GA1767@newbook> Date: Thu, 14 Aug 2014 17:42:32 -0700 From: Isaac Dunham <ibid.ag@...il.com> To: musl@...ts.openwall.com Subject: Re: XPG4 On Thu, Aug 14, 2014 at 07:48:44PM -0400, Alec Salazar wrote: > Yes. D_T_FMT yields a similar output to _DATE_FMT, but it lacks the > timezone identifier. So I had thought to use the format specifiers directly > and bypass the call to nl_langinfo. I was told that _DATE_FMT was added > because Sun made everything up to date with the latest xopen std. I don't Just a quick comment here: xpg4 is not the latest X/Open standard, it's the oldest (early 1990s if I remember correctly). SUSv4(TC1)/POSIX2013 is the latest, and that's what musl is written to. HTH, Isaac Dunham
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.