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:
parent
1d3770084a
commit
be1eafa697
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -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_*.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue