[PATCH] pipe2: decouple from binary-io a bit

2013-07-06 Thread Paul Eggert
This is for Emacs, which needs pipe2 but not binary-io. * lib/pipe2.c [!GNULIB_BINARY_IO]: Don't include binary-io.h. * modules/binary-io (Depends-on): Add module indicator. --- ChangeLog | 7 +++ lib/pipe2.c | 5 - modules/binary-io | 1 + 3 files changed, 12 insertions(+),

fnmatch.c refuse to build with --enable-gcc-warnings

2013-07-06 Thread Charlie Brown
fnmatch.c refuse to build when I build from diffutils git source (with latest gnulib source) today, which turns on --enable-gcc-warnings by default. coreutils git source won't build, too, for the same reason. I know I can finish the compilation by .configure --disable-gcc-warnings. Anyway, I'm not

Re: fnmatch.c refuse to build with --enable-gcc-warnings

2013-07-06 Thread Paul Eggert
Thanks, I pushed this fix into gnulib: --- ChangeLog | 6 ++ lib/fnmatch_loop.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f714711..7698099 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2013-07-06 Paul Eggert +