On Tue, Dec 04, 2001 at 07:33:15PM -0500, Glenn Maynard wrote:
> BUGS: Update. (Maybe remove old glob comment?)

removed.

> configure.in, new m4/gnu-source.m4: #define _GNU_SOURCE early.  (This
> doesn't introduce a GNU dependency; it just makes sure GNU extensions
> are used if available, including in autoconf tests.  This fixes the
> wcwidth test on glibc, which is only enabled when GNU extensions or
> XOPEN is defined.)
>
> FileSetOutput.cc, QueueFeeder.cc, FileAccess.cc: remove #define _GNU_SOURCE.
>
> m4/needtrio.m4: add missing def.
>
> acconfig.h, m4/va_copy.m4: Add copy-by-value test; always either define
> VA_LIST or fail during autoconf, not compile.  va_copy.m4 is
> self-contained again.
>
> FileSetOutput.h, FileSetOutput.cc: Add Suspend(), Resume(), Fg(), Bg().
> Fixes stalls.

Patch applied. Thanks.

> (fixes to GetFileInfo.cc withheld until caching is sorted out)

I have applied the IsDirectory patch and modified it according to
FileAccess::ParseLongList. Why don't you like alloca? It is quick
and the memory if freed automatically.

--
   Alexander.

Reply via email to