summaryrefslogtreecommitdiff
path: root/libguile/procs.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Rename objcodes?.{scm,c,h} to loader.{scm,c,h}Andy Wingo1-1/+1
2013-11-19Remove RTL_ infix from macrosAndy Wingo1-1/+1
2013-11-08Remove stack programs, objcode, and the old VM.Andy Wingo1-2/+1
2013-10-31Avoid calling procedure-name when doing a make-procedure-with-setterAndy Wingo1-10/+2
2013-06-09procedure-documentation works on RTL proceduresAndy Wingo1-15/+0
2013-05-31add new rtl vmAndy Wingo1-1/+2
2013-01-07Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-4/+5
2012-11-28eval: Store docstrings for lambdas.Ludovic Courtès1-4/+5
2011-10-24slight scm_procedure_p, scm_i_procedure_arity refactorAndy Wingo1-15/+4
2011-05-15scm_wta_* procedures replace SCM_WTA_* macrosAndy Wingo1-2/+3
2011-03-08fix scm_setterAndy Wingo1-1/+2
2011-02-08fix scm_procedure on non-structsAndy Wingo1-2/+2
2011-01-07use scm_from_latin1_symboln for string literals and load-symbolAndy Wingo1-2/+2
2010-04-17scm_i_program_properties is internal; just use procedure-propertiesAndy Wingo1-5/+2
2010-01-07remove scm_tc7_gsubrAndy Wingo1-9/+1
2010-01-05move subr implementation details to gsubr.[ch]Andy Wingo1-62/+0
2009-12-08use the new public metatables from struct.cAndy Wingo1-4/+5
2009-12-07procedures-with-setters implemented in terms of structsAndy Wingo1-36/+29
2009-12-04eval.c closures are now applicable smobs, not tc3sAndy Wingo1-52/+6
2009-12-04remove cxrsAndy Wingo1-3/+3
2009-12-04remove rpsubrsAndy Wingo1-2/+0
2009-12-03remove asubrsAndy Wingo1-1/+0
2009-12-03remove tc7_subr_* and tc7_lsubr_*Andy Wingo1-3/+0
2009-12-01new evaluator, y'allAndy Wingo1-1/+1
2009-11-26a very big commit cleaning up structs & goops. also applicable structs.Andy Wingo1-7/+9
2009-11-15fold objects.[ch] into goops.[ch]Andy Wingo1-1/+0
2009-11-15remove support for "entities" -- a form of applicable structAndy Wingo1-4/+5
2009-11-15remove operatorsAndy Wingo1-6/+4
2009-10-23de-nargs struct scm_objcode; procedure-property refactorAndy Wingo1-6/+8
2009-08-28Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-0/+9
2009-08-20programs have their own tc7 nowAndy Wingo1-0/+5
2009-08-19procedure-documentation works on vm proceduresAndy Wingo1-0/+4
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-10/+15
2009-06-19rename SCM_SNAME to SCM_SUBR_NAMEAndy Wingo1-3/+3
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-04-17fix a tricky GC bug in scm_c_make_subrAndy Wingo1-1/+5
2009-03-22Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-4/+23
2009-03-17Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-checkAndy Wingo1-45/+2
2009-03-17Merge commit 'e092357058850a6f998bf462bdc5504c6379c96f' into vm-checkAndy Wingo1-57/+12
2009-03-17Merge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66' into vm-checkAndy Wingo1-1/+1
2009-03-17Merge commit 'cce8b2ce93703aff953750fb40cb53176ea66504' into vm-checkAndy Wingo1-3/+3
2009-03-17Merge commit 'e95d11110b7af0f528404d28209c3a464ab7074d' into vm-checkAndy Wingo1-3/+3
2009-03-08Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-45/+2
2009-03-02Remove "compiled closures" ("cclos") in favor of a simpler mechanism.Ludovic Courtès1-45/+2
2009-02-14Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-46/+12
2009-02-12Small cleanup relative to the use of double cells for subrs.Ludovic Courtès1-7/+1
2009-02-12Use double-cells to store subrs.Ludovic Courtès1-52/+13
2009-02-11Add `SCM_SET_SUBR_GENERIC ()' to replace `SCM_SUBR_GENERIC ()' as an lvalue.Ludovic Courtès1-1/+1
2009-02-11Use `SCM_SNAME ()' when requesting the name of a subr.Ludovic Courtès1-3/+3
2009-01-29static opcodes; refactor program/objcode division; use new assembly pipelineAndy Wingo1-0/+1