summaryrefslogtreecommitdiff
path: root/libguile/foreign-object.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-07Fix use of uninstalled header by installed headersAndy Wingo1-0/+1
2018-09-14Fix scm_make_foreign_object_n.Andy Wingo1-1/+1
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
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-1/+3
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-12/+12
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Remove modules.h from _scm.h.Andy Wingo1-0/+1
2018-06-20Devolve threads.h from _scm.h.Andy Wingo1-0/+1
2018-06-20Devolve variable.h from _scm.h.Andy Wingo1-0/+1
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-19Devolve numbers.h from _scm.h.Andy Wingo1-0/+1
2018-06-19Devolve procs.h include from _scm.h.Andy Wingo1-0/+1
2018-06-18Remove list.h from _scm.hAndy Wingo1-0/+1
2018-06-14Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo1-2/+5
2017-09-26Struct vtables store bitmask of unboxed fieldsAndy Wingo1-21/+10
2017-09-14Implement class redefinition on top of fixed structsAndy Wingo1-0/+1
2014-04-28Add more foreign object interfacesAndy Wingo1-10/+37
2014-04-28Avoid non-constant struct initializersAndy Wingo1-2/+9
2014-04-28Add scm_make_foreign_object_0; optimize scm_make_foreign_object_n.Andy Wingo1-1/+9
2014-04-28New foreign object facility, to replace SMOBsAndy Wingo1-0/+187