]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 12 Aug 2005 13:02:23 +0000 (13:02 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Aug 2005 13:02:23 +0000 (13:02 +0000)
lib/ChangeLog

index 695d5118d5c57be69a222d3c43e3ecab390a7d9a..d2d0b5281d65add75347f97b14016d40fc391ecc 100644 (file)
@@ -1,3 +1,15 @@
+2005-08-12  Jim Meyering  <jim@meyering.net>
+
+       * 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
+       <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
+       * 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  <jim@meyering.net>
 
        * xanstrftime.c, xanstrftime.h: New files.