On Sun, 30 Aug 2015 01:31:47 -0400 Rich Felker wrote: > 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 Here it is: http://www.openwall.com/lists/musl/2015/03/17/3 (or "[musl] libintl: stubs or working functions?" Tue, 17 Mar 2015 13:59:16 +0700) I don't remember what did not work, I just get back to it again two days ago - recovered a file attached, compiled with msgfmt, set environment: MUSL_LOCPATH=/tmp LC_ALL=ru_RU ./date and it still prints in English. I had at the time file ru_RU in /tmp and strace confirmed musl mmaped that file. I attach "date.c" test program I expected to work. I probably messed up with msgfmt or something I do not remember now.