Age | Commit message (Expand) | Author | Files | Lines |
2013-05-31 | add new rtl vm | Andy Wingo | 1 | -1/+2 |
2012-01-10 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -0/+2 |
2012-01-09 | allocate a tc7 to bitvectors | Andy Wingo | 1 | -0/+1 |
2012-01-09 | allocate a tc7 to arrays | Andy Wingo | 1 | -0/+1 |
2011-10-24 | add weak table implementation | Andy Wingo | 1 | -0/+1 |
2011-10-23 | add weak sets | Andy Wingo | 1 | -0/+1 |
2011-05-05 | map and for-each in scheme | Andy Wingo | 1 | -4/+1 |
2010-07-28 | Use "pointer" instead of "foreign" when dealing with wrapped pointers. | Ludovic Courtès | 1 | -1/+1 |
2010-04-09 | add read syntax for #nil | Andy Wingo | 1 | -1/+1 |
2010-01-07 | remove scm_tc7_gsubr | Andy Wingo | 1 | -1/+0 |
2010-01-07 | tc7 tags for vm-related data | Andy Wingo | 1 | -0/+4 |
2010-01-04 | add foreign value wrapper | Andy Wingo | 1 | -1/+2 |
2009-12-07 | procedures-with-setters implemented in terms of structs | Andy Wingo | 1 | -1/+0 |
2009-12-05 | fluids are tc7 objects | Andy Wingo | 1 | -0/+2 |
2009-12-05 | hash tables have a tc7 | Andy Wingo | 1 | -0/+1 |
2009-12-04 | eval.c closures are now applicable smobs, not tc3s | Andy Wingo | 1 | -1/+0 |
2009-12-04 | remove cxrs | Andy Wingo | 1 | -1/+1 |
2009-08-30 | Use a TC7 tag instead of a SMOB for bytevectors. | Ludovic Courtès | 1 | -0/+1 |
2009-08-20 | programs have their own tc7 now | Andy Wingo | 1 | -0/+1 |
2009-08-10 | Change `defined?' to accept a module as its second argument. | Ludovic Courtès | 1 | -36/+10 |
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 | -2/+1 |
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-11-09 | Do no longer handle scm_tc7_bvect bitvectors. | Marius Vollmer | 1 | -3/+0 |
2004-11-02 | Do no longer handle old-style uniform vectors. | Marius Vollmer | 1 | -9/+0 |
2004-10-27 | * print.c (iprin1): Removed code for scm_tc7_byvect. | Marius Vollmer | 1 | -1/+0 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -4/+4 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -2/+2 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -3/+3 |
2003-09-18 | This set of patches introduces a new tc7 code scm_tc7_number for | Dirk Herrmann | 1 | -0/+1 |
2003-05-06 | * eval.c, eval.h, evalext.c, evalext.h (scm_m_undefine): Moved | Dirk Herrmann | 1 | -28/+2 |
2003-04-20 | * eval.c, eval.h, evalext.c, evalext.h (scm_sym_setter, | Dirk Herrmann | 1 | -21/+4 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-27 | * evalext.c: fix various preprocessor usages of new public | Rob Browning | 1 | -1/+1 |
2003-03-25 | * evalext.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS. | Rob Browning | 1 | -2/+2 |
2003-01-20 | * evalext.c, evalext.h (scm_self_evaluating_p): New function. | Mikael Djurfeldt | 1 | -1/+51 |
2002-11-24 | * evalext.[ch] (scm_m_undefine, undefine): Deprecated. | Dirk Herrmann | 1 | -0/+3 |
2002-10-19 | * evalext.h, evalext.c (scm_definedp, scm_defined_p): Renamed | Dirk Herrmann | 1 | -3/+3 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -1/+1 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -2/+2 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -2/+2 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -14/+11 |
2001-05-06 | Read what you type, you bloody jerk. | Marius Vollmer | 1 | -2/+2 |
2001-05-05 | (scm_definedp): Fix docstring. | Marius Vollmer | 1 | -1/+4 |
2001-03-15 | * Removed unused object parameter from SCM_ASSYNT. | Dirk Herrmann | 1 | -5/+5 |
2001-03-04 | * Eliminate some calls to scm_wta. | Dirk Herrmann | 1 | -1/+2 |