summaryrefslogtreecommitdiff
path: root/libguile/array-handle.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-14bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!Andy Wingo1-1/+10
2020-04-14bitvector-bit-set? / bitvector-bit-clear? replace bitvector-refAndy Wingo1-1/+9
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-1/+2
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-11/+11
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 _scm.hAndy Wingo1-1/+0
2018-06-20Devolve strings.hAndy Wingo1-0/+1
2018-06-20Devolve symbols.h from _scm.hAndy Wingo1-0/+1
2018-06-19Devolve numbers.h from _scm.h.Andy Wingo1-0/+1
2018-06-19Remove <string.h> include from ports.h.Andy Wingo1-0/+2
2018-06-19Devolve vectors.h include from ports.hAndy Wingo1-0/+1
2018-06-19Remove bytevectors.h include form ports.hAndy Wingo1-0/+1
2018-06-18Devolve pairs.hAndy Wingo1-0/+1
2018-06-18Remove list.h from _scm.hAndy Wingo1-0/+1
2018-06-14Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo1-3/+4
2017-10-31Allow scm_XXX_writable_elements on empty vectors, even if immutableDaniel Llorens1-2/+4
2017-04-18All literal constants are read-onlyAndy Wingo1-10/+19
2016-11-23Do not use array handles in scm_vectorDaniel Llorens1-3/+1
2016-11-23Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handleDaniel Llorens1-4/+2
2014-02-09Simplify scm_array_get_handle for tc7-arraysAndy Wingo1-12/+2
2014-02-09Remove array impl. registry; instead, hard-code array handle creationAndy Wingo1-30/+203
2014-02-08Add "vector" member to scm_t_array_handleAndy Wingo1-0/+1
2014-02-08Remove "impl" member of array handles.Andy Wingo1-4/+3
2014-02-08vref, vset members of scm_t_array_handleAndy Wingo1-1/+3
2013-02-18Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+43
2013-02-18optimize access to arrays of rank 1 or 2Andy Wingo1-1/+42
2011-10-25most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo1-2/+2
2009-12-05remove a bunch of needless scm_permanent_object callsAndy Wingo1-2/+1
2009-07-19add generic array implementation facilityAndy Wingo1-209/+84
2009-07-19rename unif.[ch] to arrays.[ch]Andy Wingo1-1/+1
2009-07-19bitvector exodus from unif.[ch]Andy Wingo1-0/+1
2009-07-19parts of unif.[ch] to array-handle.[ch]Andy Wingo1-0/+286