summaryrefslogtreecommitdiff
path: root/test-suite/tests/srfi-1.test
Commit message (Expand)AuthorAgeFilesLines
* Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo2020-09-101-1/+2
* SRFI-1 'length+' raises an error unless passed a proper or circular list.Mark H Weaver2014-06-011-1/+5
* fix take-right and drop-right for improper listsAndy Wingo2011-08-121-3/+13
* SRFI-1: Make `fold-right' tail-recursive.Ludovic Courtès2010-10-081-0/+22
* SRFI-1: Make `unfold' tail-recursive (fix bug #30071).Ludovic Courtès2010-10-081-0/+28
* SRFI-1: Rewrite `fifth', `sixth', etc. in Scheme.Ludovic Courtès2010-08-271-6/+6
* Start rewriting SRFI-1 in Scheme.Ludovic Courtès2010-07-211-2/+2
* gut trampolinesAndy Wingo2009-12-011-14/+14
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-13/+12
* Fix type-checking of SRFI-1 `partition'.Ludovic Courtès2008-04-281-3/+11
* merge from 1.8 branchKevin Ryde2006-10-091-2/+4
* merge from 1.8 branchKevin Ryde2006-06-171-1/+109
* Use the equal proc argument, so we exercise theKevin Ryde2006-02-041-6/+6
* (lset-difference!): More tests.Kevin Ryde2005-11-241-5/+45
* typo in lset-difference! name in with-test-prefixKevin Ryde2005-11-231-1/+1
* (lset-difference, lset-difference,Kevin Ryde2005-08-121-0/+84
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* (car+cdr, fold, last, list-index, list-tabulate,Kevin Ryde2005-05-071-0/+383
* (fifth, sixth, seventh, eighth, ninth, tenth): New tests.Kevin Ryde2005-05-031-0/+58
* (break!, drop-right!, drop-while, take-while,Kevin Ryde2005-05-031-0/+248
* (concatenate, concatenate!, count, filter-map, lset-adjoin): More tests.Kevin Ryde2005-04-231-32/+66
* (lset-union): More tests.Kevin Ryde2005-04-011-0/+15
* (filter-map): More tests.Kevin Ryde2005-03-171-2/+57
* (split-at, split-at!): New tests.Kevin Ryde2005-03-151-0/+84
* (drop-right, partition!, take-right): New tests.Kevin Ryde2005-03-151-0/+117
* (find, find-tail, lset-union): New tests.Kevin Ryde2005-03-131-4/+62
* (lset-adjoin): Amend tests to expect duplicates among args cast out.Kevin Ryde2005-02-171-8/+6
* (reduce, reduce-right): New tests.Kevin Ryde2005-02-111-0/+108
* (list=): New tests.Kevin Ryde2005-02-031-1/+75
* (remove!): New tests.Kevin Ryde2005-01-281-0/+25
* (remove): New tests.Kevin Ryde2005-01-281-0/+25
* (lset-adjoin): New tests.Kevin Ryde2005-01-281-0/+33
* More of:Kevin Ryde2005-01-271-1/+2
* (lset=, member): New tests.Kevin Ryde2005-01-231-0/+108
* (break): New tests.Kevin Ryde2004-12-061-0/+59
* (span): New tests.Kevin Ryde2004-12-061-0/+58
* (alist-delete): New tests.Kevin Ryde2004-12-061-0/+63
* (alist-copy): New tests.Kevin Ryde2004-12-051-1/+47
* (append-map): New tests.Kevin Ryde2004-12-041-0/+49
* (filter-map): New tests.Kevin Ryde2004-12-041-0/+44
* (count): New tests.Kevin Ryde2003-12-021-0/+161
* Correction to a comment in:Kevin Ryde2003-08-301-2/+0
* (list-copy): New tests.Kevin Ryde2003-08-221-0/+20
* (length+): New tests.Kevin Ryde2003-07-281-0/+17
* (concatenate, concatenate!): New tests.Kevin Ryde2003-07-281-0/+43
* 2003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>Kevin Ryde2003-07-131-0/+44
* (delete, delete!): Add more tests.Kevin Ryde2003-07-081-2/+141
* (delete, delete!): Test predicate call arg order.Kevin Ryde2003-05-121-0/+16
* New file, exercising take and drop.Kevin Ryde2003-05-091-0/+169