Age | Commit message (Expand) | Author | Files | Lines |
2009-12-07 | procedures-with-setters implemented in terms of structs | Andy Wingo | 1 | -36/+29 |
2009-12-04 | eval.c closures are now applicable smobs, not tc3s | Andy Wingo | 1 | -52/+6 |
2009-12-04 | remove cxrs | Andy Wingo | 1 | -3/+3 |
2009-12-04 | remove rpsubrs | Andy Wingo | 1 | -2/+0 |
2009-12-03 | remove asubrs | Andy Wingo | 1 | -1/+0 |
2009-12-03 | remove tc7_subr_* and tc7_lsubr_* | Andy Wingo | 1 | -3/+0 |
2009-12-01 | new evaluator, y'all | Andy Wingo | 1 | -1/+1 |
2009-11-26 | a very big commit cleaning up structs & goops. also applicable structs. | Andy Wingo | 1 | -7/+9 |
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 | -4/+5 |
2009-11-15 | remove operators | Andy Wingo | 1 | -6/+4 |
2009-10-23 | de-nargs struct scm_objcode; procedure-property refactor | Andy Wingo | 1 | -6/+8 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -0/+9 |
2009-08-20 | programs have their own tc7 now | Andy Wingo | 1 | -0/+5 |
2009-08-19 | procedure-documentation works on vm procedures | Andy Wingo | 1 | -0/+4 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -10/+15 |
2009-06-19 | rename SCM_SNAME to SCM_SUBR_NAME | Andy Wingo | 1 | -3/+3 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-04-17 | fix a tricky GC bug in scm_c_make_subr | Andy Wingo | 1 | -1/+5 |
2009-03-22 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -4/+23 |
2009-03-17 | Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-check | Andy Wingo | 1 | -45/+2 |
2009-03-17 | Merge commit 'e092357058850a6f998bf462bdc5504c6379c96f' into vm-check | Andy Wingo | 1 | -57/+12 |
2009-03-17 | Merge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66' into vm-check | Andy Wingo | 1 | -1/+1 |
2009-03-17 | Merge commit 'cce8b2ce93703aff953750fb40cb53176ea66504' into vm-check | Andy Wingo | 1 | -3/+3 |
2009-03-17 | Merge commit 'e95d11110b7af0f528404d28209c3a464ab7074d' into vm-check | Andy Wingo | 1 | -3/+3 |
2009-03-08 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -45/+2 |
2009-03-02 | Remove "compiled closures" ("cclos") in favor of a simpler mechanism. | Ludovic Courtès | 1 | -45/+2 |
2009-02-14 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -46/+12 |
2009-02-12 | Small cleanup relative to the use of double cells for subrs. | Ludovic Courtès | 1 | -7/+1 |
2009-02-12 | Use double-cells to store subrs. | Ludovic Courtès | 1 | -52/+13 |
2009-02-11 | Add `SCM_SET_SUBR_GENERIC ()' to replace `SCM_SUBR_GENERIC ()' as an lvalue. | Ludovic Courtès | 1 | -1/+1 |
2009-02-11 | Use `SCM_SNAME ()' when requesting the name of a subr. | Ludovic Courtès | 1 | -3/+3 |
2009-01-29 | static opcodes; refactor program/objcode division; use new assembly pipeline | Andy Wingo | 1 | -0/+1 |
2009-01-18 | Make variables related to the subr table size private and unsigned. | Ludovic Courtès | 1 | -3/+3 |
2009-01-18 | Use `scm_gc_malloc ()' and friends when allocating the subr table. | Ludovic Courtès | 1 | -3/+9 |
2009-01-18 | Make variables related to the subr table size private and unsigned. | Ludovic Courtès | 1 | -3/+3 |
2009-01-18 | Don't use `scm_immutable_cell ()' for subrs. | Ludovic Courtès | 1 | -2/+2 |
2008-11-01 | make-procedure-with-setter inherits name from getter | Andy Wingo | 1 | -3/+18 |
2008-09-30 | Merge commit 'origin/master' into vm | Andy Wingo | 1 | -1/+4 |
2008-09-15 | Use immutable cells (aka. libgc "stubborn") for subrs. | Ludovic Courtès | 1 | -13/+1 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+4 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+4 |
2008-09-07 | make thunk? understand programs | Andy Wingo | 1 | -1/+4 |
2008-09-05 | procs/weaks/hashtab: Removed a bit of useless mark/free code. | Ludovic Courtes | 1 | -14/+0 |
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 | -2/+2 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -1/+1 |
2004-08-10 | * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c, | Marius Vollmer | 1 | -1/+1 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -1/+1 |