summaryrefslogtreecommitdiff
path: root/libguile/srfi-60.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-07Fix use of uninstalled header by installed headersAndy Wingo1-0/+1
2018-06-20Update license notices in all C filesAndy Wingo1-19/+19
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Make .c copyright headers uniformAndy Wingo1-1/+2
2018-06-20Rationalize include order in C filesAndy Wingo1-3/+2
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-9/+9
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Devolve threads.h from _scm.h.Andy Wingo1-0/+1
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-18Devolve pairs.hAndy Wingo1-0/+1
2018-06-18Remove list.h from _scm.hAndy 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/+2
2014-03-11SRFI-60: Reimplement 'rotate-bit-field' on inums to be more portable.Mark H Weaver1-19/+41
2012-01-09Fix the SRFI 60 copy-bit documentation.Rob Browning1-2/+2
2010-09-12move srfi-1 and srfi-60 C impl to libguile, without public C apiAndy Wingo1-0/+438