summaryrefslogtreecommitdiff
path: root/libguile/srfi-60.c
Commit message (Expand)AuthorAgeFilesLines
* Finish srfi-60 port off old scm mpz APIAndy Wingo2022-01-131-77/+72
* Start porting srfi-60 off the bad bignum interfacesAndy Wingo2022-01-131-48/+9
* Fix use of uninstalled header by installed headersAndy Wingo2018-10-071-0/+1
* Update license notices in all C filesAndy Wingo2018-06-201-19/+19
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Make .c copyright headers uniformAndy Wingo2018-06-201-1/+2
* Rationalize include order in C filesAndy Wingo2018-06-201-3/+2
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-9/+9
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve threads.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy 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/+2
* SRFI-60: Reimplement 'rotate-bit-field' on inums to be more portable.Mark H Weaver2014-03-111-19/+41
* Fix the SRFI 60 copy-bit documentation.Rob Browning2012-01-091-2/+2
* move srfi-1 and srfi-60 C impl to libguile, without public C apiAndy Wingo2010-09-121-0/+438