summaryrefslogtreecommitdiff
path: root/libguile/arrays.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-23Move array reader from arrays.c to read.cMark H Weaver1-173/+2
2012-02-02Improve the usage of variable names in C docstrings.Bake Timmons1-18/+19
2012-01-09Fix incorrect use of `SCM_UNPACK'.Ludovic Courtès1-4/+4
2012-01-09allocate a tc7 to arraysAndy Wingo1-15/+9
2011-07-28fix write beyond array end in arrays.cAndy Wingo1-17/+17
2011-03-17fix code that causes warnings on gcc 4.6Andy Wingo1-3/+1
2010-01-11allow compilation of #@2(1 2 3)Andy Wingo1-1/+36
2010-01-07reimplement srfi-4 vectors on top of bytevectorsAndy Wingo1-144/+0
2009-12-15Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co.Ludovic Courtès1-1/+1
2009-12-08add SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASKAndy Wingo1-1/+2
2009-12-08fix erroneous SCM_CELL_* usage in arrays.[ch]Andy Wingo1-2/+2
2009-10-16bitvector tweaksAndy Wingo1-1/+4
2009-10-15Fix compilation of literal bitvectors.Ludovic Courtès1-1/+2
2009-09-28Remove unneeded SMOB/port mark/free procedures.Ludovic Courtès1-18/+0
2009-09-18fix bitvectors after the array handle refactoringAndy Wingo1-8/+16
2009-07-19make-typed-array builds backing vector via make-generalized-vectorAndy Wingo1-172/+81
2009-07-19uniform vector functions to their own fileAndy Wingo1-0/+1
2009-07-19generic vector ops to own fileAndy Wingo1-0/+1
2009-07-19move generic array foo out to its own fileAndy Wingo1-252/+1
2009-07-19remove enclosed arraysAndy Wingo1-166/+17
2009-07-19add generic array implementation facilityAndy Wingo1-21/+32
2009-07-19rename unif.[ch] to arrays.[ch]Andy Wingo1-0/+1634