diff options
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 8764a81ce..e55e5b102 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,17 @@ +2006-03-12 Jim Meyering <jim@meyering.net> + + * fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair is + that of the current directory (which we're about to chdir ".." out of), + then update it to be the dev-ino of the parent, instead. + + * same-inode.h (SAME_INODE): New file/macro. + * chdir-safer.c (SAME_INODE): Remove definition. + Include "same-inode.h", instead. + * same.c: Likewise. + * cycle-check.h: Include "same-inode.h". + (CYCLE_CHECK_REFLECT_CHDIR_UP): Define. + * cycle-check.c (SAME_INODE): Remove definition. + 2006-03-12 Paul Eggert <eggert@cs.ucla.edu> * Makefile.am (libcoreutils_a_SOURCES): Remove time_r.c, time_r.h, |