summaryrefslogtreecommitdiff
path: root/libguile/procprop.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2012-02-02Improve the usage of variable names in C docstrings.Bake Timmons1-1/+1
2012-01-05Fix erroneous check in `set-procedure-properties!'.Ludovic Courtès1-3/+4
2011-12-01Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-0/+33
2011-11-15better debuggability for interpreted proceduresAndy Wingo1-0/+37
2011-10-24slight scm_procedure_p, scm_i_procedure_arity refactorAndy Wingo1-12/+9
2011-10-24convert internal weak hash table users to use the weak table apiAndy Wingo1-13/+8
2011-05-25Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-2/+8
2011-05-23set-procedure-property! threadsafety issueAndy Wingo1-8/+9
2011-05-12remove all deprecated codeAndy Wingo1-34/+1
2010-04-17deprecate arity access via (procedure-properties proc 'arity)Andy Wingo1-18/+29
2010-04-17add procedure_minimum_arityAndy Wingo1-0/+25
2010-04-17scm_i_program_properties is internal; just use procedure-propertiesAndy Wingo1-1/+1
2010-04-17tweaks to procprop.cAndy Wingo1-8/+4
2010-04-17procedure-properties incorporates program-propertiesAndy Wingo1-27/+29
2010-01-09smobs are applied with vm trampoline proceduresAndy Wingo1-14/+18
2010-01-07remove scm_tc7_gsubrAndy Wingo1-18/+1
2010-01-07subrs are now VM trampoline proceduresAndy Wingo1-1/+2
2009-12-07procedures-with-setters implemented in terms of structsAndy Wingo1-3/+0
2009-12-04eval.c closures are now applicable smobs, not tc3sAndy Wingo1-76/+57
2009-12-04remove cxrsAndy Wingo1-3/+0
2009-12-04remove rpsubrsAndy Wingo1-3/+0
2009-12-03remove asubrsAndy Wingo1-1/+0
2009-12-03remove scm_tc7_dsubrAndy Wingo1-1/+0
2009-12-03remove tc7_subr_* and tc7_lsubr_*Andy Wingo1-18/+0
2009-12-01new evaluator, y'allAndy Wingo1-10/+2
2009-11-26a very big commit cleaning up structs & goops. also applicable structs.Andy Wingo1-6/+3
2009-11-15fold objects.[ch] into goops.[ch]Andy Wingo1-1/+0
2009-11-15remove support for "entities" -- a form of applicable structAndy Wingo1-2/+4
2009-11-15remove operatorsAndy Wingo1-4/+2
2009-10-24procedure property table is only key-weak, not doubly-weakAndy Wingo1-1/+1
2009-10-23procedure property efficiency tweakAndy Wingo1-4/+26
2009-10-23de-nargs struct scm_objcode; procedure-property refactorAndy Wingo1-63/+52
2009-08-20programs have their own tc7 nowAndy Wingo1-0/+6
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-03-02Remove "compiled closures" ("cclos") in favor of a simpler mechanism.Ludovic Courtès1-16/+9
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+4
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-09-22*** empty log message ***Marius Vollmer1-3/+3
2004-08-19Added comment about future improvements...Marius Vollmer1-0/+6
2004-08-11(scm_init_storage, scm_stand_in_procs, scm_stand_in_proc): Use aMarius Vollmer1-6/+7
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-3/+3
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-2/+2
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-1/+1
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-3/+3
2003-06-01 This set of patches separates the representation of the cxr familyDirk Herrmann1-0/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-06* srfi-1.c (scm_init_srfi_1): Extend root module map and for-eachMikael Djurfeldt1-2/+2
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-4/+4