Age | Commit message (Expand) | Author | Files | Lines |
2011-05-07 | bytevectors have internal parent field | Andy Wingo | 1 | -2/+3 |
2010-07-26 | remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64 | Andy Wingo | 1 | -4/+0 |
2010-03-03 | Fix off-by-one error in the off-by-one fix of `make-srfi-4-vector'. | Ludovic Courtès | 1 | -1/+2 |
2010-03-02 | Fix off-by-one error when initializing vectors in `make-srfi-4-vector'. | Ludovic Courtès | 1 | -0/+6 |
2010-01-12 | hopefully fix shared c32 / c64 uniform arrays | Andy Wingo | 1 | -17/+17 |
2010-01-12 | fix srfi-4 shared vector access from c | Andy Wingo | 1 | -2/+2 |
2010-01-07 | reimplement srfi-4 vectors on top of bytevectors | Andy Wingo | 1 | -822/+203 |
2009-12-15 | Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co. | Ludovic Courtès | 1 | -1/+1 |
2009-12-08 | add SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASK | Andy Wingo | 1 | -1/+2 |
2009-12-08 | SCM_CELL in srfi-4.c | Andy Wingo | 1 | -3/+3 |
2009-12-05 | remove a bunch of needless scm_permanent_object calls | Andy Wingo | 1 | -8/+4 |
2009-09-14 | Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. | Ludovic Courtès | 1 | -1/+1 |
2009-09-01 | Fix leaky behavior of `scm_take_TAGvector ()'. | Ludovic Courtès | 1 | -0/+9 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -251/+78 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -7/+15 |
2009-07-19 | any->u8vector and family now implemented in Scheme | Andy Wingo | 1 | -23/+31 |
2009-07-19 | add registry of vector constructors, make-generalized-vector | Andy Wingo | 1 | -0/+18 |
2009-07-19 | uniform vector functions to their own file | Andy Wingo | 1 | -216/+1 |
2009-07-19 | generic vector ops to own file | Andy Wingo | 1 | -0/+1 |
2009-07-19 | add generic array implementation facility | Andy Wingo | 1 | -11/+25 |
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-06-22 | Make bytevectors accessible using the generalized-vector API. | Ludovic Courtès | 1 | -1/+8 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-09-23 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -31/+4 |
2008-09-15 | Make multi-byte reads on unbuffered ports more efficient. | Neil Jerram | 1 | -31/+4 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+1 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-09-05 | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 1 | -32/+0 |
2006-05-27 | Replace SCM_C_INLINE with SCM_C_INLINE_KEYWORD. Thanks to Mark Gran! | Marius Vollmer | 1 | -12/+12 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -3/+3 |
2005-12-06 | (take_uvec): Make BASE pointer non-const. | Marius Vollmer | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-04 | Docstring updates. | Marius Vollmer | 1 | -8/+8 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -2/+2 |
2005-01-14 | (scm_take_u64vector, | Marius Vollmer | 1 | -1/+105 |
2005-01-11 | (SCM_ARRAYP, SCM_I_ARRAYP): Renamed former to latter internal | Marius Vollmer | 1 | -12/+12 |
2005-01-09 | (coerce_to_uvec, scm_c_uniform_vector_ref, | Marius Vollmer | 1 | -12/+9 |
2005-01-09 | * srfi-4.h, srfi-4.c, srfi-4.i.c (scm_i_uniform_vector_ref_proc, | Marius Vollmer | 1 | -3/+31 |
2005-01-09 | (scm_uniform_element_size): Deprecated implementation | Marius Vollmer | 1 | -0/+8 |
2005-01-09 | (uvec_type): New. | Marius Vollmer | 1 | -2/+21 |
2005-01-07 | Include deprecation.h. | Marius Vollmer | 1 | -0/+1 |
2005-01-07 | (SCM_IS_UVEC): New, use it instead of | Marius Vollmer | 1 | -76/+141 |
2005-01-06 | (scm_c_uniform_vector_element_size, | Marius Vollmer | 1 | -19/+16 |
2005-01-02 | * weaks.c: Use new vector elements API or simple vector | Marius Vollmer | 1 | -76/+68 |
2004-12-29 | * srfi-4.h (scm_i_proc_make_u8vector, scm_i_proc_make_s8vector, | Marius Vollmer | 1 | -50/+8 |
2004-12-27 | (scm_uniform_vector_elements, | Marius Vollmer | 1 | -8/+41 |
2004-11-10 | Do not include <libguile.h>, include the | Marius Vollmer | 1 | -1/+200 |
2004-11-09 | (scm_c_uniform_vector_ref, scm_c_uniform_vector_set_x): New. | Marius Vollmer | 1 | -38/+54 |
2004-11-04 | (make_uvec): Use SCM_I_SIZE_MAX instead of SIZE_MAX for added | Marius Vollmer | 1 | -1/+2 |