The FSF has a new address.
[bpt/guile.git] / srfi / srfi-1.scm
2005-05-23 Marius VollmerThe FSF has a new address.
2005-05-06 Kevin Ryde(car+cdr, fold, last, list-index,
2005-05-03 Kevin Ryde(fifth, sixth, seventh, eighth, ninth, tenth): Rewrite...
2005-05-03 Kevin Ryde(break, break!): Rewrite in C.
2005-05-03 Kevin Ryde(drop-right!, drop-while,
2005-04-02 Kevin Ryde(alist-copy): Rewrite in C.
2005-04-02 Kevin Ryde(alist-cons): Define just as acons, not a call to acons.
2005-04-01 Kevin Ryde(lset-union): Rewrite to accumulate result by consing in
2005-03-17 Kevin Ryde(filter-map): Rewrite in C.
2005-03-15 Kevin Ryde(split-at, split-at!): Rewrite in C.
2005-03-15 Kevin Ryde(drop-right, partition!, remove!, take-right): Rewrite...
2005-03-13 Kevin Ryde(find, find-tail): Rewrite in C.
2005-03-13 Kevin Ryde(lset-union): Call `=' procedure with args in the order...
2005-02-17 Kevin Ryde(lset-adjoin): Revert change using `list' not `acc...
2005-02-11 Kevin Ryde(reduce, reduce-right): Don't call f with ridentity...
2005-02-03 Kevin Ryde(list=): Correction to arguments passed to given elt=,
2005-01-28 Kevin Ryde(remove): Rewrite in C, a trivial adaption from scm_fil...
2005-01-28 Kevin Ryde(lset-adjoin): Actually use the given `=' procedure.
2005-01-27 Kevin Ryde(lset=): Correction to pred call arg order, srfi spec is
2005-01-23 Kevin RydeAdd a copyright year.
2005-01-23 Kevin Ryde(lset=): Allow no list arguments, per srfi spec example.
2005-01-17 Kevin RydeRemove (ice-9 session) and (ice-9 receive), not used.
2004-12-06 Kevin Ryde(break): Change to a tail-recursive form.
2004-12-06 Kevin Ryde(span): Change to a tail-recursive form.
2004-12-06 Kevin Ryde(alist-delete): Change to a tail-recursive form.
2004-12-05 Kevin Ryde(alist-delete): Correction to equality proc call argument
2004-12-05 Kevin Ryde(alist-copy): Change to a tail-recursive form.
2004-12-04 Kevin Ryde(append-map, append-map!): Rewrite as simple "concatena...
2004-12-04 Kevin Ryde(append-map, append-map!): Rewrite as simple "apply...
2004-12-04 Kevin Ryde(filter-map): Change to a tail-recursive form.
2004-08-26 Marius Vollmer* Makefile.am: Added appropriate @LIBGUILE_*_MAJOR...
2004-03-22 Kevin Ryde(circular-list): Rewrite using set-cdr!, no need to...
2003-12-02 Kevin Ryde(map!): Define as an alias for map, previous definition...
2003-12-02 Kevin Ryde(count): Rewrite in C, avoiding non-tail recursion.
2003-08-22 Kevin Ryde(list-copy): New function, derived
2003-07-28 Kevin Ryde(length+): Rewrite using scm_ilength.
2003-07-28 Kevin Ryde(concatenate, concatenate!): Use scm_append and scm_app...
2003-07-13 Kevin Ryde2003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni...
2003-07-08 Kevin Ryde(delete, delete!, delete-duplicates, delete-duplicates...
2003-05-12 Kevin Ryde(delete): Fix predicate arg order to match srfi-1 spec.
2003-05-09 Kevin Ryde(take): Make this an alias for list-head.
2003-04-22 Marius VollmerRemoved stray "o" from exports list.
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-24 Mikael Djurfeldt* srfi-1.scm: Re-export all srfi-1 bindings implemented...
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.