summaryrefslogtreecommitdiff
path: root/libguile/arrays.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-11Clean up (array-for-each-cell)Daniel Llorens1-2/+0
2016-07-11New export (array-for-each-cell-in-order)Daniel Llorens1-0/+1
2016-07-11Draft of (array-for-each-cell)Daniel Llorens1-0/+2
2016-07-11Don't use array handles in scm_c_array_rankDaniel Llorens1-0/+3
2016-07-11Rename array-set-from!, scm_array_set_from_x to array-amend!, scm_array_amend_xDaniel Llorens1-1/+1
2016-07-11New functions array-from, array-from*, array-set-from!Daniel Llorens1-0/+6
2016-07-11Unuse array 'contiguous' flagDaniel Llorens1-1/+1
2016-07-11Remove scm_from_contiguous_arrayDaniel Llorens1-2/+0
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