Age | Commit message (Expand) | Author | Files | Lines |
2016-07-11 | Do not use array handles in scm_vector | Daniel Llorens | 1 | -34/+18 |
2014-02-09 | Remove array impl. registry; instead, hard-code array handle creation | Andy Wingo | 1 | -34/+0 |
2014-02-08 | SCM_I_IS_VECTOR only true for tc7_vector, not weak vectors | Andy Wingo | 1 | -2/+2 |
2014-02-08 | Merge commit '24cac6554073bb6e691605cd6ac6196f3c0851a3' | Andy Wingo | 1 | -68/+20 |
2014-02-08 | Merge commit '5cfeff11cc58148c58a85a879fd7a3e7cfbbe8e2' | Andy Wingo | 1 | -53/+42 |
2014-02-08 | Deprecate the use of the vector interface on arrays | Andy Wingo | 1 | -9/+40 |
2014-02-08 | Deprecate use of vector-length, vector-ref, vector-set! as primitive-generics | Andy Wingo | 1 | -7/+28 |
2014-02-07 | Merge commit '9b5da400dde6e6bc8fd0e318e7ca1feffa5870db' | Andy Wingo | 1 | -12/+3 |
2014-02-07 | Deprecate vector-ref, vector-length, vector-set! on weak vectors | Andy Wingo | 1 | -17/+33 |
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 |