On 31.01.2010 19:11, Bruno Haible wrote:
> There is the possibility to use approach 3, by
> - using the gnulib-tool options --po-base and --po-domain,
> - defining the DEFAULT_TEXT_DOMAIN macro in lib/Makefile.am.
> The PO files for gnulib will be automatically downloaded from the Translation
>
Hi Martin,
> sc_po_check:
>
>
> This one complains about files like lib/getopt.c not being listed as
> requiring translations. OK, it has a point there. Still, of the three
> possible solutions which come to my mind, none feels exactly right:
>
> 1. Add files, and require every tran
Martin von Gagern writes:
> sc_prohibit_atoi_atof:
> --
>
> The comment claims that [fs]?scanf doesn't provide error feedback. The
> "return value" section of my scanf(3) man page says differently: the
> number of successful conversions is returned, which is quite a suitable
>
Martin von Gagern wrote:
> On 21.01.2010 17:10, Eric Blake wrote:
>> Thanks for all the feedback!
>
> I've got two more.
>
> sc_prohibit_atoi_atof:
> --
>
> The comment claims that [fs]?scanf doesn't provide error feedback. The
> "return value" section of my scanf(3) man page sa
Hi Eric!
On 21.01.2010 17:10, Eric Blake wrote:
> Thanks for all the feedback!
I've got two more.
sc_prohibit_atoi_atof:
--
The comment claims that [fs]?scanf doesn't provide error feedback. The
"return value" section of my scanf(3) man page says differently: the
number of s
Martin von Gagern gmx.net> writes:
> Here's a list of things that either caused me trouble or made me think.
> Some aspects of it involve parts of gnulib besides maint.mk.
Thanks for all the feedback! I haven't looked closely at your fixes or at any
of the points where you haven't yet provided
Hi there!
I've got a few troubles with the maintainer-makefile module. Basically
I'm just trying to get "make beta" to work (on my GNU wdiff development
tree, where I just imported it).
Here's a list of things that either caused me trouble or made me think.
Some aspects of it involve parts of gnu