Re: patch ping

2005-08-29 Thread Jim Meyering
Stepan Kasal [EMAIL PROTECTED] wrote: could you please look at my patch submitted in http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00084.html That looks fine. Thanks for doing that. Please apply. ___ bug-gnulib mailing list

Re: check-module

2005-08-29 Thread Stepan Kasal
Hello, On Mon, Jul 11, 2005 at 02:38:23PM +0200, Stepan Kasal wrote: 2005-07-11 Bruno Haible [EMAIL PROTECTED] and Stepan Kasal [EMAIL PROTECTED] * check-module: If more parameters are given, check each of them separately; add more exceptions, as noted by Jim Meyering.

gnulib-tool: robustness fix

2005-08-29 Thread Bruno Haible
I applied this: * gnulib-tool: Enclose all occurrences of $destdir in ..., so that it works when the directory contains spaces. *** gnulib-tool.bak 2005-08-25 14:36:00.0 +0200 --- gnulib-tool 2005-08-29 00:10:56.0 +0200 *** *** 789,795

gnulib-tool --import: more advice

2005-08-29 Thread Bruno Haible
To make gnulib-tool a little more developer-friendly: * gnulib-tool (func_import): Emit more comments into gnulib.m4. Emit more advice. *** gnulib-tool.bak 2005-08-29 00:16:05.0 +0200 --- gnulib-tool 2005-08-29 00:10:56.0 +0200 *** *** 836,839

Re: iconv_alloc for iconvme module

2005-08-29 Thread Bruno Haible
Oskar Liljeblad wrote: Thanks. I didn't know free could clobber errno. (Do you know a system where it does?) Yes: glibc systems. free() gives back unused memory to the system by calling munmap(). munmap() can clobber errno. Bruno ___ bug-gnulib