1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-31 09:20:23 +02:00

Mention (ice-9 ftw).

This commit is contained in:
Thien-Thi Nguyen 2002-03-06 03:27:21 +00:00
parent 1d3770084a
commit be1eafa697

6
NEWS
View file

@ -843,6 +843,12 @@ After:
2 required arguments: `a' and `b', 1 optional argument: `c',
the rest in `r'.
** New module: (ice-9 ftw)
This module provides procs `ftw' and `nftw', which perform general
filesystem tree walking. Their behavior roughly mimics functions by
the same name in the GNU C library.
* Changes to the C interface
** Types have been renamed from scm_*_t to scm_t_*.