From: Jim Meyering Date: Fri, 12 Aug 2005 13:02:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39a33e5f6460fae371e16243d759c41540c21a88;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 695d5118d5..d2d0b5281d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +2005-08-12 Jim Meyering + + * fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir): + 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 + . + * fts_.h: Mention that with FTS_LOGICAL, we use FTS_TIGHT_CYCLE_CHECK. + + * fts.c (fts_cross_check) [FTS_DEBUG]: s/active_dir_ht/fts_cycle.ht/. + This lets us compile with -DFTS_DEBUG, once again. + 2005-08-02 Jim Meyering * xanstrftime.c, xanstrftime.h: New files.