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