From be1eafa697886638aa07c5e52916bb584b10cb4b Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 6 Mar 2002 03:27:21 +0000 Subject: [PATCH] Mention (ice-9 ftw). --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 4b751c519..0d9b9a44c 100644 --- a/NEWS +++ b/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_*.