Bruno Haible <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> > > * 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.