1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-04 16:50:25 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-10-04 22:14:10 +00:00
parent e3ec955780
commit 13a1de1c3c

View file

@ -1,3 +1,11 @@
2006-10-05 Kevin Ryde <user42@zip.com.au>
* 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 <user42@zip.com.au> 2006-09-07 Kevin Ryde <user42@zip.com.au>
* format.scm (format:parse-float): Fix normalization of leading zeros * format.scm (format:parse-float): Fix normalization of leading zeros