summaryrefslogtreecommitdiff
path: root/libguile/srfi-1.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Change eval.c to use scm_c_vm_run instead of scm_call_with_vm.Andy Wingo1-2/+2
2012-02-02Improve the usage of variable names in C docstrings.Bake Timmons1-4/+4
2011-08-12fix take-right and drop-right for improper listsAndy Wingo1-39/+0
2011-05-05map and for-each in schemeAndy Wingo1-229/+0
2011-05-05srfi-1 `member' in scheme, inlines to memq / memv in some casesAndy Wingo1-37/+0
2011-02-09fix typos in the manual bits generated from source comments.Ralf Wildenhues1-2/+2
2011-02-02Fix typo.Ludovic Courtès1-3/+3
2010-10-08SRFI-1: Rewrite `split-at' and `split-at!' in Scheme.Ludovic Courtès1-51/+0
2010-10-08SRFI-1: Rewrite `filter-map' in Scheme.Ludovic Courtès1-109/+0
2010-09-20SRFI-1: Rewrite `alist-copy' in Scheme.Ludovic Courtès1-35/+0
2010-09-20Remove the SRFI-1 C proxies.Ludovic Courtès1-197/+0
2010-09-12move srfi-1 and srfi-60 C impl to libguile, without public C apiAndy Wingo1-0/+1619