summaryrefslogtreecommitdiff
path: root/libguile/smob.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-03GOOPS: Statically allocate the SMOB class array.Ludovic Courtès1-3/+3
2009-02-03Publish the maximum number of SMOB types as `SCM_I_MAX_SMOB_TYPE_COUNT'.Ludovic Courtès1-2/+3
2009-01-18GOOPS: Statically allocate the SMOB class array.Ludovic Courtès1-3/+3
2009-01-18Publish the maximum number of SMOB types as `SCM_I_MAX_SMOB_TYPE_COUNT'.Ludovic Courtès1-2/+3
2008-10-31Fix initialization of the SMOB GC "kind".Ludovic Courtès1-1/+4
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+1
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2008-09-10Use thread-local allocation (significant perf. improvement!); added the `boeh...Ludovic Courtes1-1/+1
2008-09-05Fixed the SMOB mark procedure so that it handles free-list objects.Ludovic Courtes1-10/+16
2008-09-05Fixed use of finalizers for guardians and SMOBs (undoes patches 23-24).Ludovic Courtes1-4/+9
2008-09-05Fixed the undocumented `scm_make_smob ()' function.Ludovic Courtes1-2/+3
2008-09-05Added support for SMOBs free function (via finalizers).Ludovic Courtes1-2/+17
2008-09-05Added support for SMOB custom mark procedures.Ludovic Courtes1-0/+121
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1