Age | Commit message (Expand) | Author | Files | Lines |
2009-03-17 | Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-check | Andy Wingo | 1 | -2/+2 |
2009-03-17 | Merge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66' into vm-check | Andy Wingo | 1 | -1/+1 |
2009-03-17 | Merge commit '6290d3f10927f887102a164ccb1a7291cc62288d' into vm-check | Andy Wingo | 1 | -6/+6 |
2009-03-17 | Merge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692' into vm-check | Andy Wingo | 1 | -3/+4 |
2009-03-17 | Merge commit '04795a1cb259c20896fb2edb50c58086027281b0' into vm-check | Andy Wingo | 1 | -2/+1 |
2009-03-17 | Merge commit '202271f291971cf14175f5a1a193955f72d43d79' into vm-check | Andy Wingo | 1 | -2/+2 |
2009-03-02 | Remove "compiled closures" ("cclos") in favor of a simpler mechanism. | Ludovic Courtès | 1 | -2/+2 |
2009-02-13 | don't re-enter the compiler during method dispatch | Andy Wingo | 1 | -5/+5 |
2009-02-11 | Add `SCM_SET_SUBR_GENERIC ()' to replace `SCM_SUBR_GENERIC ()' as an lvalue. | Ludovic Courtès | 1 | -1/+1 |
2009-02-04 | "optimize" dispatch to specific GF's in goops | Andy Wingo | 1 | -36/+60 |
2009-02-03 | GOOPS: Statically allocate the PORT class array. | Ludovic Courtès | 1 | -6/+6 |
2009-02-03 | Publish the maximum number of port types as `SCM_I_MAX_PORT_TYPE_COUNT'. | Ludovic Courtès | 1 | -3/+4 |
2009-02-03 | GOOPS: Statically allocate the SMOB class array. | Ludovic Courtès | 1 | -2/+1 |
2009-02-03 | Publish the maximum number of SMOB types as `SCM_I_MAX_SMOB_TYPE_COUNT'. | Ludovic Courtès | 1 | -2/+2 |
2009-01-12 | Merge commit 'origin/master' into vm | Andy Wingo | 1 | -2/+8 |
2009-01-04 | Fix implementation of %fast-slot-ref and %fast-slot-set! | Neil Jerram | 1 | -2/+8 |
2008-10-31 | compile goops submodules, goops.test now passes again | Andy Wingo | 1 | -2/+2 |
2008-10-31 | fix chaining up from interpreted to compiled methods; allow compiled init-thunk | Andy Wingo | 1 | -7/+4 |
2008-10-30 | runtime byte compilation of goops methods, whooooo | Andy Wingo | 1 | -0/+21 |
2008-10-25 | add `formals', `body', and `compile-env' slots to <method> | Andy Wingo | 1 | -2/+6 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -0/+4 |
2008-08-19 | Complete fix of `hell' allocation in GOOPS. | Ludovic Courtès | 1 | -1/+1 |
2008-08-18 | Fix sizeof() nitpick for goops corruption. | Han-Wen Nienhuys | 1 | -1/+1 |
2008-08-16 | Fix memory corruption issue with hell[] array: realloc/calloc need to | Han-Wen Nienhuys | 1 | -5/+5 |
2008-04-10 | initialize 'u' slots to 0, not SCM_UNPACK(SCM_GOOPS_UNBOUND) | Andy Wingo | 1 | -2/+7 |
2008-04-10 | respect slot allocation, e.g. for <read-only-slot> | Andy Wingo | 1 | -2/+9 |
2008-02-21 | Fix bug #22369: segfault in `scm_add_slot ()'. | Ludovic Courtès | 1 | -2/+3 |
2007-07-10 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -8/+15 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-04-24 | Fix comment typos | Neil Jerram | 1 | -2/+2 |
2005-03-07 | Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END. | Marius Vollmer | 1 | -0/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -4/+4 |
2005-01-18 | * objects.h, objects.c, goops.c, goops.h (scm_class_boolean, | Marius Vollmer | 1 | -2/+142 |
2005-01-17 | * objects.h, objects.c (scm_classes_initialized): New. | Marius Vollmer | 1 | -0/+1 |
2005-01-06 | (scm_array_handle_release): New, changed all uses of | Marius Vollmer | 1 | -6/+8 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -23/+30 |
2004-10-04 | Replaced SCM_KEYWORDP with scm_is_keyword. | Marius Vollmer | 1 | -3/+3 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -38/+38 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -46/+40 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -2/+2 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -23/+29 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -9/+2 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -7/+7 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -19/+19 |
2004-05-24 | * goops.c (compute_getters_n_setters, create_standard_classes, | Dirk Herrmann | 1 | -13/+27 |
2003-11-18 | * print.c (scm_iprin1): Handle fractions. | Marius Vollmer | 1 | -0/+2 |
2003-10-07 | Make type names char const * instead of char *. Thanks to Paul Jarc! | Marius Vollmer | 1 | -2/+2 |
2003-09-18 | This set of patches introduces a new tc7 code scm_tc7_number for | Dirk Herrmann | 1 | -3/+0 |
2003-05-04 | The purpose of this patch is to make guile's internal memoizers | Dirk Herrmann | 1 | -2/+2 |
2003-04-28 | * eval.c (scm_m_atdispatch): Removed until actually needed. (This | Mikael Djurfeldt | 1 | -3/+0 |