* srfi-1.scm (filter, filter!): Removed. (Now implemented in the core.)
[bpt/guile.git] / srfi / srfi-1.scm
2003-03-11 Mikael Djurfeldt* srfi-1.scm (filter, filter!): Removed. (Now implemen...
2003-03-10 Mikael Djurfeldt* srfi-1.scm (iota map for-each map-in-order list-index...
2002-12-01 Mikael Djurfeldt* srfi-1.scm: Load srfi-1 extension.
2002-12-01 Mikael Djurfeldt* srfi-1.scm: Load srfi-1 extension.
2002-03-28 Thien-Thi NguyenUpdate copyright.
2002-01-21 Thien-Thi Nguyen(count1, take-while): Rewrite to be tail-recursive.
2002-01-21 Thien-Thi Nguyen(map1): Rewrite to be tail-recursive.
2001-09-12 Gary Houston2001-09-12 Gary Houston <ghouston@arglist.com>
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-08-05 Gary Houston * srfi-1.scm (check-arg-type, non-negative-integer...
2001-08-04 Gary Houston * srfi-1.scm (filter): replaced with a tail-recursive...
2001-07-06 Gary Houston * srfi-1.scm (iota, map, for-each, list-index, member...
2001-07-03 Gary Houston (map-in-order): defined and exported, to support lists...
2001-07-03 Gary Houston * srfi-1.scm (iota, map, for-each, list-index, member...
2001-07-03 Martin Grabmüller * srfi-1.scm (list-tabulate): Do not go into infinite...
2001-07-03 Martin Grabmüller * srfi-1.scm (list-tabulate): Do not go into infinite...
2001-07-02 Martin Grabmüller * srfi-1.scm: Replaced calls to `map' in several proce...
2001-06-07 Martin Grabmüller * srfi-1.scm (fold, fold-pair): Fixed a buggy call...
2001-06-07 Martin Grabmüller * README: Update.