| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | -165/+0 | |
| 2006-03-12 | (leave_dir): If cycle-check's saved dev-ino pair matches | Jim Meyering | -2/+9 | |
| that of the current directory (which we're about to chdir ".." out of), then save the dev-ino of the parent, instead. | ||||
| 2005-09-27 | [HAVE_CONFIG_H]: Include <config.h>. | Jim Meyering | -0/+4 | |
| 2005-08-12 | (setup_dir, enter_dir, leave_dir, free_dir): | Jim Meyering | -4/+4 | |
| Use the hash-table-based cycle-detection code not just when FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL. Reported by James Youngman in <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>. | ||||
| 2005-05-21 | fix typo in a comment | Jim Meyering | -1/+1 | |
| 2005-05-20 | New file, containing GPL'ed code migrated out of | Paul Eggert | -0/+154 | |
| fts.c, with the following changes: (setup_dir, free_dir): New functions. (enter_dir): Now returns bool. Return true if successful, false if memory exhausted. All callers changed. Do not bother partly cleaning up on memory allocation failure; that is free_dir's job. However, free ad if hash_insert fails, to avoid memory leak. (enter_dir, leave_dir): Accommodate change to FTS by inspecting fts->fts_options to see which union member to use. | ||||
