summaryrefslogtreecommitdiff
path: root/lib/fts_.h
Commit message (Expand)AuthorAgeFilesLines
* fts: Improve GCC 11 allocation-deallocation checking.Bruno Haible2021-08-071-1/+1
* gnulib-common: update for C2x 2020-12-11 draftPaul Eggert2021-07-311-4/+13
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* attribute: new modulePaul Eggert2020-05-031-21/+4
* fts: remove NOSTAT_LEAF_OPTIMIZATIONPaul Eggert2020-04-151-5/+0
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* fts: cleanup after FTS_NOATIME removalPaul Eggert2018-10-081-6/+4
* fts: remove FTS_NOATIMEBernhard Voelker2018-10-081-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* fts: nlink_t signedness fixupsPaul Eggert2017-07-251-1/+5
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* fts: port to GCC 5.1 with --enable-gcc-warningsPaul Eggert2015-04-271-1/+7
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* fts: introduce FTS_VERBATIMDmitry V. Levin2012-11-171-3/+7
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-3/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* fts: add/use new struct member, fts_dirpJim Meyering2011-08-191-0/+4
* fts: introduce FTS_NOATIMEEric Blake2011-07-081-1/+3
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* fts: allow compilation with C++Giuseppe Scrivano2010-08-221-2/+7
* Remove vestiges of fts-lgpl module.Bruno Haible2010-03-291-2/+0
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-119/+119
* fts: help ensure that return values are not ignoredJim Meyering2009-09-011-4/+22
* fts: arrange not to stat non-directories in more casesJim Meyering2009-02-131-1/+11
* fts: provide dirent.d_type via FTSENT.fts_statp, when possibleJim Meyering2008-11-291-1/+4
* * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.Jim Meyering2008-08-111-4/+4
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* 2007-01-08 Bruno Haible <bruno@clisp.org>Bruno Haible2007-01-081-3/+2
* Make fts (in FTS_CWDFD mode) more efficient by caching a few openJim Meyering2006-11-121-0/+6
* Big performance improvement for fts-based tools that use FTS_NOSTAT.Jim Meyering2006-10-121-1/+13
* Update from coreutils.Paul Eggert2006-08-171-6/+18
* Mention that with FTS_LOGICAL, we use FTS_TIGHT_CYCLE_CHECK.Jim Meyering2005-08-141-2/+15
* Sync from coreutils.Paul Eggert2005-06-021-3/+3
* New fts module.Paul Eggert2005-05-201-13/+23
* * fts.c: Include fts_.h first, to check interface.Paul Eggert2005-05-181-3/+2
* New files, from coreutils.Jim Meyering2005-05-171-0/+182