Bruno Haible writes:
> Simon Josefsson wrote:
>> > Usually, if you're going to replace stdlib.h, the cost of replacing other
>> > headers is not much more. I don't think we need a separate module.
>>
>> The only reason would be if someone wanted to use stdlib.in.h from
>> gnulib and would not w
Simon Josefsson wrote:
> > Usually, if you're going to replace stdlib.h, the cost of replacing other
> > headers is not much more. I don't think we need a separate module.
>
> The only reason would be if someone wanted to use stdlib.in.h from
> gnulib and would not want to use stdint.in.h from gn
Eric Blake writes:
+++ b/modules/stdlib
@@ -9,6 +9,7 @@ Depends-on:
include_next
link-warning
unistd
+stdint
>>> Depending on what else we find, this seems like it is part of the solution
>>> to me.
>>
>> Right.
>
> Let's go with that for now. Are you going to c
On Tue, Mar 24, 2009 at 02:27:20PM +0100, Simon Josefsson wrote:
> Eric Blake writes:
>
> > According to Simon Josefsson on 3/24/2009 1:48 AM:
> >> Albert Chin writes:
> >>
> >>> With latest gnulib on HP-UX 10.20:
> >>> $ ./gnulib-tool --create-testdir --dir=t strtoull
> >>> $ cd t
> >>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Simon Josefsson on 3/24/2009 7:27 AM:
>> that failing to find the system's stdint.h?
>
> Maybe HP-UX 10.20 doesn't have a stdint.h.
Ah. That explains it.
> I don't think so: struct random_data belongs in stdlib.h.
Agreed.
>>> +++ b/m
Eric Blake writes:
> According to Simon Josefsson on 3/24/2009 1:48 AM:
>> Albert Chin writes:
>>
>>> With latest gnulib on HP-UX 10.20:
>>> $ ./gnulib-tool --create-testdir --dir=t strtoull
>>> $ cd t
>>> $ ./configure
>>> ...
>>> $ gmake
>>> ...
>>> source='dummy.c' object='dumm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Simon Josefsson on 3/24/2009 1:48 AM:
> Albert Chin writes:
>
>> With latest gnulib on HP-UX 10.20:
>> $ ./gnulib-tool --create-testdir --dir=t strtoull
>> $ cd t
>> $ ./configure
>> ...
>> $ gmake
>> ...
>> source='dummy.c
Albert Chin writes:
> With latest gnulib on HP-UX 10.20:
> $ ./gnulib-tool --create-testdir --dir=t strtoull
> $ cd t
> $ ./configure
> ...
> $ gmake
> ...
> source='dummy.c' object='dummy.o' libtool=no \
> DEPDIR=.deps depmode=hp /bin/sh ../build-aux/depcomp \
> cc -Ae -DHAVE_C