summaryrefslogtreecommitdiff
path: root/libguile/smob.c
AgeCommit message (Expand)AuthorFilesLines
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/+7
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-12/+12
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-2/+0
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-19Remove ports.h from inline.hAndy Wingo1-0/+1
2018-06-14Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo1-1/+2
2016-06-23Fix race between SMOB marking and finalizationAndy Wingo1-3/+30
2016-04-26Remove scm_puts_unlocked.Andy Wingo1-2/+2
2016-04-26Remove scm_putc_unlocked.Andy Wingo1-2/+2
2015-02-10Add `scm_smob_type_class()'.Andy Wingo1-0/+12
2015-01-23Deprecate C exports of GOOPS classes.Andy Wingo1-5/+5
2013-11-15Remove use of SCM_CRITICAL_SECTION in smob.cAndy Wingo1-2/+2
2013-11-08Remove stack programs, objcode, and the old VM.Andy Wingo1-1/+0
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-24/+25
2013-03-01Allow the SMOB mark procedures to be called when libgc uses parallel markers.Ludovic Courtès1-24/+25
2012-07-06Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2012-07-02Use `void *' instead of `GC_PTR' internally.Ludovic Courtès1-1/+1
2012-04-12Avoid use of `GC_PTR' in "smob.h".Ludovic Courtès1-1/+1
2012-03-18make applicable smob calls cheaper, and fix a memory leakAndy Wingo1-259/+70
2012-03-18make applicable smob calls cheaper, and fix a memory leakAndy Wingo1-255/+70
2012-03-08use the new finalizer helpersAndy Wingo1-16/+2
2012-03-08scm_new_smob, scm_new_double_smob inline functionsAndy Wingo1-23/+92
2012-02-19use the new finalizer helpersAndy Wingo1-17/+3
2012-01-31Revert "add SCM_HEAP_OBJECT_BASE"Andy Wingo1-2/+2
2012-01-10Merge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'Andy Wingo1-4/+1
2011-12-22stdlib.h, not malloc.hAndy Wingo1-4/+1
2011-11-08locking for putc, putsAndy Wingo1-4/+4
2011-10-25most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo1-1/+1
2011-10-24add SCM_HEAP_OBJECT_BASEAndy Wingo1-2/+2
2011-10-24add SCM_HEAP_OBJECT_PAndy Wingo1-2/+2
2011-10-24add SCM_{PACK,UNPACK}_POINTERAndy Wingo1-6/+6
2011-10-24convert internal weak hash table users to use the weak table apiAndy Wingo1-8/+3
2011-05-26scm_new_smob, scm_new_double_smob inline functionsAndy Wingo1-22/+71
2011-05-24safely access the trampoline weak mapAndy Wingo1-3/+12
2011-01-27objcode type is an enumeration, not flagsAndy Wingo1-2/+2
2010-01-09smobs are applied with vm trampoline proceduresAndy Wingo1-275/+259
2010-01-09re-add SCM_GSUBR_MAXAndy Wingo1-1/+0
2010-01-07remove scm_tc7_gsubrAndy Wingo1-1/+23
2009-12-08clean up smob macro implementationAndy Wingo1-8/+0
2009-11-15fold objects.[ch] into goops.[ch]Andy Wingo1-1/+0
2009-09-28Remove default port/SMOB finalizers.Ludovic Courtès1-15/+3
2009-09-14Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.Ludovic Courtès1-1/+1
2009-08-25Remove the `scm_tc_free_cell' SMOB type.Ludovic Courtès1-25/+0
2009-08-20Simplify the creation of the SMOB GC "kind".Ludovic Courtès1-6/+3
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7