log lib/fts_.h @ 11653:ecb384fccb5b

age author description
Wed, 11 Feb 2009 21:32:01 +0100 Jim Meyering fts: arrange not to stat non-directories in more cases
Fri, 28 Nov 2008 18:40:08 +0100 Jim Meyering fts: provide dirent.d_type via FTSENT.fts_statp, when possible
Mon, 11 Aug 2008 15:29:40 +0200 Jim Meyering * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Mon, 08 Jan 2007 21:28:13 +0000 Bruno Haible 2007-01-08 Bruno Haible <bruno@clisp.org>
Sun, 12 Nov 2006 17:35:38 +0000 Jim Meyering Make fts (in FTS_CWDFD mode) more efficient by caching a few open
Thu, 12 Oct 2006 10:32:32 +0000 Jim Meyering Big performance improvement for fts-based tools that use FTS_NOSTAT.
Thu, 17 Aug 2006 20:34:21 +0000 Paul Eggert Update from coreutils.
Sun, 14 Aug 2005 14:45:33 +0000 Jim Meyering Mention that with FTS_LOGICAL, we use FTS_TIGHT_CYCLE_CHECK.
Thu, 02 Jun 2005 20:41:04 +0000 Paul Eggert Sync from coreutils.
Fri, 20 May 2005 23:07:53 +0000 Paul Eggert New fts module.
Wed, 18 May 2005 19:47:06 +0000 Paul Eggert * fts.c: Include fts_.h first, to check interface.
Tue, 17 May 2005 07:07:19 +0000 Jim Meyering New files, from coreutils.