Re: xvasprintf: don't depend directly on xalloc-die

2005-08-11 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: >> Wasn't the point of separating xalloc-die from the xmalloc module to >> allow applications to supply its own xalloc_die function? > > Such applications can now use > > gnulib-tool --avoid=xalloc-die > > See http://lists.gnu.org/archive/html/bug-gnul

Re: xvasprintf: don't depend directly on xalloc-die

2005-08-10 Thread Bruno Haible
Simon Josefsson wrote: > Why was a hard dependency on xalloc-die added? Because xvasprintf.c calls xalloc_die(), and the majority of applications don't have their own xalloc_die substitute. > Wasn't the point of separating xalloc-die from the xmalloc module to > allow applications to supply its o

Re: xvasprintf: don't depend directly on xalloc-die

2005-08-10 Thread Derek Price
Simon Josefsson wrote: >Sorry, it seems the xalloc-die logic has changed, so my patch may be >wrong. Specifically: > >2005-07-15 Paul Eggert <[EMAIL PROTECTED]> > > * modules/xalloc (Depends-on): Add xalloc-die. > * modules/xvasprintf (Depends-on): Add xalloc-die. > >I can't find th

Re: xvasprintf: don't depend directly on xalloc-die

2005-08-10 Thread Simon Josefsson
Sorry, it seems the xalloc-die logic has changed, so my patch may be wrong. Specifically: 2005-07-15 Paul Eggert <[EMAIL PROTECTED]> * modules/xalloc (Depends-on): Add xalloc-die. * modules/xvasprintf (Depends-on): Add xalloc-die. I can't find the discussion behind this change