summaryrefslogtreecommitdiff
path: root/libguile/generalized-arrays.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Arrays are not an array implementationlloda-array-cleanupDaniel Llorens1-9/+10
2014-01-27Don't bother with array handle in scm_c_array_rankDaniel Llorens1-8/+7
2013-03-28Fix erroneous `FUNC_NAME' for `scm_array_length'.Ludovic Courtès1-1/+1
2013-02-18Array documentation fixesDaniel Llorens1-3/+2
2013-02-18deprecate generalized vectors in favor of arraysAndy Wingo1-0/+30
2013-02-18optimize access to arrays of rank 1 or 2Andy Wingo1-13/+101
2012-02-02Improve the usage of variable names in C docstrings.Bake Timmons1-3/+4
2010-04-07add docs and tests for array->listAndy Wingo1-2/+8
2010-01-07reimplement srfi-4 vectors on top of bytevectorsAndy Wingo1-7/+0
2010-01-07fix array->listAndy Wingo1-6/+5
2009-10-06Fix typo in `scm_array_p_2 ()'.Ludovic Courtès1-1/+1
2009-09-24Reinstate backward-compatible `scm_array_p ()'.Ludovic Courtès1-2/+12
2009-07-19move generic array foo out to its own fileAndy Wingo1-0/+276