Re: [PATCH] do not have regex depend on obsolete modules

2009-01-20 Thread Paolo Bonzini
> This is not needed. gnulib-tool by default ignores dependencies to obsolete > modules already. Patch reverted. Paolo

Re: c-strtod threading and documentation problems

2009-01-20 Thread Michael Gold
On Tue, Jan 20, 2009 at 23:26:49 +0100, Bruno Haible wrote: > It is correct that perfect decimal to binary conversion requires an > amount of memory that is proportional to the absolute value of the > exponent, and that requires a malloc(). But strtod is allowed to fail > with ENOMEM. See POSIX: T

Re: [PATCH] Suggestion: new module link

2009-01-20 Thread Bruno Haible
Hello Martin, Your patch did a '#define _WIN32_WINNT 0x0500' in order to access the CreateHardLink() function. This means, this function did not exist on Windows NT 4. Unfortunately, my mingw test system is running in a Windows NT 4 SP5 machine; this is the only version of Windows that I can use

Re: [PATCH] Suggestion: new module link

2009-01-20 Thread Bruno Haible
Oops, this code does not compile on mingw: > --- tests/test-link.c.orig2009-01-20 01:17:22.0 +0100 > +++ tests/test-link.c 2009-01-20 01:13:52.0 +0100 > @@ -18,6 +18,7 @@ > > #include > > +#include > #include > #include > > @@ -36,8 +37,20 @@ > int > main (int ar

Re: c-strtod threading and documentation problems

2009-01-20 Thread Bruno Haible
Hello Michael, > > You can submit a patch for the function description. > > Attached. Thanks, I applied the second part of your patch. > I've changed the text to 'as if the locale was "C"' in the patched > version. I didn't apply that part, because the "C" locale behaves differently on differe

Re: [PATCH] do not have regex depend on obsolete modules

2009-01-20 Thread Bruno Haible
Paolo Bonzini wrote: > 2009-01-20 Paolo Bonzini > > regex: do not depend on obsolete modules. > * modules/regex: Remove memcmp and memmove. > > diff --git a/modules/regex b/modules/regex > index c6a1235..86a19fb 100644 > --- a/modules/regex > +++ b/modules/regex > @@ -18,8 +18,

[PATCH] do not have regex depend on obsolete modules

2009-01-20 Thread Paolo Bonzini
As per the subject. 2009-01-20 Paolo Bonzini regex: do not depend on obsolete modules. * modules/regex: Remove memcmp and memmove. diff --git a/modules/regex b/modules/regex index c6a1235..86a19fb 100644 --- a/modules/regex +++ b/modules/regex @@ -18,8 +18,6 @@ extensions get