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