From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8410 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Adjustments to roadmap Date: Sun, 30 Aug 2015 01:31:47 -0400 Message-ID: <20150830053147.GL7833@brightrain.aerifal.cx> References: <20150828024347.GA7624@brightrain.aerifal.cx> <20150830121847.4c7aa488@r2lynx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1440912721 19303 80.91.229.3 (30 Aug 2015 05:32:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Aug 2015 05:32:01 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-8422-gllmg-musl=m.gmane.org@lists.openwall.com Sun Aug 30 07:32:01 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1ZVvDk-0002Xg-KB for gllmg-musl@m.gmane.org; Sun, 30 Aug 2015 07:32:00 +0200 Original-Received: (qmail 10013 invoked by uid 550); 30 Aug 2015 05:31:59 -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 9990 invoked from network); 30 Aug 2015 05:31:59 -0000 Content-Disposition: inline In-Reply-To: <20150830121847.4c7aa488@r2lynx> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:8410 Archived-At: On Sun, Aug 30, 2015 at 12:18:47PM +0700, Рысь wrote: > On Thu, 27 Aug 2015 22:43:48 -0400 > Rich Felker wrote: > > > In addition to the above, there are all of the existing roadmap items > > on the wiki which are open for discussion of how they should be > > prioritized. The big projects are roughly: > > > > - Atomics refactorization/deduplication > > - Bits refactorization/deduplication > > - Out-of-tree builds > > - LC_COLLATE > > - IDN > > - Advanced glibc ABI-compat features in dynamic linker > > - Documentation > > > > Apologies for the slow progress lately. Don't worry though, there's > > still lots more good stuff to come for musl. > > How about libc message localization, or MUSL_LOCPATH and msgfmt stuff? > You wanted to translate musl messages some time ago and I even did > sent a draft before question was abandoned. I also can't get it to > work and I don't quite understand the requirements for it. Yes, that would be great. Can you point me back at the message with the draft? I'll take a look again and see if I can get it to work. Rich