Fix type-checking of SRFI-1 `partition'.
[bpt/guile.git] / srfi / srfi-1.c
2008-04-28 Ludovic CourtèsFix type-checking of SRFI-1 `partition'.
2008-04-26 Ludovic CourtèsInclude <config.h> in SRFI-1.
2006-06-17 Kevin Rydemerge 1.8 branch
2006-02-04 Kevin Ryde(scm_srfi1_delete, scm_srfi1_delete_duplicates): Use a
2005-11-23 Kevin Ryde(lset-difference!): Rewrite in C.
2005-08-11 Marius VollmerUse scm_is_null instead of SCM_NULLP. Thanks to Peter...
2005-07-31 Marius Vollmer(check_map_args): Move check_map_error label and elt...
2005-06-12 Marius VollmerDo not use INUM macros, they are deprecated.
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-23 Kevin Ryde(scm_srfi1_count, scm_srfi1_filter_map): Don't modify the
2005-04-03 Kevin Ryde(scm_srfi1_concatenate, scm_srfi1_concatenate_x): Add...
2005-04-02 Kevin Ryde(alist-copy): Rewrite in C.
2005-04-01 Kevin Ryde(scm_srfi1_filter_map): Have 2-arg case share finalization
2005-04-01 Kevin Ryde(scm_srfi1_count): Use scm_list_copy to make arg list,
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-02 Marius VollmerUse scm_is_pair instead of SCM_CONSP; use scm_is_null...
2005-01-28 Kevin Ryde(remove): Rewrite in C, a trivial adaption from scm_fil...
2005-01-23 Kevin Ryde(scm_srfi1_member): Update docstring from manual.
2005-01-23 Kevin Ryde(scm_srfi1_member): Correction to pred call arg order...
2005-01-10 Marius Vollmer(check_args): Bugfix to change from 2005-01-02: ARGV...
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as
2004-09-03 Stefan Jahn2004-09-03 Stefan Jahn <stefan@lkcc.org>
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius VollmerReplaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP...
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(scm_srfi1_delete, scm_srfi1_delete_x,
2003-04-21 Dirk Herrmann * srfi/srfi-1.c (srfi1_ilength), libguile/list.c ...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-06 Mikael Djurfeldt* srfi-1.c (scm_init_srfi_1): Extend root module map...
2003-02-03 Mikael Djurfeldt* srfi-1.c (srfi1_for_each): Corrected argument checkin...
2002-12-01 Mikael Djurfeldt* srfi-1.scm: Load srfi-1 extension.
2002-12-01 Mikael Djurfeldt* srfi-1.scm: Load srfi-1 extension.