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
/
fts.c
Age
Commit message (
Expand
)
Author
2004-08-02
Add an FSF copyright notice, since our changes are becoming nontrivial.
Paul Eggert
2004-06-08
(fts_stat, fts_alloc): Always allocate and use a struct
Jim Meyering
2004-03-29
Include 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-19
Don't include <search.h>.
Jim Meyering
2003-12-18
Rewrite cycle detection code to work properly.
Jim Meyering
2003-10-02
Don't require that the maximum length of a file name
Jim Meyering
2003-04-15
Remove (or replace-with-TAB(s) to retain alignment)
Jim Meyering
2003-02-28
(fts_children): If opening `.' fails, set the fts_child
Jim Meyering
2003-02-28
(fts_children): If fchdir fails, close file descriptor
Jim Meyering
2003-02-24
Include <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-24
virgin copy from glibc
Jim Meyering
2003-02-13
hacked from the versions in glibc
Jim Meyering