summaryrefslogtreecommitdiff
path: root/libguile/arrays.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-09Final names for new array functionsDaniel Llorens1-3/+3
2016-11-23Deprecate scm_from_contiguous_arrayDaniel Llorens1-3/+7
2016-11-23New functions array-from, array-from*, array-amend!Daniel Llorens1-0/+6
2016-11-23Avoid unneeded internal use of array handlesDaniel Llorens1-0/+3
2014-09-30Pack array dimensions in array objectDaniel Llorens1-11/+6
2012-10-23Move array reader from arrays.c to read.cMark H Weaver1-2/+2
2012-01-09allocate a tc7 to arraysAndy Wingo1-6/+5
2010-05-28Fix the visibility of a few of internal symbols.Ludovic Courtès1-1/+1
2010-01-11allow compilation of #@2(1 2 3)Andy Wingo1-1/+3
2010-01-07reimplement srfi-4 vectors on top of bytevectorsAndy Wingo1-6/+0
2009-12-08fix erroneous SCM_CELL_* usage in arrays.[ch]Andy Wingo1-4/+4
2009-07-19move generic array foo out to its own fileAndy Wingo1-20/+6
2009-07-19remove enclosed arraysAndy Wingo1-6/+1
2009-07-19rename unif.[ch] to arrays.[ch]Andy Wingo1-0/+110