summaryrefslogtreecommitdiff
path: root/lib/fts.c
AgeCommit message (Expand)Author
2004-06-08(fts_stat, fts_alloc): Always allocate and use a structJim Meyering
2004-03-29Include dirfd.h, for dirfd.Jim Meyering
2003-12-20[!_LIBC]: Undefine, then define-away __P.Jim Meyering
2003-12-20[!_LIBC]: Define __P.Jim Meyering
2003-12-19Don't include <search.h>.Jim Meyering
2003-12-18Rewrite cycle detection code to work properly.Jim Meyering
2003-10-02Don't require that the maximum length of a file nameJim Meyering
2003-04-15Remove (or replace-with-TAB(s) to retain alignment)Jim Meyering
2003-02-28(fts_children): If opening `.' fails, set the fts_childJim Meyering
2003-02-28(fts_children): If fchdir fails, close file descriptorJim Meyering
2003-02-24Include <search.h>.Jim Meyering
2003-02-24[HAVE_CONFIG_H]: Include <config.h>.Jim Meyering
2003-02-24(fts_open): If fts_alloc returns NULL, don't dereference it.Jim Meyering
2003-02-24virgin copy from glibcJim Meyering
2003-02-13hacked from the versions in glibcJim Meyering