summaryrefslogtreecommitdiff
path: root/libguile/generalized-vectors.c
Commit message (Expand)AuthorAgeFilesLines
* Do not use array handles in scm_vector...Daniel Llorens2016-11-231-5/+0
* Remove deprecated array functions...Daniel Llorens2016-11-231-31/+0
* Fix bad uses of base and lbnd on rank 1 arrays...Daniel Llorens2014-02-071-23/+6
* deprecate generalized vectors in favor of arrays...Andy Wingo2013-02-181-67/+1
* Fix `generalized-vector->list' indexing bug with shared arrays....Ludovic Courtès2012-11-031-7/+15
* fix generalized-vector-{ref,set!} for slices...Andy Wingo2011-12-221-2/+6
* scm_is_eq for SCM vals, not == or !=...Andy Wingo2011-05-131-2/+2
* fix bug in generalized-vector->list...Andy Wingo2010-01-031-4/+3
* Fix C99-style comments....Ludovic Courtès2009-11-081-1/+1
* add registry of vector constructors, make-generalized-vector...Andy Wingo2009-07-191-0/+37
* generic vector ops to own file...Andy Wingo2009-07-191-0/+164