index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ftw.c
Age
Commit message (
Expand
)
Author
2003-03-17
(FTW_STAT): Rename from `STAT', to avoid conflict
Jim Meyering
2003-03-09
Include "save-cwd.h".
Jim Meyering
2003-03-06
Fix 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-21
Include <sys/types.h> before <dirent.h>.
Jim Meyering
2003-02-12
tweak comment
Jim 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 remember
Jim Meyering
2003-02-07
Merge inconsequential changes from libc.
Jim Meyering
2003-02-05
(ftw_startup): When using FTW_DEPTH, call `func', the
Jim Meyering
2003-02-05
Include <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-23
Add 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-22
Include autoconf-recommended block of dirent/NAMELEN
Jim Meyering
2003-01-14
Merge in Ulrich's and my changes from libc.
Jim Meyering
2003-01-12
tweak comments
Jim Meyering
2003-01-12
Also 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-12
New file, from glibc/io.
Jim Meyering