summaryrefslogtreecommitdiff
path: root/libguile/array-handle.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-16Remove array contp flagDaniel Llorens1-8/+2
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-2/+2
2018-06-20Rename __scm.h to scm.hAndy Wingo1-1/+0
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove useless "classes: h_files" from Guile headers.Andy Wingo1-2/+0
2018-06-20Shuffle around inline C function implementationAndy Wingo1-0/+1
2014-02-09Remove array impl. registry; instead, hard-code array handle creationAndy Wingo1-33/+7
2014-02-08Add "vector" member to scm_t_array_handleAndy Wingo1-0/+3
2014-02-08Remove "impl" member of array handles.Andy Wingo1-1/+0
2014-02-08vref, vset members of scm_t_array_handleAndy Wingo1-7/+9
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