summaryrefslogtreecommitdiff
path: root/libguile/bitvectors.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2012-02-02Improve the usage of variable names in C docstrings.Bake Timmons1-1/+1
2012-01-10Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-19/+13
2012-01-09allocate a tc7 to bitvectorsAndy Wingo1-19/+13
2011-11-11Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-3/+3
2011-11-10fix bit-set*! bug (!)Andy Wingo1-4/+4
2011-11-08locking for putc, putsAndy Wingo1-3/+3
2011-02-09fix typos in the manual bits generated from source comments.Ralf Wildenhues1-1/+1
2010-12-04make-string et al nulls memory if not given an initializerAndy Wingo1-1/+3
2009-12-15Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co.Ludovic Courtès1-2/+2
2009-12-08add SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASKAndy Wingo1-1/+2
2009-09-28Remove unneeded SMOB/port mark/free procedures.Ludovic Courtès1-12/+2
2009-07-19make-typed-array builds backing vector via make-generalized-vectorAndy Wingo1-2/+1
2009-07-19add registry of vector constructors, make-generalized-vectorAndy Wingo1-0/+1
2009-07-19generic vector ops to own fileAndy Wingo1-0/+1
2009-07-19add generic array implementation facilityAndy Wingo1-0/+30
2009-07-19rename unif.[ch] to arrays.[ch]Andy Wingo1-1/+1
2009-07-19bitvector exodus from unif.[ch]Andy Wingo1-0/+879