summaryrefslogtreecommitdiff
path: root/libguile/srfi-1.c
Commit message (Expand)AuthorAgeFilesLines
* Attempt to mutate residualized literal pair throws exception...Andy Wingo2017-04-181-3/+3
* Merge branch 'stable-2.0'...Mark H Weaver2014-09-301-4/+36
|\
| * Optimize scm_ilength and 'length+'....Mark H Weaver2014-06-041-7/+15
| * SRFI-1 'length+' raises an error unless passed a proper or circular list....Mark H Weaver2014-06-011-4/+28
* | Change eval.c to use scm_c_vm_run instead of scm_call_with_vm....Andy Wingo2013-11-211-2/+2
|/
* Improve the usage of variable names in C docstrings....Bake Timmons2012-02-021-4/+4
* fix take-right and drop-right for improper lists...Andy Wingo2011-08-121-39/+0
* map and for-each in scheme...Andy Wingo2011-05-051-229/+0
* srfi-1 `member' in scheme, inlines to memq / memv in some cases...Andy Wingo2011-05-051-37/+0
* fix typos in the manual bits generated from source comments....Ralf Wildenhues2011-02-091-2/+2
* Fix typo....Ludovic Courtès2011-02-021-3/+3
* SRFI-1: Rewrite `split-at' and `split-at!' in Scheme....Ludovic Courtès2010-10-081-51/+0
* SRFI-1: Rewrite `filter-map' in Scheme....Ludovic Courtès2010-10-081-109/+0
* SRFI-1: Rewrite `alist-copy' in Scheme....Ludovic Courtès2010-09-201-35/+0
* Remove the SRFI-1 C proxies....Ludovic Courtès2010-09-201-197/+0
* move srfi-1 and srfi-60 C impl to libguile, without public C api...Andy Wingo2010-09-121-0/+1619