Re: [PATCH] flock implementation (version 2)

2008-10-06 Thread Jim Meyering
"Richard W.M. Jones" <[EMAIL PROTECTED]> wrote: > Thanks for the feedback. The updated version attached should correct > all those points. Thanks! I've merged in the patch below, adjusted the log message to have a blank line after the summary, and pushed the result. diff --git a/modules/flock-te

bootstrap is broken

2008-10-06 Thread Debarshi Ray
This particular change due to 29dd8b5548ce047ce51ff9a73d6c4b50c9886771 has broken bootstrap for the particular use case where it is invoked using an absolute path (eg., /devel/gnulib/git/gnulib/build-aux/bootstrap --skip-po --gnulib-srcdir=/devel/gnulib/git/gnulib): @@ -146,7 +146,13 @@ copy=false

Re: lib/regex_internal.h on 1.4.11

2008-10-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 9/13/2008 2:52 AM: >> Meanwhile, I have a question about tests/test-signbit.c - your >> patch changed most occurrences of -0.0L to -zerol, to work around one HP >> bug, but there is another comment that states: >> >> /* We

Re: [PATCH] implement full-blown select(2) for winsock

2008-10-06 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > And this implements the modules for most of the functions from . Looks fine to me, thanks. /Simon