summaryrefslogtreecommitdiff
path: root/libguile/array-handle.h
Commit message (Expand)AuthorAgeFilesLines
* Remove array contp flagDaniel Llorens2021-08-161-8/+2
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-2/+2
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Shuffle around inline C function implementationAndy Wingo2018-06-201-0/+1
* Remove array impl. registry; instead, hard-code array handle creationAndy Wingo2014-02-091-33/+7
* Add "vector" member to scm_t_array_handleAndy Wingo2014-02-081-0/+3
* Remove "impl" member of array handles.Andy Wingo2014-02-081-1/+0
* vref, vset members of scm_t_array_handleAndy Wingo2014-02-081-7/+9
* optimize access to arrays of rank 1 or 2Andy Wingo2013-02-181-0/+2
* array handle inline functions defined in array-handle.h.Andy Wingo2013-02-181-2/+32
* Remove extra comma after `SCM_ARRAY_ELEMENT_TYPE_LAST'.Ludovic Courtès2011-03-031-20/+22
* add generic array implementation facilityAndy Wingo2009-07-191-9/+66
* parts of unif.[ch] to array-handle.[ch]Andy Wingo2009-07-191-0/+72