summaryrefslogtreecommitdiff
path: root/libguile/array-handle.c
Commit message (Expand)AuthorAgeFilesLines
* bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!Andy Wingo2020-04-141-1/+10
* bitvector-bit-set? / bitvector-bit-clear? replace bitvector-refAndy Wingo2020-04-141-1/+9
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-1/+2
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-11/+11
* 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 _scm.hAndy Wingo2018-06-201-1/+0
* Devolve strings.hAndy Wingo2018-06-201-0/+1
* Devolve symbols.h from _scm.hAndy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Remove <string.h> include from ports.h.Andy Wingo2018-06-191-0/+2
* Devolve vectors.h include from ports.hAndy Wingo2018-06-191-0/+1
* Remove bytevectors.h include form ports.hAndy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-0/+1
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-3/+4
* Allow scm_XXX_writable_elements on empty vectors, even if immutableDaniel Llorens2017-10-311-2/+4
* All literal constants are read-onlyAndy Wingo2017-04-181-10/+19
* Do not use array handles in scm_vectorDaniel Llorens2016-11-231-3/+1
* Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handleDaniel Llorens2016-11-231-4/+2
* Simplify scm_array_get_handle for tc7-arraysAndy Wingo2014-02-091-12/+2
* Remove array impl. registry; instead, hard-code array handle creationAndy Wingo2014-02-091-30/+203
* Add "vector" member to scm_t_array_handleAndy Wingo2014-02-081-0/+1
* Remove "impl" member of array handles.Andy Wingo2014-02-081-4/+3
* vref, vset members of scm_t_array_handleAndy 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 2Andy Wingo2013-02-181-1/+42
* | most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo2011-10-251-2/+2
|/
* remove a bunch of needless scm_permanent_object callsAndy Wingo2009-12-051-2/+1
* add generic array implementation facilityAndy 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