summaryrefslogtreecommitdiff
path: root/libguile/arrays.h
Commit message (Expand)AuthorAgeFilesLines
* Final names for new array functions...Daniel Llorens2017-01-091-3/+3
* Deprecate scm_from_contiguous_array...Daniel Llorens2016-11-231-3/+7
* New functions array-from, array-from*, array-amend!...Daniel Llorens2016-11-231-0/+6
* Avoid unneeded internal use of array handles...Daniel Llorens2016-11-231-0/+3
* Pack array dimensions in array object...Daniel Llorens2014-09-301-11/+6
* Move array reader from arrays.c to read.c...Mark H Weaver2012-10-231-2/+2
* allocate a tc7 to arrays...Andy Wingo2012-01-091-6/+5
* Fix the visibility of a few of internal symbols....Ludovic Courtès2010-05-281-1/+1
* allow compilation of #@2(1 2 3)...Andy Wingo2010-01-111-1/+3
* reimplement srfi-4 vectors on top of bytevectors...Andy Wingo2010-01-071-6/+0
* fix erroneous SCM_CELL_* usage in arrays.[ch]...Andy Wingo2009-12-081-4/+4
* move generic array foo out to its own file...Andy Wingo2009-07-191-20/+6
* remove enclosed arrays...Andy Wingo2009-07-191-6/+1
* rename unif.[ch] to arrays.[ch]...Andy Wingo2009-07-191-0/+110