summaryrefslogtreecommitdiff
path: root/lib/fts.c
Commit message (Expand)AuthorAgeFilesLines
* Remove vestiges of fts-lgpl module.Bruno Haible2010-03-291-33/+1
* define STREQ(a,b) consistently, removing useless parenthesesJim Meyering2010-01-241-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_Eric Blake2009-12-231-3/+3
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-1230/+1230
* fts: fts_open: do not let an empty string cause immediate failureJim Meyering2009-12-011-7/+2
* fts: do not fail on a submount during traversalKamil Dudka2009-11-121-0/+14
* maint: minor cleanupsEric Blake2009-10-071-13/+3
* fts: avoid compiler warningEric Blake2009-09-221-2/+4
* fts: fix compilation errorEric Blake2009-09-031-0/+1
* fts: avoid leaking fdsEric Blake2009-09-021-4/+14
* fts: make directory fds more robustEric Blake2009-09-021-5/+2
* backupfile, chdir-long, fts, savedir: make saferEric Blake2009-09-021-1/+1
* fts: fts_close now fails also when closing a dir file descriptor failsJim Meyering2009-09-011-2/+8
* fts: avoid false-positive cycle-detectionJim Meyering2009-07-191-0/+2
* fts: avoid used-uninitialized error due to recent changeJim Meyering2009-02-181-5/+7
* fts: add #if guards so that the fts_lgpl module still buildsJim Meyering2009-02-161-0/+4
* fts: arrange not to stat non-directories in more casesJim Meyering2009-02-131-1/+144
* fts: move a function definition "up" (no semantic change)Jim Meyering2009-02-131-46/+46
* fts: correct internal computation of nlinks (optimization-related)Jim Meyering2009-02-111-1/+1
* work around mingw's lack of some S_IF definitionsJim Meyering2008-12-091-0/+7
* fts: fix a thinkoJim Meyering2008-11-291-21/+1
* fts: provide dirent.d_type via FTSENT.fts_statp, when possibleJim Meyering2008-11-291-0/+80
* Move the lstat() declaration to <sys/stat.h>.Bruno Haible2008-10-211-1/+0
* Move the dirfd() declaration to <dirent.h>.Bruno Haible2008-10-191-1/+0
* fts.c: sync with similar code from coreutils' remove.cJim Meyering2008-10-021-26/+31
* fts: bug fixesJim Meyering2008-10-021-2/+2
* fts.c: adjust a new interface to be more generally usefulJim Meyering2008-10-011-10/+12
* fts: tweak inode comparison functionJim Meyering2008-09-261-2/+2
* fts: sort dirent entries on inode number before traversingJim Meyering2008-09-261-0/+89
* * lib/fts.c (fts_build): Typo correction to comment.Martin Buchholz2008-02-201-1/+1
* Don't redefine __attribute__ without a need.Bruno Haible2008-01-131-2/+2
* Avoid use of private FTS type name.Jim Meyering2007-12-311-1/+1
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,Jim Meyering2007-07-301-1/+1
* fts.c: a small readability/maintainability improvementJim Meyering2007-01-101-3/+3
* 2007-01-08 Bruno Haible <bruno@clisp.org>Bruno Haible2007-01-081-4/+4
* Use a more robust test for a "can't happen" condition.Jim Meyering2007-01-081-11/+4
* Slight readability improvement: use an assert-like macroJim Meyering2007-01-081-9/+18
* * lib/fts.c (fts_load): Don't set sp->fts_dev here, sinceJim Meyering2006-12-031-1/+6
* Work around a compile-time error from the HP-UX 11.00 /bin/cc.Jim Meyering2006-11-221-2/+3
* * lib/fts.c (fts_safe_changedir): Move a declaration "up",Jim Meyering2006-11-211-1/+2
* Make fts (in FTS_CWDFD mode) more efficient by caching a few openJim Meyering2006-11-121-33/+175
* * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.Jim Meyering2006-11-101-1/+1
* * lib/fts.c (fts_safe_changedir): Add a comment.Jim Meyering2006-11-081-0/+5
* * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.Jim Meyering2006-11-081-1/+0
* (fts_build): Move variable declaration, for C89 compliance.Bruno Haible2006-10-241-1/+2
* Fix a bug in yesterday's change.Jim Meyering2006-10-141-1/+4
* * lib/fts.c (fts_open): Use consistent indentation.Jim Meyering2006-10-121-1/+1
* Big performance improvement for fts-based tools that use FTS_NOSTAT.Jim Meyering2006-10-121-11/+107