Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove array impl. registry; instead, hard-code array handle creation... | Andy Wingo | 2014-02-09 | 1 | -33/+7 |
* | Add "vector" member to scm_t_array_handle... | Andy Wingo | 2014-02-08 | 1 | -0/+3 |
* | Remove "impl" member of array handles.... | Andy Wingo | 2014-02-08 | 1 | -1/+0 |
* | vref, vset members of scm_t_array_handle... | Andy Wingo | 2014-02-08 | 1 | -7/+9 |
* | optimize access to arrays of rank 1 or 2... | Andy Wingo | 2013-02-18 | 1 | -0/+2 |
* | array handle inline functions defined in array-handle.h.... | Andy Wingo | 2013-02-18 | 1 | -2/+32 |
* | Remove extra comma after `SCM_ARRAY_ELEMENT_TYPE_LAST'.... | Ludovic Courtès | 2011-03-03 | 1 | -20/+22 |
* | add generic array implementation facility... | Andy Wingo | 2009-07-19 | 1 | -9/+66 |
* | parts of unif.[ch] to array-handle.[ch]... | Andy Wingo | 2009-07-19 | 1 | -0/+72 |