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
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
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
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.
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
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
---
-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
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