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