summaryrefslogtreecommitdiff
path: root/libguile/array-handle.c
Commit message (Expand)AuthorAgeFilesLines
* Allow scm_XXX_writable_elements on empty vectors, even if immutable...Daniel Llorens2017-10-311-2/+4
* All literal constants are read-only...Andy Wingo2017-04-181-10/+19
* Do not use array handles in scm_vector...Daniel Llorens2016-11-231-3/+1
* Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle...Daniel Llorens2016-11-231-4/+2
* Simplify scm_array_get_handle for tc7-arrays...Andy Wingo2014-02-091-12/+2
* Remove array impl. registry; instead, hard-code array handle creation...Andy Wingo2014-02-091-30/+203
* Add "vector" member to scm_t_array_handle...Andy Wingo2014-02-081-0/+1
* Remove "impl" member of array handles....Andy Wingo2014-02-081-4/+3
* vref, vset members of scm_t_array_handle...Andy Wingo2014-02-081-1/+3
* Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2013-02-181-1/+43
|\
| * optimize access to arrays of rank 1 or 2...Andy Wingo2013-02-181-1/+42
* | most uses of scm_from_locale_symbol become scm_from_utf8_symbol...Andy Wingo2011-10-251-2/+2
|/
* remove a bunch of needless scm_permanent_object calls...Andy Wingo2009-12-051-2/+1
* add generic array implementation facility...Andy Wingo2009-07-191-209/+84
* rename unif.[ch] to arrays.[ch]...Andy Wingo2009-07-191-1/+1
* bitvector exodus from unif.[ch]...Andy Wingo2009-07-191-0/+1
* parts of unif.[ch] to array-handle.[ch]...Andy Wingo2009-07-191-0/+286