summaryrefslogtreecommitdiff
path: root/lib/ftw.c
AgeCommit message (Expand)Author
2003-05-05(struct dummy): Ensure that at least the number ofJim Meyering
2003-05-05Avoid array overrun.Jim Meyering
2003-03-19DJGPP doesn't have S_ISLNK, so provide a replacement.Jim Meyering
2003-03-17(FTW_STAT): Rename from `STAT', to avoid conflictJim Meyering
2003-03-09Include "save-cwd.h".Jim Meyering
2003-03-06Fix a bug that causes du to dump core on 64-bit systems.Jim Meyering
2003-02-28(ftw_startup): Return -1 if alloca fails.Jim Meyering
2003-02-21Include <sys/types.h> before <dirent.h>.Jim Meyering
2003-02-12tweak commentJim Meyering
2003-02-08(ftw_startup): Don't shadow outer declaration of save_err.Jim Meyering
2003-02-08(ftw_startup): When using FTW_CHDIR, always rememberJim Meyering
2003-02-07Merge inconsequential changes from libc.Jim Meyering
2003-02-05(ftw_startup): When using FTW_DEPTH, call `func', theJim Meyering
2003-02-05Include <limits.h>.Jim Meyering
2003-02-05(process_entry): When using FTW_DEPTH, call `func',Jim Meyering
2003-02-02(lstat) [LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define to rpl_lstat.Jim Meyering
2003-01-25[_LIBC] (ISSLASH, FILESYSTEM_PREFIX_LEN): Define.Jim Meyering
2003-01-25(object_compare): Compare inode numbers before device numbers.Jim Meyering
2003-01-23Add autoconf-recommended block of alloca-related code.Jim Meyering
2003-01-22(find_object): Don't use c99-style struct initializer.Jim Meyering
2003-01-22(process_entry): Handle FTW_DCHP.Jim Meyering
2003-01-22Include autoconf-recommended block of dirent/NAMELENJim Meyering
2003-01-14Merge in Ulrich's and my changes from libc.Jim Meyering
2003-01-12tweak commentsJim Meyering
2003-01-12Also work on systems that have `struct direct', using autoconf's AC_HEADER_DI...Jim Meyering
2003-01-12(ftw_startup): Rename local-shadowing local to pacify gcc.Jim Meyering
2003-01-12New file, from glibc/io.Jim Meyering