summaryrefslogtreecommitdiff
path: root/libguile/generalized-vectors.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-4/+4
* 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
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-2/+3
* Remove scm_generalized_vector_get_handleDaniel Llorens2017-10-311-13/+0
* Do not use array handles in scm_vectorDaniel Llorens2016-11-231-5/+0
* Remove deprecated array functionsDaniel Llorens2016-11-231-31/+0
* Fix bad uses of base and lbnd on rank 1 arraysDaniel Llorens2014-02-071-23/+6
* deprecate generalized vectors in favor of arraysAndy 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 slicesAndy Wingo2011-12-221-2/+6
* scm_is_eq for SCM vals, not == or !=Andy Wingo2011-05-131-2/+2
* fix bug in generalized-vector->listAndy Wingo2010-01-031-4/+3
* Fix C99-style comments.Ludovic Courtès2009-11-081-1/+1
* add registry of vector constructors, make-generalized-vectorAndy Wingo2009-07-191-0/+37
* generic vector ops to own fileAndy Wingo2009-07-191-0/+164