> Date: Wed, 22 Oct 2014 07:25:25 +0200 (CEST)
> Cc: u...@gnu.org, bug-gnulib@gnu.org
> From: Werner LEMBERG
>
>
> >> Looks good, thanks! Eli, do you have time to test it?
> >
> > If you commit the proceeds into the Groff repo, I could try testing
> > tomorrow.
>
> I've just committed Daiki-s
> From: Daiki Ueno
> Cc: Werner LEMBERG , e...@gnu.org, bug-gnulib@gnu.org
> Date: Wed, 22 Oct 2014 12:58:29 +0900
>
> > m4_foreach causes the loop to be expanded at m4 time (a larger configure
> > file). In this case, you could probably easily get by with a shell loop
> > instead, for a small
Eli Zaretskii writes:
> The prototype of 'iconv' in GNU libiconv's iconv.h is this:
>
> size_t iconv (iconv_t cd, const char** inbuf, size_t *inbytesleft,
> char** outbuf, size_t *outbytesleft);
>
> The 'const' qualifier of the 2nd argument is decided at libiconv
> configuration