bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: add dependencies to malloc-posix or realloc-posix


From: Jim Meyering
Subject: Re: add dependencies to malloc-posix or realloc-posix
Date: Sun, 09 Sep 2007 16:37:18 +0200

Bruno Haible <address@hidden> wrote:
> I found these missing dependencies. If you disagree to these dependencies,
> you are free to remove them and set errno to ENOMEM manually in the .c file.
>
> 2007-09-09  Bruno Haible  <address@hidden>
>
>       * modules/getcwd (Depends-on): Add malloc-posix.
>       * modules/glob (Depends-on): Likewise.
>       * modules/putenv (Depends-on): Likewise.
>       * modules/strdup (Depends-on): Likewise.
>       * modules/getdelim (Depends-on): Add realloc-posix.
>       * modules/read-file (Depends-on): Likewise.

Thanks for doing that.
However, it would be more accurate to restate that.  E.g.,

    Cater to a few systems with non-conforming malloc functions.

You've expanded gnulib's set of target systems to include some with
non-conforming malloc functions.  Adding these new dependencies makes it
clear that these modules depend on what at least I had previously-assumed
was a given: POSIX-conforming malloc functions.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]