summaryrefslogtreecommitdiff
path: root/libguile/srfi-1.c
Commit message (Expand)AuthorAgeFilesLines
* srfi-1: Rewrite 'assoc' in Scheme.Ludovic Courtès2020-06-171-31/+0
* srfi-1: Rewrite 'find-tail' in Scheme.Ludovic Courtès2020-06-171-18/+0
* srfi-1: Rewrite 'find' in Scheme.Ludovic Courtès2020-06-171-24/+1
* Fix use of uninstalled header by installed headersAndy Wingo2018-10-071-0/+1
* Give multiple-values objects a tc7Andy Wingo2018-06-251-7/+2
* Update license notices in all C filesAndy Wingo2018-06-201-19/+19
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-9/+11
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-13/+13
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve vectors.h include from ports.hAndy Wingo2018-06-191-0/+1
* Devolve procs.h include from _scm.h.Andy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Devolve boolean.h include.Andy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-1/+3
* Attempt to mutate residualized literal pair throws exceptionAndy 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 listsAndy Wingo2011-08-121-39/+0
* map and for-each in schemeAndy Wingo2011-05-051-229/+0
* srfi-1 `member' in scheme, inlines to memq / memv in some casesAndy 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 apiAndy Wingo2010-09-121-0/+1619