summaryrefslogtreecommitdiff
path: root/libguile/trees.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-10Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo1-210/+0
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-6/+6
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-8/+8
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-18Devolve pairs.hAndy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-3/+2
2014-02-08Change uses of scm_is_simple_vector to scm_is_vectorDaniel Llorens1-2/+2
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-2/+1
2009-12-01factor copy-tree and cons-source out of eval.[ch]Andy Wingo1-0/+211