summaryrefslogtreecommitdiff
path: root/libguile/generalized-arrays.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid unneeded internal use of array handles...Daniel Llorens2016-11-231-21/+0
* Inline scm_i_array_implementation_for_obj in scm_i_array...Andy Wingo2014-02-081-2/+15
* Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def'...Andy Wingo2014-02-081-1/+19
* Fix erroneous `FUNC_NAME' for `scm_array_length'....Ludovic Courtès2013-03-281-1/+1
* Array documentation fixes...Daniel Llorens2013-02-181-3/+2
* deprecate generalized vectors in favor of arrays...Andy Wingo2013-02-181-0/+30
* optimize access to arrays of rank 1 or 2...Andy Wingo2013-02-181-13/+101
* Improve the usage of variable names in C docstrings....Bake Timmons2012-02-021-3/+4
* add docs and tests for array->list...Andy Wingo2010-04-071-2/+8
* reimplement srfi-4 vectors on top of bytevectors...Andy Wingo2010-01-071-7/+0
* fix array->list...Andy Wingo2010-01-071-6/+5
* Fix typo in `scm_array_p_2 ()'....Ludovic Courtès2009-10-061-1/+1
* Reinstate backward-compatible `scm_array_p ()'....Ludovic Courtès2009-09-241-2/+12
* move generic array foo out to its own file...Andy Wingo2009-07-191-0/+276