Ævar Arnfjörð Bjarmason wrote: > On Tue, Aug 31, 2010 at 15:18, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: >> Aside, not about this patch: glibc printf can be very convenient for >> translators, because of format strings like "%4$s". Do other common >> platforms like FreeBSD and Mingw have something similar? > > I certainly hope so. I was planning on documenting its usage, > Johannes? Sorry, my knowledge was just outdated. It's in posix[1] now, which I think means we can expect it to be in any recent libc. Unfortunately msys uses newlib 1.9.0 afaict, from 2001. The %4$s support was introduced[2] to newlib by Eric Blake on 2007-04-25. [1] http://www.opengroup.org/onlinepubs/9699919799/functions/printf.html#tag_16_159_03 [2] http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfprintf.c?cvsroot=src -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html