Age | Commit message (Expand) | Author | Files | Lines |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -6/+7 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -12/+12 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -2/+0 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Remove ports.h from inline.h | Andy Wingo | 1 | -0/+1 |
2018-06-14 | Fix libguile subcomponent headers not to include <libguile.h> | Andy Wingo | 1 | -1/+2 |
2016-06-23 | Fix race between SMOB marking and finalization | Andy Wingo | 1 | -3/+30 |
2016-04-26 | Remove scm_puts_unlocked. | Andy Wingo | 1 | -2/+2 |
2016-04-26 | Remove scm_putc_unlocked. | Andy Wingo | 1 | -2/+2 |
2015-02-10 | Add `scm_smob_type_class()'. | Andy Wingo | 1 | -0/+12 |
2015-01-23 | Deprecate C exports of GOOPS classes. | Andy Wingo | 1 | -5/+5 |
2013-11-15 | Remove use of SCM_CRITICAL_SECTION in smob.c | Andy Wingo | 1 | -2/+2 |
2013-11-08 | Remove stack programs, objcode, and the old VM. | Andy Wingo | 1 | -1/+0 |
2013-03-28 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -24/+25 |
2013-03-01 | Allow the SMOB mark procedures to be called when libgc uses parallel markers. | Ludovic Courtès | 1 | -24/+25 |
2012-07-06 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+1 |
2012-07-02 | Use `void *' instead of `GC_PTR' internally. | Ludovic Courtès | 1 | -1/+1 |
2012-04-12 | Avoid use of `GC_PTR' in "smob.h". | Ludovic Courtès | 1 | -1/+1 |
2012-03-18 | make applicable smob calls cheaper, and fix a memory leak | Andy Wingo | 1 | -259/+70 |
2012-03-18 | make applicable smob calls cheaper, and fix a memory leak | Andy Wingo | 1 | -255/+70 |
2012-03-08 | use the new finalizer helpers | Andy Wingo | 1 | -16/+2 |
2012-03-08 | scm_new_smob, scm_new_double_smob inline functions | Andy Wingo | 1 | -23/+92 |
2012-02-19 | use the new finalizer helpers | Andy Wingo | 1 | -17/+3 |
2012-01-31 | Revert "add SCM_HEAP_OBJECT_BASE" | Andy Wingo | 1 | -2/+2 |
2012-01-10 | Merge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907' | Andy Wingo | 1 | -4/+1 |
2011-12-22 | stdlib.h, not malloc.h | Andy Wingo | 1 | -4/+1 |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -4/+4 |
2011-10-25 | most uses of scm_from_locale_symbol become scm_from_utf8_symbol | Andy Wingo | 1 | -1/+1 |
2011-10-24 | add SCM_HEAP_OBJECT_BASE | Andy Wingo | 1 | -2/+2 |
2011-10-24 | add SCM_HEAP_OBJECT_P | Andy Wingo | 1 | -2/+2 |
2011-10-24 | add SCM_{PACK,UNPACK}_POINTER | Andy Wingo | 1 | -6/+6 |
2011-10-24 | convert internal weak hash table users to use the weak table api | Andy Wingo | 1 | -8/+3 |
2011-05-26 | scm_new_smob, scm_new_double_smob inline functions | Andy Wingo | 1 | -22/+71 |
2011-05-24 | safely access the trampoline weak map | Andy Wingo | 1 | -3/+12 |
2011-01-27 | objcode type is an enumeration, not flags | Andy Wingo | 1 | -2/+2 |
2010-01-09 | smobs are applied with vm trampoline procedures | Andy Wingo | 1 | -275/+259 |
2010-01-09 | re-add SCM_GSUBR_MAX | Andy Wingo | 1 | -1/+0 |
2010-01-07 | remove scm_tc7_gsubr | Andy Wingo | 1 | -1/+23 |
2009-12-08 | clean up smob macro implementation | Andy Wingo | 1 | -8/+0 |
2009-11-15 | fold objects.[ch] into goops.[ch] | Andy Wingo | 1 | -1/+0 |
2009-09-28 | Remove default port/SMOB finalizers. | Ludovic Courtès | 1 | -15/+3 |
2009-09-14 | Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. | Ludovic Courtès | 1 | -1/+1 |
2009-08-25 | Remove the `scm_tc_free_cell' SMOB type. | Ludovic Courtès | 1 | -25/+0 |
2009-08-20 | Simplify the creation of the SMOB GC "kind". | Ludovic Courtès | 1 | -6/+3 |
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 |