From 13a1de1c3cdeaac611a9de0a6b777dc6d6f5237a Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 4 Oct 2006 22:14:10 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 08b2990fd..aefb3b134 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,11 @@ +2006-10-05 Kevin Ryde + + * ftw.scm (visited?-proc): Use hashv since we know we're getting + numbers. Incorporate stat:dev, since stat:ino is only unique within a + single device. This fixes a bug where if two files with the same + inode on different devices where seen only the first would be returned + by ftw (and nftw). + 2006-09-07 Kevin Ryde * format.scm (format:parse-float): Fix normalization of leading zeros