summaryrefslogtreecommitdiff
path: root/libguile/arrays.c
Commit message (Expand)AuthorAgeFilesLines
...
* fix code that causes warnings on gcc 4.6Andy Wingo2011-03-171-3/+1
* allow compilation of #@2(1 2 3)Andy Wingo2010-01-111-1/+36
* reimplement srfi-4 vectors on top of bytevectorsAndy Wingo2010-01-071-144/+0
* Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co.Ludovic Courtès2009-12-151-1/+1
* add SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASKAndy Wingo2009-12-081-1/+2
* fix erroneous SCM_CELL_* usage in arrays.[ch]Andy Wingo2009-12-081-2/+2
* bitvector tweaksAndy Wingo2009-10-161-1/+4
* Fix compilation of literal bitvectors.Ludovic Courtès2009-10-151-1/+2
* Remove unneeded SMOB/port mark/free procedures.Ludovic Courtès2009-09-281-18/+0
* fix bitvectors after the array handle refactoringAndy Wingo2009-09-181-8/+16
* make-typed-array builds backing vector via make-generalized-vectorAndy Wingo2009-07-191-172/+81
* uniform vector functions to their own fileAndy Wingo2009-07-191-0/+1
* generic vector ops to own fileAndy Wingo2009-07-191-0/+1
* move generic array foo out to its own fileAndy Wingo2009-07-191-252/+1
* remove enclosed arraysAndy Wingo2009-07-191-166/+17
* add generic array implementation facilityAndy Wingo2009-07-191-21/+32
* rename unif.[ch] to arrays.[ch]Andy Wingo2009-07-191-0/+1634