Fix deletion of ports.test test file on MS-Windows.
[bpt/guile.git] / test-suite / tests / srfi-1.test
2014-06-01 Mark H WeaverSRFI-1 'length+' raises an error unless passed a proper...
2011-08-12 Andy Wingofix take-right and drop-right for improper lists
2010-10-08 Ludovic CourtèsSRFI-1: Make `fold-right' tail-recursive.
2010-10-08 Ludovic CourtèsSRFI-1: Make `unfold' tail-recursive (fix bug #30071).
2010-08-27 Ludovic CourtèsSRFI-1: Rewrite `fifth', `sixth', etc. in Scheme.
2010-07-20 Ludovic CourtèsStart rewriting SRFI-1 in Scheme.
2009-12-11 Andy Wingomerge from master to elisp
2009-12-01 Andy Wingogut trampolines
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-04-28 Ludovic CourtèsFix type-checking of SRFI-1 `partition'.
2006-10-09 Kevin Rydemerge from 1.8 branch
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-02-04 Kevin RydeUse the equal proc argument, so we exercise the
2005-11-24 Kevin Ryde(lset-difference!): More tests.
2005-11-23 Kevin Rydetypo in lset-difference! name in with-test-prefix
2005-08-12 Kevin Ryde(lset-difference, lset-difference,
2005-05-23 Marius VollmerThe FSF has a new address.
2005-05-07 Kevin Ryde(car+cdr, fold, last, list-index, list-tabulate,
2005-05-03 Kevin Ryde(fifth, sixth, seventh, eighth, ninth, tenth): New...
2005-05-03 Kevin Ryde(break!, drop-right!, drop-while, take-while,
2005-04-23 Kevin Ryde(concatenate, concatenate!, count, filter-map, lset...
2005-04-01 Kevin Ryde(lset-union): More tests.
2005-03-17 Kevin Ryde(filter-map): More tests.
2005-03-15 Kevin Ryde(split-at, split-at!): New tests.
2005-03-15 Kevin Ryde(drop-right, partition!, take-right): New tests.
2005-03-13 Kevin Ryde(find, find-tail, lset-union): New tests.
2005-02-17 Kevin Ryde(lset-adjoin): Amend tests to expect duplicates among...
2005-02-11 Kevin Ryde(reduce, reduce-right): New tests.
2005-02-03 Kevin Ryde(list=): New tests.
2005-01-28 Kevin Ryde(remove!): New tests.
2005-01-28 Kevin Ryde(remove): New tests.
2005-01-28 Kevin Ryde(lset-adjoin): New tests.
2005-01-27 Kevin RydeMore of:
2005-01-23 Kevin Ryde(lset=, member): New tests.
2004-12-06 Kevin Ryde(break): New tests.
2004-12-06 Kevin Ryde(span): New tests.
2004-12-06 Kevin Ryde(alist-delete): New tests.
2004-12-05 Kevin Ryde(alist-copy): New tests.
2004-12-04 Kevin Ryde(append-map): New tests.
2004-12-04 Kevin Ryde(filter-map): New tests.
2003-12-02 Kevin Ryde(count): New tests.
2003-08-30 Kevin RydeCorrection to a comment in:
2003-08-22 Kevin Ryde(list-copy): New tests.
2003-07-28 Kevin Ryde(length+): New tests.
2003-07-28 Kevin Ryde(concatenate, concatenate!): New tests.
2003-07-13 Kevin Ryde2003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni...
2003-07-08 Kevin Ryde(delete, delete!): Add more tests.
2003-05-12 Kevin Ryde(delete, delete!): Test predicate call arg order.
2003-05-09 Kevin RydeNew file, exercising take and drop.