diff options
Diffstat (limited to 'srfi/ChangeLog')
-rw-r--r-- | srfi/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 109ff9940..d4b650181 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,8 @@ +2001-08-04 Gary Houston <ghouston@arglist.com> + + * srfi-1.scm (filter): replaced with a tail-recursive version. + (remove): implement using filter, to make it tail-recursive. + 2001-07-31 Gary Houston <ghouston@arglist.com> * srfi-14.c (scm_char_set_diff_plus_intersection): wasn't correctly |