summaryrefslogtreecommitdiff
path: root/srfi/srfi-1.scm
AgeCommit message (Expand)AuthorFilesLines
2004-03-22(circular-list): Rewrite using set-cdr!, no need to copy parameter list.Kevin Ryde1-11/+5
2003-12-02(map!): Define as an alias for map, previous definition was not tail-recursive.Kevin Ryde1-16/+2
2003-12-02(count): Rewrite in C, avoiding non-tail recursion.Kevin Ryde1-19/+0
2003-08-22(list-copy): New function, derivedKevin Ryde1-3/+3
2003-07-28(length+): Rewrite using scm_ilength.Kevin Ryde1-13/+0
2003-07-28(concatenate, concatenate!): Use scm_append and scm_append_x.Kevin Ryde1-26/+0
2003-07-132003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>Kevin Ryde1-9/+0
2003-07-08(delete, delete!, delete-duplicates, delete-duplicates!): Remove.Kevin Ryde1-40/+0
2003-05-12(delete): Fix predicate arg order to match srfi-1 spec.Kevin Ryde1-1/+1
2003-05-09(take): Make this an alias for list-head.Kevin Ryde1-10/+3
2003-04-22Removed stray "o" from exports list.Marius Vollmer1-1/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+11
2003-03-24* srfi-1.scm: Re-export all srfi-1 bindings implemented by theMikael Djurfeldt1-1/+8
2003-03-11* srfi-1.scm (filter, filter!): Removed. (Now implemented in the core.)Mikael Djurfeldt1-17/+2
2003-03-10* srfi-1.scm (iota map for-each map-in-order list-index memberMikael Djurfeldt1-13/+15
2002-12-01* srfi-1.scm: Load srfi-1 extension.Mikael Djurfeldt1-19/+1
2002-12-01* srfi-1.scm: Load srfi-1 extension.Mikael Djurfeldt1-44/+5
2002-03-28Update copyright.Thien-Thi Nguyen1-49/+52
2002-01-21(count1, take-while): Rewrite to be tail-recursive.Thien-Thi Nguyen1-11/+17
2002-01-21(map1): Rewrite to be tail-recursive.Thien-Thi Nguyen1-15/+20
2001-09-122001-09-12 Gary Houston <ghouston@arglist.com>Gary Houston1-1/+1
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-14/+0
2001-08-05 * srfi-1.scm (check-arg-type, non-negative-integer?): a couple of newGary Houston1-0/+13
2001-08-04 * srfi-1.scm (filter): replaced with a tail-recursive version.Gary Houston1-10/+10
2001-07-06 * srfi-1.scm (iota, map, for-each, list-index, member, delete,Gary Houston1-13/+23
2001-07-03 (map-in-order): defined and exported, to support lists of unequalGary Houston1-2/+4
2001-07-03 * srfi-1.scm (iota, map, for-each, list-index, member, delete,Gary Houston1-8/+12
2001-07-03 * srfi-1.scm (list-tabulate): Do not go into infinite loop forMartin Grabmüller1-11/+11
2001-07-03 * srfi-1.scm (list-tabulate): Do not go into infinite loop forMartin Grabmüller1-1/+1
2001-07-02 * srfi-1.scm: Replaced calls to `map' in several procedures toMartin Grabmüller1-33/+76
2001-06-07 * srfi-1.scm (fold, fold-pair): Fixed a buggy call to apply.Martin Grabmüller1-6/+14
2001-06-07 * README: Update.Martin Grabmüller1-0/+976