Age | Commit message (Expand) | Author |
2005-05-09 | (fts_sort): Optimize the common case where all pointers smell the same. | Paul Eggert |
2005-05-09 | (__P): Remove. All uses rewritten to assume C89 or better. | Paul Eggert |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-04-09 | (__attribute__, ATTRIBUTE_UNUSED): Define. | Jim Meyering |
2005-03-09 | * lib/fts.c: Include intprops.h. | Paul Eggert |
2004-10-13 | (fts_read): When about to fail (by returning NULL) due | Jim Meyering |
2004-09-02 | (fts_stat, fts_open, fts_read): Use "unsigned short int" | Paul Eggert |
2004-08-11 | (O_DIRECTORY): Define to 0 if the system doesn't define. | Paul Eggert |
2004-08-09 | (diropen): New function. | Paul Eggert |
2004-08-04 | (LONGEST_MODIFIER): New macro. | Paul Eggert |
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 |