summaryrefslogtreecommitdiff
path: root/libguile/array-handle.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-11Do not use array handles in scm_vectorDaniel Llorens1-3/+1
2016-07-11Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handleDaniel Llorens1-7/+5
2014-02-09Simplify scm_array_get_handle for tc7-arraysAndy Wingo1-12/+2
2014-02-09Remove array impl. registry; instead, hard-code array handle creationAndy Wingo1-30/+203
2014-02-08Add "vector" member to scm_t_array_handleAndy Wingo1-0/+1
2014-02-08Remove "impl" member of array handles.Andy Wingo1-4/+3
2014-02-08vref, vset members of scm_t_array_handleAndy Wingo1-1/+3
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