summaryrefslogtreecommitdiff
path: root/libguile/array-handle.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Rename scm_t_array_handle.array to .rootDaniel Llorens1-2/+2
2014-01-27Fix comment in scm_array_get_handleDaniel Llorens1-9/+5
2014-01-27Use underlying vector implementation directly in array handlesDaniel Llorens1-13/+26
2013-02-18Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+43
2013-02-18optimize access to arrays of rank 1 or 2Andy Wingo1-1/+42
2011-10-25most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo1-2/+2
2009-12-05remove a bunch of needless scm_permanent_object callsAndy Wingo1-2/+1
2009-07-19add generic array implementation facilityAndy Wingo1-209/+84
2009-07-19rename unif.[ch] to arrays.[ch]Andy Wingo1-1/+1
2009-07-19bitvector exodus from unif.[ch]Andy Wingo1-0/+1
2009-07-19parts of unif.[ch] to array-handle.[ch]Andy Wingo1-0/+286