summaryrefslogtreecommitdiff
path: root/libguile/srfi-1.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-17srfi-1: Rewrite 'assoc' in Scheme.Ludovic Courtès1-31/+0
2020-06-17srfi-1: Rewrite 'find-tail' in Scheme.Ludovic Courtès1-18/+0
2020-06-17srfi-1: Rewrite 'find' in Scheme.Ludovic Courtès1-24/+1
2018-10-07Fix use of uninstalled header by installed headersAndy Wingo1-0/+1
2018-06-25Give multiple-values objects a tc7Andy Wingo1-7/+2
2018-06-20Update license notices in all C filesAndy Wingo1-19/+19
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-9/+11
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-13/+13
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-19Devolve vectors.h include from ports.hAndy Wingo1-0/+1
2018-06-19Devolve procs.h include from _scm.h.Andy Wingo1-0/+1
2018-06-18Devolve pairs.hAndy Wingo1-0/+1
2018-06-18Devolve boolean.h include.Andy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-1/+0
2018-06-14Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo1-1/+3
2017-04-18Attempt to mutate residualized literal pair throws exceptionAndy Wingo1-3/+3
2014-09-30Merge branch 'stable-2.0'Mark H Weaver1-4/+36
2014-06-04Optimize scm_ilength and 'length+'.Mark H Weaver1-7/+15
2014-06-01SRFI-1 'length+' raises an error unless passed a proper or circular list.Mark H Weaver1-4/+28
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