> This is not needed. gnulib-tool by default ignores dependencies to obsolete
> modules already.
Patch reverted.
Paolo
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
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
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
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
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,
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