Re: 'inline' changes pushed

2012-12-04 Thread Daiki Ueno
Hi, Paul Eggert writes: > No comments about the 'inline' fixes I posted a couple of > weeks ago, so I just now pushed them into the gnulib master. I'm using gcc 4.7 with gcc -std=gnu99. After commit 618fd97d, list functions are now defined as "extern inline" (previously "static inline"). This

Re: [bug-gettext] [PATCH] m4: use AC_PROG_MKDIR_P, not the deprecated AM_PROG_MKDIR_P

2012-12-04 Thread Daiki Ueno
Hi Stefano, Stefano Lattarini writes: > AM_PROG_MKDIR_P has been deprecated in Automake 1.12.1, and will > be removed in Automake 1.13. [...] > gettext-runtime/m4/intl.m4 | 6 +++--- > gettext-runtime/m4/po.m4 | 6 +++--- Since these files also reside in gnulib/m4, maybe it is good to upd

C locale *printf functions ?

2012-12-04 Thread John Darrington
Gnulib has a number of c-* variants of string processing functions, eg c-strtod, c-strcasecmp etc But notably absent are any locale independent printf routines. We could use some in PSPP. So far as I can see, this could be achieved relatively easily, by arranging for the decimal_point_char func