summaryrefslogtreecommitdiff
path: root/srfi/srfi-1.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-5/+5
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-2/+2
2004-07-06Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-11/+11
2003-12-02(count): Rewrite in C, avoiding non-tail recursion.Kevin Ryde1-0/+103
2003-08-22(list-copy): New function, derivedKevin Ryde1-0/+33
2003-07-28(length+): Rewrite using scm_ilength.Kevin Ryde1-0/+12
2003-07-28(concatenate, concatenate!): Use scm_append and scm_append_x.Kevin Ryde1-0/+8
2003-07-132003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>Kevin Ryde1-0/+40
2003-07-08(scm_srfi1_delete, scm_srfi1_delete_x,Kevin Ryde1-7/+308
2003-04-21 * srfi/srfi-1.c (srfi1_ilength), libguile/list.c (scm_ilength,Dirk Herrmann1-2/+2
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-38/+12
2003-03-06* srfi-1.c (scm_init_srfi_1): Extend root module map and for-eachMikael Djurfeldt1-0/+7
2003-02-03* srfi-1.c (srfi1_for_each): Corrected argument checking for theMikael Djurfeldt1-4/+4
2002-12-01* srfi-1.scm: Load srfi-1 extension.Mikael Djurfeldt1-2/+34
2002-12-01* srfi-1.scm: Load srfi-1 extension.Mikael Djurfeldt1-0/+324