summaryrefslogtreecommitdiff
path: root/libguile/arrays.c
AgeCommit message (Expand)AuthorFilesLines
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