Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use array handles in scm_vector... | Daniel Llorens | 2016-11-23 | 1 | -5/+0 |
* | Remove deprecated array functions... | Daniel Llorens | 2016-11-23 | 1 | -31/+0 |
* | Fix bad uses of base and lbnd on rank 1 arrays... | Daniel Llorens | 2014-02-07 | 1 | -23/+6 |
* | deprecate generalized vectors in favor of arrays... | Andy Wingo | 2013-02-18 | 1 | -67/+1 |
* | Fix `generalized-vector->list' indexing bug with shared arrays.... | Ludovic Courtès | 2012-11-03 | 1 | -7/+15 |
* | fix generalized-vector-{ref,set!} for slices... | Andy Wingo | 2011-12-22 | 1 | -2/+6 |
* | scm_is_eq for SCM vals, not == or !=... | Andy Wingo | 2011-05-13 | 1 | -2/+2 |
* | fix bug in generalized-vector->list... | Andy Wingo | 2010-01-03 | 1 | -4/+3 |
* | Fix C99-style comments.... | Ludovic Courtès | 2009-11-08 | 1 | -1/+1 |
* | add registry of vector constructors, make-generalized-vector... | Andy Wingo | 2009-07-19 | 1 | -0/+37 |
* | generic vector ops to own file... | Andy Wingo | 2009-07-19 | 1 | -0/+164 |