summaryrefslogtreecommitdiff
path: root/libguile/bitvectors.c
Commit message (Expand)AuthorAgeFilesLines
* All literal constants are read-only...Andy Wingo2017-04-181-27/+42
* Remove scm_puts_unlocked....Andy Wingo2016-04-261-1/+1
* Remove scm_putc_unlocked....Andy Wingo2016-04-261-1/+1
* Fix bit-count* bug...Andy Wingo2014-06-291-1/+1
* Remove array impl. registry; instead, hard-code array handle creation...Andy Wingo2014-02-091-31/+8
* RTL compiler supports static bitvectors...Andy Wingo2013-11-031-4/+4
* Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2012-02-081-1/+1
|\
| * Improve the usage of variable names in C docstrings....Bake Timmons2012-02-021-1/+1
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2012-01-101-19/+13
|\|
| * allocate a tc7 to bitvectors...Andy Wingo2012-01-091-19/+13
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-11-111-3/+3
|\|
| * fix bit-set*! bug (!)...Andy Wingo2011-11-101-4/+4
* | locking for putc, puts...Andy Wingo2011-11-081-3/+3
|/
* fix typos in the manual bits generated from source comments....Ralf Wildenhues2011-02-091-1/+1
* make-string et al nulls memory if not given an initializer...Andy Wingo2010-12-041-1/+3
* Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co....Ludovic Courtès2009-12-151-2/+2
* add SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASK...Andy Wingo2009-12-081-1/+2
* Remove unneeded SMOB/port mark/free procedures....Ludovic Courtès2009-09-281-12/+2
* make-typed-array builds backing vector via make-generalized-vector...Andy Wingo2009-07-191-2/+1
* add registry of vector constructors, make-generalized-vector...Andy Wingo2009-07-191-0/+1
* generic vector ops to own file...Andy Wingo2009-07-191-0/+1
* add generic array implementation facility...Andy Wingo2009-07-191-0/+30
* rename unif.[ch] to arrays.[ch]...Andy Wingo2009-07-191-1/+1
* bitvector exodus from unif.[ch]...Andy Wingo2009-07-191-0/+879