Age | Commit message (Expand) | Author | Files | Lines |
2012-02-08 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+1 |
2012-02-02 | Improve the usage of variable names in C docstrings. | Bake Timmons | 1 | -1/+1 |
2012-01-05 | Fix erroneous check in `set-procedure-properties!'. | Ludovic Courtès | 1 | -3/+4 |
2011-12-01 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -0/+33 |
2011-11-15 | better debuggability for interpreted procedures | Andy Wingo | 1 | -0/+37 |
2011-10-24 | slight scm_procedure_p, scm_i_procedure_arity refactor | Andy Wingo | 1 | -12/+9 |
2011-10-24 | convert internal weak hash table users to use the weak table api | Andy Wingo | 1 | -13/+8 |
2011-05-25 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -2/+8 |
2011-05-23 | set-procedure-property! threadsafety issue | Andy Wingo | 1 | -8/+9 |
2011-05-12 | remove all deprecated code | Andy Wingo | 1 | -34/+1 |
2010-04-17 | deprecate arity access via (procedure-properties proc 'arity) | Andy Wingo | 1 | -18/+29 |
2010-04-17 | add procedure_minimum_arity | Andy Wingo | 1 | -0/+25 |
2010-04-17 | scm_i_program_properties is internal; just use procedure-properties | Andy Wingo | 1 | -1/+1 |
2010-04-17 | tweaks to procprop.c | Andy Wingo | 1 | -8/+4 |
2010-04-17 | procedure-properties incorporates program-properties | Andy Wingo | 1 | -27/+29 |
2010-01-09 | smobs are applied with vm trampoline procedures | Andy Wingo | 1 | -14/+18 |
2010-01-07 | remove scm_tc7_gsubr | Andy Wingo | 1 | -18/+1 |
2010-01-07 | subrs are now VM trampoline procedures | Andy Wingo | 1 | -1/+2 |
2009-12-07 | procedures-with-setters implemented in terms of structs | Andy Wingo | 1 | -3/+0 |
2009-12-04 | eval.c closures are now applicable smobs, not tc3s | Andy Wingo | 1 | -76/+57 |
2009-12-04 | remove cxrs | Andy Wingo | 1 | -3/+0 |
2009-12-04 | remove rpsubrs | Andy Wingo | 1 | -3/+0 |
2009-12-03 | remove asubrs | Andy Wingo | 1 | -1/+0 |
2009-12-03 | remove scm_tc7_dsubr | Andy Wingo | 1 | -1/+0 |
2009-12-03 | remove tc7_subr_* and tc7_lsubr_* | Andy Wingo | 1 | -18/+0 |
2009-12-01 | new evaluator, y'all | Andy Wingo | 1 | -10/+2 |
2009-11-26 | a very big commit cleaning up structs & goops. also applicable structs. | Andy Wingo | 1 | -6/+3 |
2009-11-15 | fold objects.[ch] into goops.[ch] | Andy Wingo | 1 | -1/+0 |
2009-11-15 | remove support for "entities" -- a form of applicable struct | Andy Wingo | 1 | -2/+4 |
2009-11-15 | remove operators | Andy Wingo | 1 | -4/+2 |
2009-10-24 | procedure property table is only key-weak, not doubly-weak | Andy Wingo | 1 | -1/+1 |
2009-10-23 | procedure property efficiency tweak | Andy Wingo | 1 | -4/+26 |
2009-10-23 | de-nargs struct scm_objcode; procedure-property refactor | Andy Wingo | 1 | -63/+52 |
2009-08-20 | programs have their own tc7 now | Andy Wingo | 1 | -0/+6 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-03-02 | Remove "compiled closures" ("cclos") in favor of a simpler mechanism. | Ludovic Courtès | 1 | -16/+9 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+4 |
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-22 | *** empty log message *** | Marius Vollmer | 1 | -3/+3 |
2004-08-19 | Added comment about future improvements... | Marius Vollmer | 1 | -0/+6 |
2004-08-11 | (scm_init_storage, scm_stand_in_procs, scm_stand_in_proc): Use a | Marius Vollmer | 1 | -6/+7 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -3/+3 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -2/+2 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -1/+1 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -3/+3 |
2003-06-01 | This set of patches separates the representation of the cxr family | Dirk Herrmann | 1 | -0/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-06 | * srfi-1.c (scm_init_srfi_1): Extend root module map and for-each | Mikael Djurfeldt | 1 | -2/+2 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -4/+4 |