summaryrefslogtreecommitdiff
path: root/libguile/smob.h
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Shuffle around inline C function implementationAndy Wingo2018-06-201-0/+1
* Devolve smob snarfersAndy Wingo2018-06-201-0/+52
* Devolve gc.hAndy Wingo2018-06-181-0/+1
* More validate.h devolutionAndy Wingo2018-06-181-2/+9
* Add `scm_smob_type_class()'.Andy Wingo2015-02-101-1/+3
* Merge branch 'stable-2.0'Mark H Weaver2014-09-301-5/+5
|\
| * Fix SCM_SMOB_OBJECT{_,_0_,_1_,_2_,_3_}LOC.David Kastrup2014-09-201-5/+5
| * Avoid use of `GC_PTR' in "smob.h".Ludovic Courtès2012-04-121-1/+1
| * make applicable smob calls cheaper, and fix a memory leakAndy Wingo2012-03-181-2/+1
| * scm_new_smob, scm_new_double_smob inline functionsAndy Wingo2012-03-081-90/+80
* | make applicable smob calls cheaper, and fix a memory leakAndy Wingo2012-03-181-4/+2
* | refactor tc7 and tc16 checksAndy Wingo2011-10-241-1/+1
* | scm_new_smob, scm_new_double_smob inline functionsAndy Wingo2011-05-261-89/+71
|/
* Add `scm_t_subr' typedef (fix bug #23681).Ludovic Courtès2011-02-131-3/+4
* smobs are applied with vm trampoline proceduresAndy Wingo2010-01-091-10/+6
* remove scm_tc7_gsubrAndy Wingo2010-01-071-1/+3
* add SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASKAndy Wingo2009-12-081-0/+2
* clean up smob macro implementationAndy Wingo2009-12-081-19/+38
* Remove default port/SMOB finalizers.Ludovic Courtès2009-09-281-1/+0
* Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.Ludovic Courtès2009-09-141-1/+1
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-181-6/+7
|\
| * Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
| * Publish the maximum number of SMOB types as `SCM_I_MAX_SMOB_TYPE_COUNT'.Ludovic Courtès2009-02-031-1/+4
* | Publish the maximum number of SMOB types as `SCM_I_MAX_SMOB_TYPE_COUNT'.Ludovic Courtès2009-01-181-1/+4
* | Use thread-local allocation (significant perf. improvement!); added the `boeh...Ludovic Courtes2008-09-101-1/+1
* | Fixed use of finalizers for guardians and SMOBs (undoes patches 23-24).Ludovic Courtes2008-09-051-28/+45
* | Added support for SMOBs free function (via finalizers).Ludovic Courtes2008-09-051-2/+11
* | Added support for SMOB custom mark procedures.Ludovic Courtes2008-09-051-26/+41
|/
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_assert_smob_type): New.Marius Vollmer2004-09-241-1/+4
* * smob.h (SCM_SMOB_DATA_2, SCM_SMOB_DATA_3, SCM_SMOB_FLAGS,Marius Vollmer2004-05-061-0/+19
* * smob.h (scm_make_smob_type): Made the declaration match theDirk Herrmann2003-10-071-1/+1
* Make type names char const * instead of char *. Thanks to Paul Jarc!Marius Vollmer2003-10-071-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-3/+3
* Changes in doc/ref:Dirk Herrmann2002-03-011-5/+4
* Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer2001-11-251-12/+5
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-20/+20
* * Removed deprecated stuff.Dirk Herrmann2001-08-311-21/+6
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-7/+7
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-1/+1
* * validate.hMichael Livshin2001-05-241-10/+10
* * Made creation of new smob types thread safe.Dirk Herrmann2001-04-211-5/+5
* Remove dump facilities.Keisuke Nishida2001-03-021-10/+0