Re: Possible spurious cycle detection with fts

2005-08-10 Thread Jim Meyering
James Youngman [EMAIL PROTECTED] wrote: This patch resolves my problem; thanks. Might I suggest though that you enhance the ChangeLog entry to describe the problem as well as the solution? This change requires some comment changes, too. I'll do both.

Re: error: possibly undefined macro: AC_CHECK_HEADERS_ONCE

2005-08-10 Thread Stepan Kasal
Hello, On Sun, Aug 07, 2005 at 01:21:04PM -0400, Sam Steingold wrote: Maybe this trick is not working reliably; aclocal was not designed for this... Could you post the ad hoc created configure.in? so it seems the problem is in regex.m4, which comes from gnulib. Thus I cc this post to

test-iconvme

2005-08-10 Thread Simon Josefsson
I installed this, a simple test tool for iconvme. 2005-08-10 Simon Josefsson [EMAIL PROTECTED] * tests/test-iconvme.c: New file. Index: tests/test-iconvme.c === RCS file: tests/test-iconvme.c diff -N tests/test-iconvme.c

Re: strnlen.h needed?

2005-08-10 Thread Simon Josefsson
(Old thread; I want to clean up my gnulib CVS tree...) Simon Josefsson [EMAIL PROTECTED] writes: Dave Love [EMAIL PROTECTED] writes: It looks as if gnulib needs a strnlen.h which declares rpl_strnlen appropriately (conditional on HAVE_STRNLEN) and it should be used in files where strnlen is

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.

xvasprintf: don't depend directly on xalloc-die

2005-08-10 Thread Simon Josefsson
Just like xmalloc doesn't have a hard dependency on xalloc-die, I don't think xvasprintf should have. Will install in a few days unless someone objects. (In Shishi, I use a custom die-function, but xvasprintf drag in the gnulib defined one... ungood.) 2005-08-10 Simon Josefsson [EMAIL