summaryrefslogtreecommitdiff
path: root/libguile/array-handle.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Rename scm_t_array_handle.array to .rootDaniel Llorens1-3/+3
2014-01-27Have array impl->vref, vset take SCM, not handlesDaniel Llorens1-4/+4
2013-02-18optimize access to arrays of rank 1 or 2Andy Wingo1-0/+2
2013-02-18array handle inline functions defined in array-handle.h.Andy Wingo1-2/+32
2011-03-03Remove extra comma after `SCM_ARRAY_ELEMENT_TYPE_LAST'.Ludovic Courtès1-20/+22
2009-07-19add generic array implementation facilityAndy Wingo1-9/+66
2009-07-19parts of unif.[ch] to array-handle.[ch]Andy Wingo1-0/+72