Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-01-27 | Arrays are not an array implementationlloda-array-cleanup | Daniel Llorens | 1 | -9/+10 |
2014-01-27 | Don't bother with array handle in scm_c_array_rank | Daniel Llorens | 1 | -8/+7 |
2013-03-28 | Fix erroneous `FUNC_NAME' for `scm_array_length'. | Ludovic Courtès | 1 | -1/+1 |
2013-02-18 | Array documentation fixes | Daniel Llorens | 1 | -3/+2 |
2013-02-18 | deprecate generalized vectors in favor of arrays | Andy Wingo | 1 | -0/+30 |
2013-02-18 | optimize access to arrays of rank 1 or 2 | Andy Wingo | 1 | -13/+101 |
2012-02-02 | Improve the usage of variable names in C docstrings. | Bake Timmons | 1 | -3/+4 |
2010-04-07 | add docs and tests for array->list | Andy Wingo | 1 | -2/+8 |
2010-01-07 | reimplement srfi-4 vectors on top of bytevectors | Andy Wingo | 1 | -7/+0 |
2010-01-07 | fix array->list | Andy Wingo | 1 | -6/+5 |
2009-10-06 | Fix typo in `scm_array_p_2 ()'. | Ludovic Courtès | 1 | -1/+1 |
2009-09-24 | Reinstate backward-compatible `scm_array_p ()'. | Ludovic Courtès | 1 | -2/+12 |
2009-07-19 | move generic array foo out to its own file | Andy Wingo | 1 | -0/+276 |