Re: [PATCH] lib/sha1.h: wrap declarations in extern "C" scope when included from C++

2009-07-22 Thread Jim Meyering
Peter Simons wrote: > Hi Jim, > > > Would you please adjust that patch to do the same for all lib/sha*.h > > files as well as lib/md5.h, and (if Simon agrees) lib/md[24].h? > > sure, the updated patch is attached below. Thanks. I've pushed them, after adding a ChangeLog entry to each. >From abc

Re: [PATCH] lib/sha1.h: wrap declarations in extern "C" scope when included from C++

2009-07-22 Thread Simon Josefsson
Jim Meyering writes: > Peter Simons wrote: >> Hi Jim, >> >> > Would you please adjust that patch to do the same for all lib/sha*.h >> > files as well as lib/md5.h, and (if Simon agrees) lib/md[24].h? >> >> sure, the updated patch is attached below. > > Thanks. > I've pushed them, after adding a

Re: building directly from $(top_builddir)

2009-07-22 Thread Akim Demaille
Le 18 juil. 09 à 18:06, Bruno Haible a écrit : Hi Bruno! Thank you for the attention you paid to my message! Eric Blake wrote: gnulib-tool could make this part easier by automating it somehow (a new command line option to state whether the gnulib.mk fragment will be used in the current di

Re: new module pipe-filter

2009-07-22 Thread Paolo Bonzini
On 07/22/2009 12:27 AM, Paolo Bonzini wrote: Your proposal is more general, but still assumes that - the control structure of the reader is simple. This is what Bison requires. Actually Bison's reader is complex, but the output is fed to a Flex scanner, which takes care of the complexity.

Re: building directly from $(top_builddir)

2009-07-22 Thread Ralf Wildenhues
Hello Akim, * Akim Demaille wrote on Wed, Jul 22, 2009 at 05:52:16PM CEST: > > Of course there are several problems. The one that annoys me the > most is the total lack of scoping in Makefiles, which becomes a > real problem when you want to play with various sets of *FLAGS. > So I use foo_CPPFL

lib/fseeko.c fails to compile on QNX 6.4.1

2009-07-22 Thread mkraai
Howdy, lib/fseeko.c fails to compile on QNX 6.4.1 because _MWRITE isn't defined. The attached patch manually expands it, as is done in the other files that use this symbol (e.g., lib/fpurge.c). Matt The server made the following annotations ---

Re: undefined behavior in closeout, aggravated by libsigsegv

2009-07-22 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 7/18/2009 1:03 AM: >> there is currently a >> thread on the cygwin list about a crash under Windows 2008 R2 64-bit, where >> Windows has tightened the rules on what forms a valid SEH exception chain >> and >> the cygwin

Re: lib/fseeko.c fails to compile on QNX 6.4.1

2009-07-22 Thread Bruno Haible
Hi, Matt Kraai wrote: > lib/fseeko.c fails to compile on QNX 6.4.1 because _MWRITE isn't defined. > The attached patch manually expands it, as is done in the other files that > use this symbol (e.g., lib/fpurge.c). Thanks. I committed your patch. Btw, the QNX support was untested when it was c