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