mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 23:50:18 +02:00
*** empty log message ***
This commit is contained in:
parent
3c1428ac3c
commit
d4b71bbe14
2 changed files with 13 additions and 0 deletions
|
@ -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-23 Kevin Ryde <user42@zip.com.au>
|
2006-09-23 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* boot-9.scm (log, log10, exp, sqrt): Remove, now in
|
* boot-9.scm (log, log10, exp, sqrt): Remove, now in
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2006-10-05 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
|
* tests/ftw.test: New file.
|
||||||
|
* Makefile.am (SCM_TESTS): Add it.
|
||||||
|
|
||||||
2006-10-03 Kevin Ryde <user42@zip.com.au>
|
2006-10-03 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* tests/eval.test (apply): New tests, exercising scm_tc7_subr_2o which
|
* tests/eval.test (apply): New tests, exercising scm_tc7_subr_2o which
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue