Age | Commit message (Expand) | Author | Files | Lines |
2012-07-06 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -2/+3 |
2012-07-02 | Use `void *' instead of `GC_PTR' internally. | Ludovic Courtès | 1 | -8/+7 |
2011-10-24 | remove weak pairs, rewrite weak vectors | Andy Wingo | 1 | -141/+38 |
2011-05-15 | scm_wta_* procedures replace SCM_WTA_* macros | Andy Wingo | 1 | -4/+7 |
2011-05-13 | correct use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_LINK forms | Andy Wingo | 1 | -2/+4 |
2011-05-13 | more care regarding SCM_PACK and SCM_UNPACK | Andy Wingo | 1 | -3/+3 |
2011-02-14 | fix fencepost error in vector-move-left! and -right! | Ian Price | 1 | -2/+2 |
2010-08-04 | fix vector-move-right! and vector-move-left! | Andy Wingo | 1 | -2/+8 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -2/+1 |
2010-01-07 | clean up includes in vectors.[ch] | Andy Wingo | 1 | -5/+1 |
2009-12-29 | fix bug in string array implementation type mask | Andy Wingo | 1 | -3/+2 |
2009-12-15 | Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co. | Ludovic Courtès | 1 | -3/+3 |
2009-12-05 | decruftify scm_sys_protects | Andy Wingo | 1 | -2/+0 |
2009-11-02 | Allocate vectors in a contiguous memory area. | Ludovic Courtès | 1 | -48/+33 |
2009-11-01 | Merge branch 'bdw-gc-static-alloc' | Ludovic Courtès | 1 | -2/+2 |
2009-09-14 | Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. | Ludovic Courtès | 1 | -1/+1 |
2009-09-02 | Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc | Ludovic Courtès | 1 | -122/+40 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -122/+31 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -9/+18 |
2009-07-19 | add registry of vector constructors, make-generalized-vector | Andy Wingo | 1 | -0/+2 |
2009-07-19 | generic vector ops to own file | Andy Wingo | 1 | -130/+1 |
2009-07-19 | add generic array implementation facility | Andy Wingo | 1 | -0/+35 |
2009-07-19 | rename unif.[ch] to arrays.[ch] | Andy Wingo | 1 | -1/+1 |
2009-07-19 | bitvector exodus from unif.[ch] | Andy Wingo | 1 | -0/+1 |
2009-07-19 | rename ramap.[ch] to array-map.[ch] | Andy Wingo | 1 | -1/+1 |
2009-06-22 | Make bytevectors accessible using the generalized-vector API. | Ludovic Courtès | 1 | -3/+11 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-01-31 | Don't register disappearing links for non-heap objects. | Ludovic Courtès | 1 | -3/+3 |
2008-09-16 | Use immutable cells for vectors. | Ludovic Courtès | 1 | -1/+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-10 | Merge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347' into boehm-demers-wei... | Ludovic Courtès | 1 | -6/+6 |
2008-09-10 | Use thread-local allocation (significant perf. improvement!); added the `boeh... | Ludovic Courtes | 1 | -1/+1 |
2008-09-05 | Fixed `list->weak-vector'. | Ludovic Courtes | 1 | -27/+67 |
2008-09-05 | First stab at implementing weak hash tables and vectors. Unable to run the R... | Ludovic Courtes | 1 | -6/+50 |
2007-01-25 | *** empty log message *** | Han-Wen Nienhuys | 1 | -7/+0 |
2007-01-22 | (s_scm_vector_move_right_x): complain about naming. | Han-Wen Nienhuys | 1 | -0/+7 |
2006-11-29 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -6/+6 |
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 |
2005-01-11 | (SCM_ARRAYP, SCM_I_ARRAYP): Renamed former to latter internal | Marius Vollmer | 1 | -12/+12 |
2005-01-07 | (SCM_BITVEC_REF, SCM_BITVEC_SET, SCM_BITVEC_CLR): Removed. | Marius Vollmer | 1 | -56/+37 |
2005-01-06 | (scm_array_handle_release): New, changed all uses of | Marius Vollmer | 1 | -1/+12 |
2005-01-02 | * weaks.c: Use new vector elements API or simple vector | Marius Vollmer | 1 | -127/+207 |
2004-12-27 | (scm_c_vector_set_x): Make return type | Marius Vollmer | 1 | -22/+77 |
2004-12-27 | (scm_c_vector_set_x): Make return type | Marius Vollmer | 1 | -81/+117 |
2004-11-09 | (scm_is_vector, scm_c_vector_length, scm_c_vector_ref, | Marius Vollmer | 1 | -1/+170 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -1/+1 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -17/+15 |
2004-07-10 | * validate.h, deprecated.h (SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -21/+10 |