summaryrefslogtreecommitdiff
path: root/libguile/generalized-arrays.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-23Avoid unneeded internal use of array handlesDaniel Llorens1-21/+0
2014-02-08Inline scm_i_array_implementation_for_obj in scm_i_arrayAndy Wingo1-2/+15
2014-02-08Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def'Andy Wingo1-1/+19
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