| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `scm_smob_type_class()'.... | Andy Wingo | 2015-02-10 | 1 | -1/+3 |
* | Merge branch 'stable-2.0'... | Mark H Weaver | 2014-09-30 | 1 | -5/+5 |
|\ |
|
| * | Fix SCM_SMOB_OBJECT{_,_0_,_1_,_2_,_3_}LOC.... | David Kastrup | 2014-09-20 | 1 | -5/+5 |
| * | Avoid use of `GC_PTR' in "smob.h".... | Ludovic Courtès | 2012-04-12 | 1 | -1/+1 |
| * | make applicable smob calls cheaper, and fix a memory leak... | Andy Wingo | 2012-03-18 | 1 | -2/+1 |
| * | scm_new_smob, scm_new_double_smob inline functions... | Andy Wingo | 2012-03-08 | 1 | -90/+80 |
* | | make applicable smob calls cheaper, and fix a memory leak... | Andy Wingo | 2012-03-18 | 1 | -4/+2 |
* | | refactor tc7 and tc16 checks... | Andy Wingo | 2011-10-24 | 1 | -1/+1 |
* | | scm_new_smob, scm_new_double_smob inline functions... | Andy Wingo | 2011-05-26 | 1 | -89/+71 |
|/ |
|
* | Add `scm_t_subr' typedef (fix bug #23681).... | Ludovic Courtès | 2011-02-13 | 1 | -3/+4 |
* | smobs are applied with vm trampoline procedures... | Andy Wingo | 2010-01-09 | 1 | -10/+6 |
* | remove scm_tc7_gsubr... | Andy Wingo | 2010-01-07 | 1 | -1/+3 |
* | add SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASK... | Andy Wingo | 2009-12-08 | 1 | -0/+2 |
* | clean up smob macro implementation... | Andy Wingo | 2009-12-08 | 1 | -19/+38 |
* | Remove default port/SMOB finalizers.... | Ludovic Courtès | 2009-09-28 | 1 | -1/+0 |
* | Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.... | Ludovic Courtès | 2009-09-14 | 1 | -1/+1 |
* | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2009-08-18 | 1 | -6/+7 |
|\ |
|
| * | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
| * | Publish the maximum number of SMOB types as `SCM_I_MAX_SMOB_TYPE_COUNT'.... | Ludovic Courtès | 2009-02-03 | 1 | -1/+4 |
* | | Publish the maximum number of SMOB types as `SCM_I_MAX_SMOB_TYPE_COUNT'.... | Ludovic Courtès | 2009-01-18 | 1 | -1/+4 |
* | | Use thread-local allocation (significant perf. improvement!); added the `boeh...... | Ludovic Courtes | 2008-09-10 | 1 | -1/+1 |
* | | Fixed use of finalizers for guardians and SMOBs (undoes patches 23-24).... | Ludovic Courtes | 2008-09-05 | 1 | -28/+45 |
* | | Added support for SMOBs free function (via finalizers).... | Ludovic Courtes | 2008-09-05 | 1 | -2/+11 |
* | | Added support for SMOB custom mark procedures.... | Ludovic Courtes | 2008-09-05 | 1 | -26/+41 |
|/ |
|
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | (scm_assert_smob_type): New. | Marius Vollmer | 2004-09-24 | 1 | -1/+4 |
* | * smob.h (SCM_SMOB_DATA_2, SCM_SMOB_DATA_3, SCM_SMOB_FLAGS,... | Marius Vollmer | 2004-05-06 | 1 | -0/+19 |
* | * smob.h (scm_make_smob_type): Made the declaration match the... | Dirk Herrmann | 2003-10-07 | 1 | -1/+1 |
* | Make type names char const * instead of char *. Thanks to Paul Jarc! | Marius Vollmer | 2003-10-07 | 1 | -1/+1 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl>... | Han-Wen Nienhuys | 2002-07-20 | 1 | -3/+3 |
* | Changes in doc/ref:... | Dirk Herrmann | 2002-03-01 | 1 | -5/+4 |
* | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and... | Marius Vollmer | 2001-11-25 | 1 | -12/+5 |
* | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 2001-11-02 | 1 | -20/+20 |
* | * Removed deprecated stuff.... | Dirk Herrmann | 2001-08-31 | 1 | -21/+6 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -7/+7 |
* | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 2001-05-26 | 1 | -1/+1 |
* | * validate.h... | Michael Livshin | 2001-05-24 | 1 | -10/+10 |
* | * Made creation of new smob types thread safe.... | Dirk Herrmann | 2001-04-21 | 1 | -5/+5 |
* | Remove dump facilities. | Keisuke Nishida | 2001-03-02 | 1 | -10/+0 |
* | New dump/undump scheme. | Keisuke Nishida | 2001-02-05 | 1 | -20/+7 |
* | New files: dump.c, dump.h. | Keisuke Nishida | 2001-02-03 | 1 | -8/+31 |
* | * Return type of scm_make_smob_type is scm_bits_t now. | Dirk Herrmann | 2001-01-15 | 1 | -1/+1 |
* | Smob-related creanup. | Keisuke Nishida | 2000-12-08 | 1 | -2/+1 |
* | Deprecated scm_make_smob_type_mfpe and scm_set_smob_mfpe.... | Keisuke Nishida | 2000-12-07 | 1 | -17/+12 |
* | Some cleanup on smob calls. | Keisuke Nishida | 2000-12-07 | 1 | -1/+6 |
* | Improved smob calls. | Keisuke Nishida | 2000-12-07 | 1 | -1/+5 |
* | * smob.h (scm_smob_descriptor): Added `apply\' and `gsubr_type\'.... | Keisuke Nishida | 2000-08-25 | 1 | -0/+8 |
* | * smob.h: Changed comments for scm_make_smob_type and... | Mikael Djurfeldt | 2000-06-20 | 1 | -17/+23 |