| Commit message (Expand) | Author | Age | Files | Lines |
* | Add disjoint syntax object type... | Andy Wingo | 2017-03-28 | 1 | -0/+1 |
* | Keywords have a tc7... | Andy Wingo | 2015-01-22 | 1 | -1/+2 |
* | Remove scm_tc7_vm... | Andy Wingo | 2013-11-21 | 1 | -1/+0 |
* | Rename scm_tc7_rtl_program to scm_tc7_program... | Andy Wingo | 2013-11-19 | 1 | -1/+1 |
* | Remove stack programs, objcode, and the old VM.... | Andy Wingo | 2013-11-08 | 1 | -3/+1 |
* | add new rtl vm... | Andy Wingo | 2013-05-31 | 1 | -1/+2 |
* | Merge remote-tracking branch 'origin/stable-2.0'... | Andy Wingo | 2012-01-10 | 1 | -0/+2 |
|\ |
|
| * | allocate a tc7 to bitvectors... | Andy Wingo | 2012-01-09 | 1 | -0/+1 |
| * | allocate a tc7 to arrays... | Andy Wingo | 2012-01-09 | 1 | -0/+1 |
* | | add weak table implementation... | Andy Wingo | 2011-10-24 | 1 | -0/+1 |
* | | add weak sets... | Andy Wingo | 2011-10-23 | 1 | -0/+1 |
|/ |
|
* | map and for-each in scheme... | Andy Wingo | 2011-05-05 | 1 | -4/+1 |
* | Use "pointer" instead of "foreign" when dealing with wrapped pointers.... | Ludovic Courtès | 2010-07-28 | 1 | -1/+1 |
* | add read syntax for #nil... | Andy Wingo | 2010-04-09 | 1 | -1/+1 |
* | remove scm_tc7_gsubr... | Andy Wingo | 2010-01-07 | 1 | -1/+0 |
* | tc7 tags for vm-related data... | Andy Wingo | 2010-01-07 | 1 | -0/+4 |
* | add foreign value wrapper... | Andy Wingo | 2010-01-04 | 1 | -1/+2 |
* | procedures-with-setters implemented in terms of structs... | Andy Wingo | 2009-12-07 | 1 | -1/+0 |
* | fluids are tc7 objects... | Andy Wingo | 2009-12-05 | 1 | -0/+2 |
* | hash tables have a tc7... | Andy Wingo | 2009-12-05 | 1 | -0/+1 |
* | eval.c closures are now applicable smobs, not tc3s... | Andy Wingo | 2009-12-04 | 1 | -1/+0 |
* | remove cxrs... | Andy Wingo | 2009-12-04 | 1 | -1/+1 |
* | Use a TC7 tag instead of a SMOB for bytevectors.... | Ludovic Courtès | 2009-08-30 | 1 | -0/+1 |
* | programs have their own tc7 now... | Andy Wingo | 2009-08-20 | 1 | -0/+1 |
* | Change `defined?' to accept a module as its second argument.... | Ludovic Courtès | 2009-08-10 | 1 | -36/+10 |
* | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Remove "compiled closures" ("cclos") in favor of a simpler mechanism.... | Ludovic Courtès | 2009-03-02 | 1 | -2/+1 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+4 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | Do no longer handle scm_tc7_bvect bitvectors. | Marius Vollmer | 2004-11-09 | 1 | -3/+0 |
* | Do no longer handle old-style uniform vectors. | Marius Vollmer | 2004-11-02 | 1 | -9/+0 |
* | * print.c (iprin1): Removed code for scm_tc7_byvect.... | Marius Vollmer | 2004-10-27 | 1 | -1/+0 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -4/+4 |
* | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into... | Marius Vollmer | 2004-07-27 | 1 | -2/+2 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,... | Marius Vollmer | 2004-07-06 | 1 | -3/+3 |
* | This set of patches introduces a new tc7 code scm_tc7_number for... | Dirk Herrmann | 2003-09-18 | 1 | -0/+1 |
* | * eval.c, eval.h, evalext.c, evalext.h (scm_m_undefine): Moved... | Dirk Herrmann | 2003-05-06 | 1 | -28/+2 |
* | * eval.c, eval.h, evalext.c, evalext.h (scm_sym_setter,... | Dirk Herrmann | 2003-04-20 | 1 | -21/+4 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | * evalext.c: fix various preprocessor usages of new public... | Rob Browning | 2003-03-27 | 1 | -1/+1 |
* | * evalext.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.... | Rob Browning | 2003-03-25 | 1 | -2/+2 |
* | * evalext.c, evalext.h (scm_self_evaluating_p): New function.... | Mikael Djurfeldt | 2003-01-20 | 1 | -1/+51 |
* | * evalext.[ch] (scm_m_undefine, undefine): Deprecated. | Dirk Herrmann | 2002-11-24 | 1 | -0/+3 |
* | * evalext.h, evalext.c (scm_definedp, scm_defined_p): Renamed... | Dirk Herrmann | 2002-10-19 | 1 | -3/+3 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl>... | Han-Wen Nienhuys | 2002-07-20 | 1 | -1/+1 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,... | Keisuke Nishida | 2001-06-28 | 1 | -2/+2 |
* | * Introduce SCM_UNUSED and mark unused function parameters.... | Dirk Herrmann | 2001-06-07 | 1 | -2/+2 |